COLOR #3C5546

HEX: #3C5546 RGB: (60,85,70)

Color info

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

RGB color model

#3C5546 color RGB value is (60,85,70).

RGB: (60,85,70) (24%, 33%, 27%)

RGB channels and saturation

R 60 of 255 = 24%
G 85 of 255 = 33%
B 70 of 255 = 27%

60
85
70

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

Portions of RGB colors in percentages

R + G + B = 60 + 85 + 70 = 215 (100%)
R 60 of 215 ~ 27.91%
G 85 of 215 ~ 39.53%
B 70 of 215 ~ 32.56'%

%27.91
%39.53
%32.56

CMYK color model

#3C5546 color CMYK value is (29,0,18,67).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 66.67%

CMYK: (29,0,18,67)
C29M0Y18K67 (29%, 0%, 18%, 67%)
(0.29 / 0.00 / 0.18 / 0.67)

CMYK percentages

%29.41
%0
%17.65
%66.67

Codes

Color #3C5546 in popluar color models

3C 55 46
RGB 60 85 70
HSL 144° 17.24% 28.43%
HSB/HSV 144° 29.41% 33.33%
CMYK 29.41% 0.00% 17.65%
66.67%

Color #3C5546 in popluar number systems.

HEX 3C 55 46
Decimal 60 85 70
Binary 111100 1010101 1000110
Octal 74 125 106

Shades and tints

Shades of #3C5546

#3C5546
(60,85,70)
#374E40
(55,78,64)
#32473A
(50,71,58)
#2D4034
(45,64,52)
#28392E
(40,57,46)
#233228
(35,50,40)
#1E2B22
(30,43,34)
#19241C
(25,36,28)
#141D16
(20,29,22)
#0F1610
(15,22,16)
#0A0F0A
(10,15,10)
#000000
(0,0,0)

Tints of #3C5546

#3C5546
(60,85,70)
#4D6456
(77,100,86)
#5E7366
(94,115,102)
#6F8276
(111,130,118)
#809186
(128,145,134)
#91A096
(145,160,150)
#A2AFA6
(162,175,166)
#B3BEB6
(179,190,182)
#C4CDC6
(196,205,198)
#D5DCD6
(213,220,214)
#E6EBE6
(230,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C5546; }

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

This text font color is #3C5546.

Background Color

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

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

This div background color is #3C5546.

Border color

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

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

This div border color is #3C5546.

Opacity

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

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

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

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

This text has shadow with #3C5546 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C5546.

Preview

Color preview on black background

This text has color #3C5546 on black background.


Color preview on white background

This text has color #3C5546 on white background.


Black color preview on #3C5546 background

This text has black color on #3C5546 background.


White color preview on #3C5546 background

This text has white color on #3C5546 background.


Related colors

Complementary color

Complementary color for #hex is #C3AAB9.


I love getcolorcode.com

Triadic colors

1 #463C55 and #55463C with #3C5546 are triadic colors.

2 #46553C and #553C46 with #3C5546 are triadic colors.