COLOR #3C4E19

HEX: #3C4E19 RGB: (60,78,25)

Color info

#3C4E19 contains red, green and blue colors in about the same proportion. Web safe color of #3C4E19 is #336600 (or #360).

RGB color model

#3C4E19 color RGB value is (60,78,25).

RGB: (60,78,25) (24%, 31%, 10%)

RGB channels and saturation

R 60 of 255 = 24%
G 78 of 255 = 31%
B 25 of 255 = 10%

60
78
25

R + G + B ~ 22%. #3C4E19 is dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 78 + 25 = 163 (100%)
R 60 of 163 ~ 36.81%
G 78 of 163 ~ 47.85%
B 25 of 163 ~ 15.34'%

%36.81
%47.85
%15.34

CMYK color model

#3C4E19 color CMYK value is (23,0,68,69).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 67.95%
  • key color value is 69.41%

CMYK: (23,0,68,69)
C23M0Y68K69 (23%, 0%, 68%, 69%)
(0.23 / 0.00 / 0.68 / 0.69)

CMYK percentages

%23.08
%0
%67.95
%69.41

Codes

Color #3C4E19 in popluar color models

3C 4E 19
RGB 60 78 25
HSL 80° 51.46% 20.20%
HSB/HSV 80° 67.95% 30.59%
CMYK 23.08% 0.00% 67.95%
69.41%

Color #3C4E19 in popluar number systems.

HEX 3C 4E 19
Decimal 60 78 25
Binary 111100 1001110 11001
Octal 74 116 31

Shades and tints

Shades of #3C4E19

#3C4E19
(60,78,25)
#374717
(55,71,23)
#324015
(50,64,21)
#2D3913
(45,57,19)
#283211
(40,50,17)
#232B0F
(35,43,15)
#1E240D
(30,36,13)
#191D0B
(25,29,11)
#141609
(20,22,9)
#0F0F07
(15,15,7)
#0A0805
(10,8,5)
#000000
(0,0,0)

Tints of #3C4E19

#3C4E19
(60,78,25)
#4D5E2D
(77,94,45)
#5E6E41
(94,110,65)
#6F7E55
(111,126,85)
#808E69
(128,142,105)
#919E7D
(145,158,125)
#A2AE91
(162,174,145)
#B3BEA5
(179,190,165)
#C4CEB9
(196,206,185)
#D5DECD
(213,222,205)
#E6EEE1
(230,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C4E19 color. Also use rgb(60,78,25) instead hex code.

Text Font Color

.myTextColor { color: #3C4E19; }

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

This text font color is #3C4E19.

Background Color

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

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

This div background color is #3C4E19.

Border color

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

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

This div border color is #3C4E19.

Opacity

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

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

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

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

This text has shadow with #3C4E19 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C4E19.

Preview

Color preview on black background

This text has color #3C4E19 on black background.


Color preview on white background

This text has color #3C4E19 on white background.


Black color preview on #3C4E19 background

This text has black color on #3C4E19 background.


White color preview on #3C4E19 background

This text has white color on #3C4E19 background.


Related colors

Complementary color

Complementary color for #hex is #C3B1E6.


I love getcolorcode.com

Triadic colors

1 #193C4E and #4E193C with #3C4E19 are triadic colors.

2 #194E3C and #4E3C19 with #3C4E19 are triadic colors.