COLOR #3C5531

HEX: #3C5531
RGB: (60,85,49)

Color info

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

RGB color model

#3C5531 color RGB value is (60,85,49).

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

RGB channels and saturation

R 60 of 255 = 24%
G 85 of 255 = 33%
B 49 of 255 = 19%

60
85
49

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

Portions of RGB colors in percentages

R + G + B =
60 + 85 + 49 = 194 (100%)
R 60 of 194 ~ 30.93%
G 85 of 194 ~ 43.81%
B 49 of 194 ~ 25.26%

%30.93
%43.81
%25.26

CMYK color model

#3C5531 color CMYK value is (29,0,42,67).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 42.35%
  • key color value is 66.67%
CMYK:
(29,0,42,67)
C29M0Y42K67 
(29%,0%,42%,67%)
(0.29/0.00/0.42/0.67)	

CMYK percentages

%29.41
%0
%42.35
%66.67

Codes

Color #3C5531 in popluar color models

3C5531
RGB608549
HSL102°26.87%26.27%
HSB/HSV102°42.35%33.33%
CMYK29.41%0.00%42.35%
66.67%

Color #3C5531 in popluar number systems.

HEX3C5531
Decimal608549
Binary1111001010101110001
Octal7412561

Shades and tints

Shades of #3C5531

#3C5531
(60,85,49)
#374E2D
(55,78,45)
#324729
(50,71,41)
#2D4025
(45,64,37)
#283921
(40,57,33)
#23321D
(35,50,29)
#1E2B19
(30,43,25)
#192415
(25,36,21)
#141D11
(20,29,17)
#0F160D
(15,22,13)
#0A0F09
(10,15,9)
#000000
(0,0,0)

Tints of #3C5531

#3C5531
(60,85,49)
#4D6443
(77,100,67)
#5E7355
(94,115,85)
#6F8267
(111,130,103)
#809179
(128,145,121)
#91A08B
(145,160,139)
#A2AF9D
(162,175,157)
#B3BEAF
(179,190,175)
#C4CDC1
(196,205,193)
#D5DCD3
(213,220,211)
#E6EBE5
(230,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C5531; }

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

This text font color is #3C5531.


Background Color

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

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

This div background color is #3C5531.


Border color

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

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

This div border color is #3C5531.


Opacity

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

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

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

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

This text has shadow with #3C5531 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C5531 on black background.


Color preview on white background

This text has color #3C5531 on white background.



Black color preview on #3C5531 background

This text has black color on #3C5531 background.


White color preview on #3C5531 background

This text has white color on #3C5531 background.