COLOR #3C4E21

HEX: #3C4E21
RGB: (60,78,33)

Color info

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

RGB color model

#3C4E21 color RGB value is (60,78,33).

  • red value is 60;
  • green value is 78;
  • blue value is 33.
RGB:
(60,78,33)
(24%,31%,13%)

RGB channels and saturation

R 60 of 255 = 24%
G 78 of 255 = 31%
B 33 of 255 = 13%

60
78
33

R + G + B ~ 23%. #3C4E21 is dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 78 + 33 = 171 (100%)
R 60 of 171 ~ 35.09%
G 78 of 171 ~ 45.61%
B 33 of 171 ~ 19.3%

%35.09
%45.61
%19.3

CMYK color model

#3C4E21 color CMYK value is (23,0,58,69).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 57.69%
  • key color value is 69.41%
CMYK:
(23,0,58,69)
C23M0Y58K69 
(23%,0%,58%,69%)
(0.23/0.00/0.58/0.69)	

CMYK percentages

%23.08
%0
%57.69
%69.41

Codes

Color #3C4E21 in popluar color models

3C4E21
RGB607833
HSL84°40.54%21.76%
HSB/HSV84°57.69%30.59%
CMYK23.08%0.00%57.69%
69.41%

Color #3C4E21 in popluar number systems.

HEX3C4E21
Decimal607833
Binary1111001001110100001
Octal7411641

Shades and tints

Shades of #3C4E21

#3C4E21
(60,78,33)
#37471E
(55,71,30)
#32401B
(50,64,27)
#2D3918
(45,57,24)
#283215
(40,50,21)
#232B12
(35,43,18)
#1E240F
(30,36,15)
#191D0C
(25,29,12)
#141609
(20,22,9)
#0F0F06
(15,15,6)
#0A0803
(10,8,3)
#000000
(0,0,0)

Tints of #3C4E21

#3C4E21
(60,78,33)
#4D5E35
(77,94,53)
#5E6E49
(94,110,73)
#6F7E5D
(111,126,93)
#808E71
(128,142,113)
#919E85
(145,158,133)
#A2AE99
(162,174,153)
#B3BEAD
(179,190,173)
#C4CEC1
(196,206,193)
#D5DED5
(213,222,213)
#E6EEE9
(230,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C4E21; }

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

This text font color is #3C4E21.


Background Color

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

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

This div background color is #3C4E21.


Border color

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

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

This div border color is #3C4E21.


Opacity

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

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

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

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

This text has shadow with #3C4E21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C4E21 on black background.


Color preview on white background

This text has color #3C4E21 on white background.



Black color preview on #3C4E21 background

This text has black color on #3C4E21 background.


White color preview on #3C4E21 background

This text has white color on #3C4E21 background.