COLOR #3C8242

HEX: #3C8242
RGB: (60,130,66)

Color info

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

RGB color model

#3C8242 color RGB value is (60,130,66).

  • red value is 60;
  • green value is 130;
  • blue value is 66.
RGB:
(60,130,66)
(24%,51%,26%)

RGB channels and saturation

R 60 of 255 = 24%
G 130 of 255 = 51%
B 66 of 255 = 26%

60
130
66

R + G + B ~ 34%. #3C8242 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 130 + 66 = 256 (100%)
R 60 of 256 ~ 23.44%
G 130 of 256 ~ 50.78%
B 66 of 256 ~ 25.78%

%23.44
%50.78
%25.78

CMYK color model

#3C8242 color CMYK value is (54,0,49,49).

  • cyan value is 53.85%
  • magenta value is 0.00%
  • yellow value is 49.23%
  • key color value is 49.02%
CMYK:
(54,0,49,49)
C54M0Y49K49 
(54%,0%,49%,49%)
(0.54/0.00/0.49/0.49)	

CMYK percentages

%53.85
%0
%49.23
%49.02

Codes

Color #3C8242 in popluar color models

3C8242
RGB6013066
HSL125°36.84%37.25%
HSB/HSV125°53.85%50.98%
CMYK53.85%0.00%49.23%
49.02%

Color #3C8242 in popluar number systems.

HEX3C8242
Decimal6013066
Binary111100100000101000010
Octal74202102

Shades and tints

Shades of #3C8242

#3C8242
(60,130,66)
#37773C
(55,119,60)
#326C36
(50,108,54)
#2D6130
(45,97,48)
#28562A
(40,86,42)
#234B24
(35,75,36)
#1E401E
(30,64,30)
#193518
(25,53,24)
#142A12
(20,42,18)
#0F1F0C
(15,31,12)
#0A1406
(10,20,6)
#000000
(0,0,0)

Tints of #3C8242

#3C8242
(60,130,66)
#4D8D53
(77,141,83)
#5E9864
(94,152,100)
#6FA375
(111,163,117)
#80AE86
(128,174,134)
#91B997
(145,185,151)
#A2C4A8
(162,196,168)
#B3CFB9
(179,207,185)
#C4DACA
(196,218,202)
#D5E5DB
(213,229,219)
#E6F0EC
(230,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C8242 color. Also use rgb(60,130,66) instead hex code.

Text Font Color

.myTextColor { color: #3C8242; }

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

This text font color is #3C8242.


Background Color

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

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

This div background color is #3C8242.


Border color

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

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

This div border color is #3C8242.


Opacity

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

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

Text with #3C8242 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 #3C8242;}

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

This text has shadow with #3C8242 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C8242 on black background.


Color preview on white background

This text has color #3C8242 on white background.



Black color preview on #3C8242 background

This text has black color on #3C8242 background.


White color preview on #3C8242 background

This text has white color on #3C8242 background.