COLOR #3C4E33

HEX: #3C4E33 RGB: (60,78,51)

Color info

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

RGB color model

#3C4E33 color RGB value is (60,78,51).

RGB: (60,78,51) (24%, 31%, 20%)

RGB channels and saturation

R 60 of 255 = 24%
G 78 of 255 = 31%
B 51 of 255 = 20%

60
78
51

R + G + B ~ 25%. #3C4E33 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 78 + 51 = 189 (100%)
R 60 of 189 ~ 31.75%
G 78 of 189 ~ 41.27%
B 51 of 189 ~ 26.98'%

%31.75
%41.27
%26.98

CMYK color model

#3C4E33 color CMYK value is (23,0,35,69).

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

CMYK: (23,0,35,69)
C23M0Y35K69 (23%, 0%, 35%, 69%)
(0.23 / 0.00 / 0.35 / 0.69)

CMYK percentages

%23.08
%0
%34.62
%69.41

Codes

Color #3C4E33 in popluar color models

3C 4E 33
RGB 60 78 51
HSL 100° 20.93% 25.29%
HSB/HSV 100° 34.62% 30.59%
CMYK 23.08% 0.00% 34.62%
69.41%

Color #3C4E33 in popluar number systems.

HEX 3C 4E 33
Decimal 60 78 51
Binary 111100 1001110 110011
Octal 74 116 63

Shades and tints

Shades of #3C4E33

#3C4E33
(60,78,51)
#37472F
(55,71,47)
#32402B
(50,64,43)
#2D3927
(45,57,39)
#283223
(40,50,35)
#232B1F
(35,43,31)
#1E241B
(30,36,27)
#191D17
(25,29,23)
#141613
(20,22,19)
#0F0F0F
(15,15,15)
#0A080B
(10,8,11)
#000000
(0,0,0)

Tints of #3C4E33

#3C4E33
(60,78,51)
#4D5E45
(77,94,69)
#5E6E57
(94,110,87)
#6F7E69
(111,126,105)
#808E7B
(128,142,123)
#919E8D
(145,158,141)
#A2AE9F
(162,174,159)
#B3BEB1
(179,190,177)
#C4CEC3
(196,206,195)
#D5DED5
(213,222,213)
#E6EEE7
(230,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C4E33; }

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

This text font color is #3C4E33.

Background Color

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

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

This div background color is #3C4E33.

Border color

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

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

This div border color is #3C4E33.

Opacity

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

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

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

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

This text has shadow with #3C4E33 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C4E33.

Preview

Color preview on black background

This text has color #3C4E33 on black background.


Color preview on white background

This text has color #3C4E33 on white background.


Black color preview on #3C4E33 background

This text has black color on #3C4E33 background.


White color preview on #3C4E33 background

This text has white color on #3C4E33 background.


Related colors

Complementary color

Complementary color for #hex is #C3B1CC.


I love getcolorcode.com

Triadic colors

1 #333C4E and #4E333C with #3C4E33 are triadic colors.

2 #334E3C and #4E3C33 with #3C4E33 are triadic colors.