COLOR #3C5512

HEX: #3C5512
RGB: (60,85,18)

Color info

#3C5512 contains mainly red and green colors. Web safe color of #3C5512 is #336600 (or #360).

RGB color model

#3C5512 color RGB value is (60,85,18).

  • red value is 60;
  • green value is 85;
  • blue value is 18.
RGB:
(60,85,18)
(24%,33%,7%)

RGB channels and saturation

R 60 of 255 = 24%
G 85 of 255 = 33%
B 18 of 255 = 7%

60
85
18

R + G + B ~ 21%. #3C5512 is dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 85 + 18 = 163 (100%)
R 60 of 163 ~ 36.81%
G 85 of 163 ~ 52.15%
B 18 of 163 ~ 11.04%

%36.81
%52.15
%11.04

CMYK color model

#3C5512 color CMYK value is (29,0,79,67).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 78.82%
  • key color value is 66.67%
CMYK:
(29,0,79,67)
C29M0Y79K67 
(29%,0%,79%,67%)
(0.29/0.00/0.79/0.67)	

CMYK percentages

%29.41
%0
%78.82
%66.67

Codes

Color #3C5512 in popluar color models

3C5512
RGB608518
HSL82°65.05%20.20%
HSB/HSV82°78.82%33.33%
CMYK29.41%0.00%78.82%
66.67%

Color #3C5512 in popluar number systems.

HEX3C5512
Decimal608518
Binary111100101010110010
Octal7412522

Shades and tints

Shades of #3C5512

#3C5512
(60,85,18)
#374E11
(55,78,17)
#324710
(50,71,16)
#2D400F
(45,64,15)
#28390E
(40,57,14)
#23320D
(35,50,13)
#1E2B0C
(30,43,12)
#19240B
(25,36,11)
#141D0A
(20,29,10)
#0F1609
(15,22,9)
#0A0F08
(10,15,8)
#000000
(0,0,0)

Tints of #3C5512

#3C5512
(60,85,18)
#4D6427
(77,100,39)
#5E733C
(94,115,60)
#6F8251
(111,130,81)
#809166
(128,145,102)
#91A07B
(145,160,123)
#A2AF90
(162,175,144)
#B3BEA5
(179,190,165)
#C4CDBA
(196,205,186)
#D5DCCF
(213,220,207)
#E6EBE4
(230,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C5512 color. Also use rgb(60,85,18) instead hex code.

Text Font Color

.myTextColor { color: #3C5512; }

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

This text font color is #3C5512.


Background Color

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

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

This div background color is #3C5512.


Border color

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

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

This div border color is #3C5512.


Opacity

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

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

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

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

This text has shadow with #3C5512 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C5512 on black background.


Color preview on white background

This text has color #3C5512 on white background.



Black color preview on #3C5512 background

This text has black color on #3C5512 background.


White color preview on #3C5512 background

This text has white color on #3C5512 background.