COLOR #3C6239

HEX: #3C6239 RGB: (60,98,57)

Color info

#3C6239 contains red, green and blue colors in about the same proportion. Web safe color of #3C6239 is #336633 (or #363).

RGB color model

#3C6239 color RGB value is (60,98,57).

RGB: (60,98,57) (24%, 38%, 22%)

RGB channels and saturation

R 60 of 255 = 24%
G 98 of 255 = 38%
B 57 of 255 = 22%

60
98
57

R + G + B ~ 28%. #3C6239 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 98 + 57 = 215 (100%)
R 60 of 215 ~ 27.91%
G 98 of 215 ~ 45.58%
B 57 of 215 ~ 26.51'%

%27.91
%45.58
%26.51

CMYK color model

#3C6239 color CMYK value is (39,0,42,62).

  • cyan value is 38.78%
  • magenta value is 0.00%
  • yellow value is 41.84%
  • key color value is 61.57%

CMYK: (39,0,42,62)
C39M0Y42K62 (39%, 0%, 42%, 62%)
(0.39 / 0.00 / 0.42 / 0.62)

CMYK percentages

%38.78
%0
%41.84
%61.57

Codes

Color #3C6239 in popluar color models

3C 62 39
RGB 60 98 57
HSL 116° 26.45% 30.39%
HSB/HSV 116° 41.84% 38.43%
CMYK 38.78% 0.00% 41.84%
61.57%

Color #3C6239 in popluar number systems.

HEX 3C 62 39
Decimal 60 98 57
Binary 111100 1100010 111001
Octal 74 142 71

Shades and tints

Shades of #3C6239

#3C6239
(60,98,57)
#375A34
(55,90,52)
#32522F
(50,82,47)
#2D4A2A
(45,74,42)
#284225
(40,66,37)
#233A20
(35,58,32)
#1E321B
(30,50,27)
#192A16
(25,42,22)
#142211
(20,34,17)
#0F1A0C
(15,26,12)
#0A1207
(10,18,7)
#000000
(0,0,0)

Tints of #3C6239

#3C6239
(60,98,57)
#4D704B
(77,112,75)
#5E7E5D
(94,126,93)
#6F8C6F
(111,140,111)
#809A81
(128,154,129)
#91A893
(145,168,147)
#A2B6A5
(162,182,165)
#B3C4B7
(179,196,183)
#C4D2C9
(196,210,201)
#D5E0DB
(213,224,219)
#E6EEED
(230,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C6239 color. Also use rgb(60,98,57) instead hex code.

Text Font Color

.myTextColor { color: #3C6239; }

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

This text font color is #3C6239.

Background Color

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

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

This div background color is #3C6239.

Border color

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

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

This div border color is #3C6239.

Opacity

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

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

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

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

This text has shadow with #3C6239 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C6239.

Preview

Color preview on black background

This text has color #3C6239 on black background.


Color preview on white background

This text has color #3C6239 on white background.


Black color preview on #3C6239 background

This text has black color on #3C6239 background.


White color preview on #3C6239 background

This text has white color on #3C6239 background.


Related colors

Complementary color

Complementary color for #hex is #C39DC6.


I love getcolorcode.com

Triadic colors

1 #393C62 and #62393C with #3C6239 are triadic colors.

2 #39623C and #623C39 with #3C6239 are triadic colors.