COLOR #3C5550

HEX: #3C5550 RGB: (60,85,80)

Color info

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

RGB color model

#3C5550 color RGB value is (60,85,80).

RGB: (60,85,80) (24%, 33%, 31%)

RGB channels and saturation

R 60 of 255 = 24%
G 85 of 255 = 33%
B 80 of 255 = 31%

60
85
80

R + G + B ~ 29%. #3C5550 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 85 + 80 = 225 (100%)
R 60 of 225 ~ 26.67%
G 85 of 225 ~ 37.78%
B 80 of 225 ~ 35.56'%

%26.67
%37.78
%35.56

CMYK color model

#3C5550 color CMYK value is (29,0,6,67).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 66.67%
CMYK: (29,0,6,67) C29M0Y6K67 (29%,0%,6%,67%) (0.29/0.00/0.06/0.67) 

CMYK percentages

%29.41
%0
%5.88
%66.67

Codes

Color #3C5550 in popluar color models

3C 55 50
RGB 60 85 80
HSL 168° 17.24% 28.43%
HSB/HSV 168° 29.41% 33.33%
CMYK 29.41% 0.00% 5.88%
66.67%

Color #3C5550 in popluar number systems.

HEX 3C 55 50
Decimal 60 85 80
Binary 111100 1010101 1010000
Octal 74 125 120

Shades and tints

Shades of #3C5550

#3C5550
(60,85,80)
#374E49
(55,78,73)
#324742
(50,71,66)
#2D403B
(45,64,59)
#283934
(40,57,52)
#23322D
(35,50,45)
#1E2B26
(30,43,38)
#19241F
(25,36,31)
#141D18
(20,29,24)
#0F1611
(15,22,17)
#0A0F0A
(10,15,10)
#000000
(0,0,0)

Tints of #3C5550

#3C5550
(60,85,80)
#4D645F
(77,100,95)
#5E736E
(94,115,110)
#6F827D
(111,130,125)
#80918C
(128,145,140)
#91A09B
(145,160,155)
#A2AFAA
(162,175,170)
#B3BEB9
(179,190,185)
#C4CDC8
(196,205,200)
#D5DCD7
(213,220,215)
#E6EBE6
(230,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C5550; }

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

This text font color is #3C5550.

Background Color

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

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

This div background color is #3C5550.

Border color

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

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

This div border color is #3C5550.

Opacity

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

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

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

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

This text has shadow with #3C5550 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C5550.

Preview

Color preview on black background

This text has color #3C5550 on black background.


Color preview on white background

This text has color #3C5550 on white background.


Black color preview on #3C5550 background

This text has black color on #3C5550 background.


White color preview on #3C5550 background

This text has white color on #3C5550 background.


Related colors

Complementary color

Complementary color for #hex is #C3AAAF.


I love getcolorcode.com

Triadic colors

1 #503C55 and #55503C with #3C5550 are triadic colors.

2 #50553C and #553C50 with #3C5550 are triadic colors.