COLOR #3C4F36

HEX: #3C4F36
RGB: (60,79,54)

Color info

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

RGB color model

#3C4F36 color RGB value is (60,79,54).

  • red value is 60;
  • green value is 79;
  • blue value is 54.
RGB:
(60,79,54)
(24%,31%,21%)

RGB channels and saturation

R 60 of 255 = 24%
G 79 of 255 = 31%
B 54 of 255 = 21%

60
79
54

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

Portions of RGB colors in percentages

R + G + B =
60 + 79 + 54 = 193 (100%)
R 60 of 193 ~ 31.09%
G 79 of 193 ~ 40.93%
B 54 of 193 ~ 27.98%

%31.09
%40.93
%27.98

CMYK color model

#3C4F36 color CMYK value is (24,0,32,69).

  • cyan value is 24.05%
  • magenta value is 0.00%
  • yellow value is 31.65%
  • key color value is 69.02%
CMYK:
(24,0,32,69)
C24M0Y32K69 
(24%,0%,32%,69%)
(0.24/0.00/0.32/0.69)	

CMYK percentages

%24.05
%0
%31.65
%69.02

Codes

Color #3C4F36 in popluar color models

3C4F36
RGB607954
HSL106°18.80%26.08%
HSB/HSV106°31.65%30.98%
CMYK24.05%0.00%31.65%
69.02%

Color #3C4F36 in popluar number systems.

HEX3C4F36
Decimal607954
Binary1111001001111110110
Octal7411766

Shades and tints

Shades of #3C4F36

#3C4F36
(60,79,54)
#374832
(55,72,50)
#32412E
(50,65,46)
#2D3A2A
(45,58,42)
#283326
(40,51,38)
#232C22
(35,44,34)
#1E251E
(30,37,30)
#191E1A
(25,30,26)
#141716
(20,23,22)
#0F1012
(15,16,18)
#0A090E
(10,9,14)
#000000
(0,0,0)

Tints of #3C4F36

#3C4F36
(60,79,54)
#4D5F48
(77,95,72)
#5E6F5A
(94,111,90)
#6F7F6C
(111,127,108)
#808F7E
(128,143,126)
#919F90
(145,159,144)
#A2AFA2
(162,175,162)
#B3BFB4
(179,191,180)
#C4CFC6
(196,207,198)
#D5DFD8
(213,223,216)
#E6EFEA
(230,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C4F36 color. Also use rgb(60,79,54) instead hex code.

Text Font Color

.myTextColor { color: #3C4F36; }

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

This text font color is #3C4F36.


Background Color

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

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

This div background color is #3C4F36.


Border color

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

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

This div border color is #3C4F36.


Opacity

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

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

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

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

This text has shadow with #3C4F36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C4F36 on black background.


Color preview on white background

This text has color #3C4F36 on white background.



Black color preview on #3C4F36 background

This text has black color on #3C4F36 background.


White color preview on #3C4F36 background

This text has white color on #3C4F36 background.