COLOR #3C5342

HEX: #3C5342 RGB: (60,83,66)

Color info

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

RGB color model

#3C5342 color RGB value is (60,83,66).

RGB: (60,83,66) (24%, 33%, 26%)

RGB channels and saturation

R 60 of 255 = 24%
G 83 of 255 = 33%
B 66 of 255 = 26%

60
83
66

R + G + B ~ 28%. #3C5342 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 83 + 66 = 209 (100%)
R 60 of 209 ~ 28.71%
G 83 of 209 ~ 39.71%
B 66 of 209 ~ 31.58'%

%28.71
%39.71
%31.58

CMYK color model

#3C5342 color CMYK value is (28,0,20,67).

  • cyan value is 27.71%
  • magenta value is 0.00%
  • yellow value is 20.48%
  • key color value is 67.45%
CMYK: (28,0,20,67) C28M0Y20K67 (28%,0%,20%,67%) (0.28/0.00/0.20/0.67) 

CMYK percentages

%27.71
%0
%20.48
%67.45

Codes

Color #3C5342 in popluar color models

3C 53 42
RGB 60 83 66
HSL 136° 16.08% 28.04%
HSB/HSV 136° 27.71% 32.55%
CMYK 27.71% 0.00% 20.48%
67.45%

Color #3C5342 in popluar number systems.

HEX 3C 53 42
Decimal 60 83 66
Binary 111100 1010011 1000010
Octal 74 123 102

Shades and tints

Shades of #3C5342

#3C5342
(60,83,66)
#374C3C
(55,76,60)
#324536
(50,69,54)
#2D3E30
(45,62,48)
#28372A
(40,55,42)
#233024
(35,48,36)
#1E291E
(30,41,30)
#192218
(25,34,24)
#141B12
(20,27,18)
#0F140C
(15,20,12)
#0A0D06
(10,13,6)
#000000
(0,0,0)

Tints of #3C5342

#3C5342
(60,83,66)
#4D6253
(77,98,83)
#5E7164
(94,113,100)
#6F8075
(111,128,117)
#808F86
(128,143,134)
#919E97
(145,158,151)
#A2ADA8
(162,173,168)
#B3BCB9
(179,188,185)
#C4CBCA
(196,203,202)
#D5DADB
(213,218,219)
#E6E9EC
(230,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C5342; }

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

This text font color is #3C5342.

Background Color

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

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

This div background color is #3C5342.

Border color

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

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

This div border color is #3C5342.

Opacity

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

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

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

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

This text has shadow with #3C5342 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C5342.

Preview

Color preview on black background

This text has color #3C5342 on black background.


Color preview on white background

This text has color #3C5342 on white background.


Black color preview on #3C5342 background

This text has black color on #3C5342 background.


White color preview on #3C5342 background

This text has white color on #3C5342 background.


Related colors

Complementary color

Complementary color for #hex is #C3ACBD.


I love getcolorcode.com

Triadic colors

1 #423C53 and #53423C with #3C5342 are triadic colors.

2 #42533C and #533C42 with #3C5342 are triadic colors.