COLOR #3C5552

HEX: #3C5552 RGB: (60,85,82)

Color info

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

RGB color model

#3C5552 color RGB value is (60,85,82).

RGB: (60,85,82) (24%, 33%, 32%)

RGB channels and saturation

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

60
85
82

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

Portions of RGB colors in percentages

R + G + B = 60 + 85 + 82 = 227 (100%)
R 60 of 227 ~ 26.43%
G 85 of 227 ~ 37.44%
B 82 of 227 ~ 36.12'%

%26.43
%37.44
%36.12

CMYK color model

#3C5552 color CMYK value is (29,0,4,67).

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

CMYK: (29,0,4,67)
C29M0Y4K67 (29%, 0%, 4%, 67%)
(0.29 / 0.00 / 0.04 / 0.67)

CMYK percentages

%29.41
%0
%3.53
%66.67

Codes

Color #3C5552 in popluar color models

3C 55 52
RGB 60 85 82
HSL 173° 17.24% 28.43%
HSB/HSV 173° 29.41% 33.33%
CMYK 29.41% 0.00% 3.53%
66.67%

Color #3C5552 in popluar number systems.

HEX 3C 55 52
Decimal 60 85 82
Binary 111100 1010101 1010010
Octal 74 125 122

Shades and tints

Shades of #3C5552

#3C5552
(60,85,82)
#374E4B
(55,78,75)
#324744
(50,71,68)
#2D403D
(45,64,61)
#283936
(40,57,54)
#23322F
(35,50,47)
#1E2B28
(30,43,40)
#192421
(25,36,33)
#141D1A
(20,29,26)
#0F1613
(15,22,19)
#0A0F0C
(10,15,12)
#000000
(0,0,0)

Tints of #3C5552

#3C5552
(60,85,82)
#4D6461
(77,100,97)
#5E7370
(94,115,112)
#6F827F
(111,130,127)
#80918E
(128,145,142)
#91A09D
(145,160,157)
#A2AFAC
(162,175,172)
#B3BEBB
(179,190,187)
#C4CDCA
(196,205,202)
#D5DCD9
(213,220,217)
#E6EBE8
(230,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C5552; }

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

This text font color is #3C5552.

Background Color

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

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

This div background color is #3C5552.

Border color

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

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

This div border color is #3C5552.

Opacity

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

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

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

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

This text has shadow with #3C5552 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C5552.

Preview

Color preview on black background

This text has color #3C5552 on black background.


Color preview on white background

This text has color #3C5552 on white background.


Black color preview on #3C5552 background

This text has black color on #3C5552 background.


White color preview on #3C5552 background

This text has white color on #3C5552 background.


Related colors

Complementary color

Complementary color for #hex is #C3AAAD.


I love getcolorcode.com

Triadic colors

1 #523C55 and #55523C with #3C5552 are triadic colors.

2 #52553C and #553C52 with #3C5552 are triadic colors.