COLOR #3C8D46

HEX: #3C8D46
RGB: (60,141,70)

Color info

#3C8D46 contains mainly green color. Web safe color of #3C8D46 is #339933 (or #393).

RGB color model

#3C8D46 color RGB value is (60,141,70).

  • red value is 60;
  • green value is 141;
  • blue value is 70.
RGB:
(60,141,70)
(24%,55%,27%)

RGB channels and saturation

R 60 of 255 = 24%
G 141 of 255 = 55%
B 70 of 255 = 27%

60
141
70

R + G + B ~ 35%. #3C8D46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 141 + 70 = 271 (100%)
R 60 of 271 ~ 22.14%
G 141 of 271 ~ 52.03%
B 70 of 271 ~ 25.83%

%22.14
%52.03
%25.83

CMYK color model

#3C8D46 color CMYK value is (57,0,50,45).

  • cyan value is 57.45%
  • magenta value is 0.00%
  • yellow value is 50.35%
  • key color value is 44.71%
CMYK:
(57,0,50,45)
C57M0Y50K45 
(57%,0%,50%,45%)
(0.57/0.00/0.50/0.45)	

CMYK percentages

%57.45
%0
%50.35
%44.71

Codes

Color #3C8D46 in popluar color models

3C8D46
RGB6014170
HSL127°40.30%39.41%
HSB/HSV127°57.45%55.29%
CMYK57.45%0.00%50.35%
44.71%

Color #3C8D46 in popluar number systems.

HEX3C8D46
Decimal6014170
Binary111100100011011000110
Octal74215106

Shades and tints

Shades of #3C8D46

#3C8D46
(60,141,70)
#378140
(55,129,64)
#32753A
(50,117,58)
#2D6934
(45,105,52)
#285D2E
(40,93,46)
#235128
(35,81,40)
#1E4522
(30,69,34)
#19391C
(25,57,28)
#142D16
(20,45,22)
#0F2110
(15,33,16)
#0A150A
(10,21,10)
#000000
(0,0,0)

Tints of #3C8D46

#3C8D46
(60,141,70)
#4D9756
(77,151,86)
#5EA166
(94,161,102)
#6FAB76
(111,171,118)
#80B586
(128,181,134)
#91BF96
(145,191,150)
#A2C9A6
(162,201,166)
#B3D3B6
(179,211,182)
#C4DDC6
(196,221,198)
#D5E7D6
(213,231,214)
#E6F1E6
(230,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C8D46 color. Also use rgb(60,141,70) instead hex code.

Text Font Color

.myTextColor { color: #3C8D46; }

<p style="color:#3C8D46">This sample text font color is #3C8D46.</p>

This text font color is #3C8D46.


Background Color

.myBgColor { background-color: #3C8D46; }

<div style="background-color:#3C8D46">Inner text</div>

This div background color is #3C8D46.


Border color

.myBorderColor { border: 1px solid #3C8D46; }

<div style="border:3px solid #3C8D46">Div</div>

This div border color is #3C8D46.


Opacity

.myOpacity80 { color: #3C8D46; opacity: 0.8; }

<p style="color:#3C8D46;opacity:0.8;">80%</p>

Text with #3C8D46 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #3C8D46;}

<p style="text-shadow: 3px 3px 1px #3C8D46">Text here.</p>

This text has shadow with #3C8D46 color.

.textShadow {text-shadow: 3px 3px 1px #3C8D46, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #3C8D46, 5px 5px 20px red">Text here.</p>

This text has shadow with #3C8D46 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#3C8D46, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#3C8D46, Direction=45, Strength=4)">Text</p>

This text has shadow with #3C8D46 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #3C8D46;
  -webkit-box-shadow:	1px 1px 3px 2px #3C8D46;
  box-shadow:		1px 1px 3px 2px #3C8D46;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3C8D46;
-webkit-box-shadow: 1px 1px 3px 2px #3C8D46;
box-shadow:1px 1px 3px 2px #3C8D46;">
Div content here</div>
This div box has shadow with color #3C8D46.

Preview

Color preview on black background

This text has color #3C8D46 on black background.


Color preview on white background

This text has color #3C8D46 on white background.



Black color preview on #3C8D46 background

This text has black color on #3C8D46 background.


White color preview on #3C8D46 background

This text has white color on #3C8D46 background.