COLOR #3C4F32

HEX: #3C4F32
RGB: (60,79,50)

Color info

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

RGB color model

#3C4F32 color RGB value is (60,79,50).

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

RGB channels and saturation

R 60 of 255 = 24%
G 79 of 255 = 31%
B 50 of 255 = 20%

60
79
50

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

Portions of RGB colors in percentages

R + G + B =
60 + 79 + 50 = 189 (100%)
R 60 of 189 ~ 31.75%
G 79 of 189 ~ 41.8%
B 50 of 189 ~ 26.46%

%31.75
%41.8
%26.46

CMYK color model

#3C4F32 color CMYK value is (24,0,37,69).

  • cyan value is 24.05%
  • magenta value is 0.00%
  • yellow value is 36.71%
  • key color value is 69.02%
CMYK:
(24,0,37,69)
C24M0Y37K69 
(24%,0%,37%,69%)
(0.24/0.00/0.37/0.69)	

CMYK percentages

%24.05
%0
%36.71
%69.02

Codes

Color #3C4F32 in popluar color models

3C4F32
RGB607950
HSL99°22.48%25.29%
HSB/HSV99°36.71%30.98%
CMYK24.05%0.00%36.71%
69.02%

Color #3C4F32 in popluar number systems.

HEX3C4F32
Decimal607950
Binary1111001001111110010
Octal7411762

Shades and tints

Shades of #3C4F32

#3C4F32
(60,79,50)
#37482E
(55,72,46)
#32412A
(50,65,42)
#2D3A26
(45,58,38)
#283322
(40,51,34)
#232C1E
(35,44,30)
#1E251A
(30,37,26)
#191E16
(25,30,22)
#141712
(20,23,18)
#0F100E
(15,16,14)
#0A090A
(10,9,10)
#000000
(0,0,0)

Tints of #3C4F32

#3C4F32
(60,79,50)
#4D5F44
(77,95,68)
#5E6F56
(94,111,86)
#6F7F68
(111,127,104)
#808F7A
(128,143,122)
#919F8C
(145,159,140)
#A2AF9E
(162,175,158)
#B3BFB0
(179,191,176)
#C4CFC2
(196,207,194)
#D5DFD4
(213,223,212)
#E6EFE6
(230,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C4F32; }

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

This text font color is #3C4F32.


Background Color

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

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

This div background color is #3C4F32.


Border color

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

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

This div border color is #3C4F32.


Opacity

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

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

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

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

This text has shadow with #3C4F32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C4F32 on black background.


Color preview on white background

This text has color #3C4F32 on white background.



Black color preview on #3C4F32 background

This text has black color on #3C4F32 background.


White color preview on #3C4F32 background

This text has white color on #3C4F32 background.