COLOR #3C5547

HEX: #3C5547 RGB: (60,85,71)

Color info

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

RGB color model

#3C5547 color RGB value is (60,85,71).

RGB: (60,85,71) (24%, 33%, 28%)

RGB channels and saturation

R 60 of 255 = 24%
G 85 of 255 = 33%
B 71 of 255 = 28%

60
85
71

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

Portions of RGB colors in percentages

R + G + B = 60 + 85 + 71 = 216 (100%)
R 60 of 216 ~ 27.78%
G 85 of 216 ~ 39.35%
B 71 of 216 ~ 32.87'%

%27.78
%39.35
%32.87

CMYK color model

#3C5547 color CMYK value is (29,0,16,67).

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

CMYK: (29,0,16,67)
C29M0Y16K67 (29%, 0%, 16%, 67%)
(0.29 / 0.00 / 0.16 / 0.67)

CMYK percentages

%29.41
%0
%16.47
%66.67

Codes

Color #3C5547 in popluar color models

3C 55 47
RGB 60 85 71
HSL 146° 17.24% 28.43%
HSB/HSV 146° 29.41% 33.33%
CMYK 29.41% 0.00% 16.47%
66.67%

Color #3C5547 in popluar number systems.

HEX 3C 55 47
Decimal 60 85 71
Binary 111100 1010101 1000111
Octal 74 125 107

Shades and tints

Shades of #3C5547

#3C5547
(60,85,71)
#374E41
(55,78,65)
#32473B
(50,71,59)
#2D4035
(45,64,53)
#28392F
(40,57,47)
#233229
(35,50,41)
#1E2B23
(30,43,35)
#19241D
(25,36,29)
#141D17
(20,29,23)
#0F1611
(15,22,17)
#0A0F0B
(10,15,11)
#000000
(0,0,0)

Tints of #3C5547

#3C5547
(60,85,71)
#4D6457
(77,100,87)
#5E7367
(94,115,103)
#6F8277
(111,130,119)
#809187
(128,145,135)
#91A097
(145,160,151)
#A2AFA7
(162,175,167)
#B3BEB7
(179,190,183)
#C4CDC7
(196,205,199)
#D5DCD7
(213,220,215)
#E6EBE7
(230,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C5547; }

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

This text font color is #3C5547.

Background Color

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

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

This div background color is #3C5547.

Border color

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

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

This div border color is #3C5547.

Opacity

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

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

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

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

This text has shadow with #3C5547 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C5547.

Preview

Color preview on black background

This text has color #3C5547 on black background.


Color preview on white background

This text has color #3C5547 on white background.


Black color preview on #3C5547 background

This text has black color on #3C5547 background.


White color preview on #3C5547 background

This text has white color on #3C5547 background.


Related colors

Complementary color

Complementary color for #hex is #C3AAB8.


I love getcolorcode.com

Triadic colors

1 #473C55 and #55473C with #3C5547 are triadic colors.

2 #47553C and #553C47 with #3C5547 are triadic colors.