COLOR #3C5242

HEX: #3C5242 RGB: (60,82,66)

Color info

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

RGB color model

#3C5242 color RGB value is (60,82,66).

RGB: (60,82,66) (24%, 32%, 26%)

RGB channels and saturation

R 60 of 255 = 24%
G 82 of 255 = 32%
B 66 of 255 = 26%

60
82
66

R + G + B ~ 27%. #3C5242 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 82 + 66 = 208 (100%)
R 60 of 208 ~ 28.85%
G 82 of 208 ~ 39.42%
B 66 of 208 ~ 31.73'%

%28.85
%39.42
%31.73

CMYK color model

#3C5242 color CMYK value is (27,0,20,68).

  • cyan value is 26.83%
  • magenta value is 0.00%
  • yellow value is 19.51%
  • key color value is 67.84%
CMYK: (27,0,20,68) C27M0Y20K68 (27%,0%,20%,68%) (0.27/0.00/0.20/0.68) 

CMYK percentages

%26.83
%0
%19.51
%67.84

Codes

Color #3C5242 in popluar color models

3C 52 42
RGB 60 82 66
HSL 136° 15.49% 27.84%
HSB/HSV 136° 26.83% 32.16%
CMYK 26.83% 0.00% 19.51%
67.84%

Color #3C5242 in popluar number systems.

HEX 3C 52 42
Decimal 60 82 66
Binary 111100 1010010 1000010
Octal 74 122 102

Shades and tints

Shades of #3C5242

#3C5242
(60,82,66)
#374B3C
(55,75,60)
#324436
(50,68,54)
#2D3D30
(45,61,48)
#28362A
(40,54,42)
#232F24
(35,47,36)
#1E281E
(30,40,30)
#192118
(25,33,24)
#141A12
(20,26,18)
#0F130C
(15,19,12)
#0A0C06
(10,12,6)
#000000
(0,0,0)

Tints of #3C5242

#3C5242
(60,82,66)
#4D6153
(77,97,83)
#5E7064
(94,112,100)
#6F7F75
(111,127,117)
#808E86
(128,142,134)
#919D97
(145,157,151)
#A2ACA8
(162,172,168)
#B3BBB9
(179,187,185)
#C4CACA
(196,202,202)
#D5D9DB
(213,217,219)
#E6E8EC
(230,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C5242 color. Also use rgb(60,82,66) instead hex code.

Text Font Color

.myTextColor { color: #3C5242; }

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

This text font color is #3C5242.

Background Color

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

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

This div background color is #3C5242.

Border color

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

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

This div border color is #3C5242.

Opacity

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

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

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

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

This text has shadow with #3C5242 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C5242.

Preview

Color preview on black background

This text has color #3C5242 on black background.


Color preview on white background

This text has color #3C5242 on white background.


Black color preview on #3C5242 background

This text has black color on #3C5242 background.


White color preview on #3C5242 background

This text has white color on #3C5242 background.


Related colors

Complementary color

Complementary color for #hex is #C3ADBD.


I love getcolorcode.com

Triadic colors

1 #423C52 and #52423C with #3C5242 are triadic colors.

2 #42523C and #523C42 with #3C5242 are triadic colors.