COLOR #3C5539

HEX: #3C5539
RGB: (60,85,57)

Color info

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

RGB color model

#3C5539 color RGB value is (60,85,57).

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

RGB channels and saturation

R 60 of 255 = 24%
G 85 of 255 = 33%
B 57 of 255 = 22%

60
85
57

R + G + B ~ 26%. #3C5539 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 85 + 57 = 202 (100%)
R 60 of 202 ~ 29.7%
G 85 of 202 ~ 42.08%
B 57 of 202 ~ 28.22%

%29.7
%42.08
%28.22

CMYK color model

#3C5539 color CMYK value is (29,0,33,67).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 32.94%
  • key color value is 66.67%
CMYK:
(29,0,33,67)
C29M0Y33K67 
(29%,0%,33%,67%)
(0.29/0.00/0.33/0.67)	

CMYK percentages

%29.41
%0
%32.94
%66.67

Codes

Color #3C5539 in popluar color models

3C5539
RGB608557
HSL114°19.72%27.84%
HSB/HSV114°32.94%33.33%
CMYK29.41%0.00%32.94%
66.67%

Color #3C5539 in popluar number systems.

HEX3C5539
Decimal608557
Binary1111001010101111001
Octal7412571

Shades and tints

Shades of #3C5539

#3C5539
(60,85,57)
#374E34
(55,78,52)
#32472F
(50,71,47)
#2D402A
(45,64,42)
#283925
(40,57,37)
#233220
(35,50,32)
#1E2B1B
(30,43,27)
#192416
(25,36,22)
#141D11
(20,29,17)
#0F160C
(15,22,12)
#0A0F07
(10,15,7)
#000000
(0,0,0)

Tints of #3C5539

#3C5539
(60,85,57)
#4D644B
(77,100,75)
#5E735D
(94,115,93)
#6F826F
(111,130,111)
#809181
(128,145,129)
#91A093
(145,160,147)
#A2AFA5
(162,175,165)
#B3BEB7
(179,190,183)
#C4CDC9
(196,205,201)
#D5DCDB
(213,220,219)
#E6EBED
(230,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C5539; }

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

This text font color is #3C5539.


Background Color

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

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

This div background color is #3C5539.


Border color

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

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

This div border color is #3C5539.


Opacity

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

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

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

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

This text has shadow with #3C5539 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C5539 on black background.


Color preview on white background

This text has color #3C5539 on white background.



Black color preview on #3C5539 background

This text has black color on #3C5539 background.


White color preview on #3C5539 background

This text has white color on #3C5539 background.