COLOR #3C4537

HEX: #3C4537
RGB: (60,69,55)

Color info

#3C4537 contains red, green and blue colors in about the same proportion. Web safe color of #3C4537 is #333333 (or #333).

RGB color model

#3C4537 color RGB value is (60,69,55).

  • red value is 60;
  • green value is 69;
  • blue value is 55.
RGB:
(60,69,55)
(24%,27%,22%)

RGB channels and saturation

R 60 of 255 = 24%
G 69 of 255 = 27%
B 55 of 255 = 22%

60
69
55

R + G + B ~ 24%. #3C4537 is dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 69 + 55 = 184 (100%)
R 60 of 184 ~ 32.61%
G 69 of 184 ~ 37.5%
B 55 of 184 ~ 29.89%

%32.61
%37.5
%29.89

CMYK color model

#3C4537 color CMYK value is (13,0,20,73).

  • cyan value is 13.04%
  • magenta value is 0.00%
  • yellow value is 20.29%
  • key color value is 72.94%
CMYK:
(13,0,20,73)
C13M0Y20K73 
(13%,0%,20%,73%)
(0.13/0.00/0.20/0.73)	

CMYK percentages

%13.04
%0
%20.29
%72.94

Codes

Color #3C4537 in popluar color models

3C4537
RGB606955
HSL99°11.29%24.31%
HSB/HSV99°20.29%27.06%
CMYK13.04%0.00%20.29%
72.94%

Color #3C4537 in popluar number systems.

HEX3C4537
Decimal606955
Binary1111001000101110111
Octal7410567

Shades and tints

Shades of #3C4537

#3C4537
(60,69,55)
#373F32
(55,63,50)
#32392D
(50,57,45)
#2D3328
(45,51,40)
#282D23
(40,45,35)
#23271E
(35,39,30)
#1E2119
(30,33,25)
#191B14
(25,27,20)
#14150F
(20,21,15)
#0F0F0A
(15,15,10)
#0A0905
(10,9,5)
#000000
(0,0,0)

Tints of #3C4537

#3C4537
(60,69,55)
#4D5549
(77,85,73)
#5E655B
(94,101,91)
#6F756D
(111,117,109)
#80857F
(128,133,127)
#919591
(145,149,145)
#A2A5A3
(162,165,163)
#B3B5B5
(179,181,181)
#C4C5C7
(196,197,199)
#D5D5D9
(213,213,217)
#E6E5EB
(230,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C4537 color. Also use rgb(60,69,55) instead hex code.

Text Font Color

.myTextColor { color: #3C4537; }

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

This text font color is #3C4537.


Background Color

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

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

This div background color is #3C4537.


Border color

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

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

This div border color is #3C4537.


Opacity

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

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

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

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

This text has shadow with #3C4537 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C4537 on black background.


Color preview on white background

This text has color #3C4537 on white background.



Black color preview on #3C4537 background

This text has black color on #3C4537 background.


White color preview on #3C4537 background

This text has white color on #3C4537 background.