COLOR #3C5538

HEX: #3C5538
RGB: (60,85,56)

Color info

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

RGB color model

#3C5538 color RGB value is (60,85,56).

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

RGB channels and saturation

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

60
85
56

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

Portions of RGB colors in percentages

R + G + B =
60 + 85 + 56 = 201 (100%)
R 60 of 201 ~ 29.85%
G 85 of 201 ~ 42.29%
B 56 of 201 ~ 27.86%

%29.85
%42.29
%27.86

CMYK color model

#3C5538 color CMYK value is (29,0,34,67).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 34.12%
  • key color value is 66.67%
CMYK:
(29,0,34,67)
C29M0Y34K67 
(29%,0%,34%,67%)
(0.29/0.00/0.34/0.67)	

CMYK percentages

%29.41
%0
%34.12
%66.67

Codes

Color #3C5538 in popluar color models

3C5538
RGB608556
HSL112°20.57%27.65%
HSB/HSV112°34.12%33.33%
CMYK29.41%0.00%34.12%
66.67%

Color #3C5538 in popluar number systems.

HEX3C5538
Decimal608556
Binary1111001010101111000
Octal7412570

Shades and tints

Shades of #3C5538

#3C5538
(60,85,56)
#374E33
(55,78,51)
#32472E
(50,71,46)
#2D4029
(45,64,41)
#283924
(40,57,36)
#23321F
(35,50,31)
#1E2B1A
(30,43,26)
#192415
(25,36,21)
#141D10
(20,29,16)
#0F160B
(15,22,11)
#0A0F06
(10,15,6)
#000000
(0,0,0)

Tints of #3C5538

#3C5538
(60,85,56)
#4D644A
(77,100,74)
#5E735C
(94,115,92)
#6F826E
(111,130,110)
#809180
(128,145,128)
#91A092
(145,160,146)
#A2AFA4
(162,175,164)
#B3BEB6
(179,190,182)
#C4CDC8
(196,205,200)
#D5DCDA
(213,220,218)
#E6EBEC
(230,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C5538; }

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

This text font color is #3C5538.


Background Color

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

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

This div background color is #3C5538.


Border color

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

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

This div border color is #3C5538.


Opacity

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

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

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

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

This text has shadow with #3C5538 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C5538 on black background.


Color preview on white background

This text has color #3C5538 on white background.



Black color preview on #3C5538 background

This text has black color on #3C5538 background.


White color preview on #3C5538 background

This text has white color on #3C5538 background.