COLOR #3C5551

HEX: #3C5551
RGB: (60,85,81)

Color info

#3C5551 contains red, green and blue colors in about the same proportion. Web safe color of #3C5551 is #336666 (or #366).

RGB color model

#3C5551 color RGB value is (60,85,81).

  • red value is 60;
  • green value is 85;
  • blue value is 81.
RGB:
(60,85,81)
(24%,33%,32%)

RGB channels and saturation

R 60 of 255 = 24%
G 85 of 255 = 33%
B 81 of 255 = 32%

60
85
81

R + G + B ~ 30%. #3C5551 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 85 + 81 = 226 (100%)
R 60 of 226 ~ 26.55%
G 85 of 226 ~ 37.61%
B 81 of 226 ~ 35.84%

%26.55
%37.61
%35.84

CMYK color model

#3C5551 color CMYK value is (29,0,5,67).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 4.71%
  • key color value is 66.67%
CMYK:
(29,0,5,67)
C29M0Y5K67 
(29%,0%,5%,67%)
(0.29/0.00/0.05/0.67)	

CMYK percentages

%29.41
%0
%4.71
%66.67

Codes

Color #3C5551 in popluar color models

3C5551
RGB608581
HSL170°17.24%28.43%
HSB/HSV170°29.41%33.33%
CMYK29.41%0.00%4.71%
66.67%

Color #3C5551 in popluar number systems.

HEX3C5551
Decimal608581
Binary11110010101011010001
Octal74125121

Shades and tints

Shades of #3C5551

#3C5551
(60,85,81)
#374E4A
(55,78,74)
#324743
(50,71,67)
#2D403C
(45,64,60)
#283935
(40,57,53)
#23322E
(35,50,46)
#1E2B27
(30,43,39)
#192420
(25,36,32)
#141D19
(20,29,25)
#0F1612
(15,22,18)
#0A0F0B
(10,15,11)
#000000
(0,0,0)

Tints of #3C5551

#3C5551
(60,85,81)
#4D6460
(77,100,96)
#5E736F
(94,115,111)
#6F827E
(111,130,126)
#80918D
(128,145,141)
#91A09C
(145,160,156)
#A2AFAB
(162,175,171)
#B3BEBA
(179,190,186)
#C4CDC9
(196,205,201)
#D5DCD8
(213,220,216)
#E6EBE7
(230,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C5551; }

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

This text font color is #3C5551.


Background Color

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

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

This div background color is #3C5551.


Border color

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

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

This div border color is #3C5551.


Opacity

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

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

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

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

This text has shadow with #3C5551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C5551 on black background.


Color preview on white background

This text has color #3C5551 on white background.



Black color preview on #3C5551 background

This text has black color on #3C5551 background.


White color preview on #3C5551 background

This text has white color on #3C5551 background.