COLOR #3C5553

HEX: #3C5553 RGB: (60,85,83)

Color info

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

RGB color model

#3C5553 color RGB value is (60,85,83).

RGB: (60,85,83) (24%, 33%, 33%)

RGB channels and saturation

R 60 of 255 = 24%
G 85 of 255 = 33%
B 83 of 255 = 33%

60
85
83

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

Portions of RGB colors in percentages

R + G + B = 60 + 85 + 83 = 228 (100%)
R 60 of 228 ~ 26.32%
G 85 of 228 ~ 37.28%
B 83 of 228 ~ 36.4'%

%26.32
%37.28
%36.4

CMYK color model

#3C5553 color CMYK value is (29,0,2,67).

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

CMYK: (29,0,2,67)
C29M0Y2K67 (29%, 0%, 2%, 67%)
(0.29 / 0.00 / 0.02 / 0.67)

CMYK percentages

%29.41
%0
%2.35
%66.67

Codes

Color #3C5553 in popluar color models

3C 55 53
RGB 60 85 83
HSL 175° 17.24% 28.43%
HSB/HSV 175° 29.41% 33.33%
CMYK 29.41% 0.00% 2.35%
66.67%

Color #3C5553 in popluar number systems.

HEX 3C 55 53
Decimal 60 85 83
Binary 111100 1010101 1010011
Octal 74 125 123

Shades and tints

Shades of #3C5553

#3C5553
(60,85,83)
#374E4C
(55,78,76)
#324745
(50,71,69)
#2D403E
(45,64,62)
#283937
(40,57,55)
#233230
(35,50,48)
#1E2B29
(30,43,41)
#192422
(25,36,34)
#141D1B
(20,29,27)
#0F1614
(15,22,20)
#0A0F0D
(10,15,13)
#000000
(0,0,0)

Tints of #3C5553

#3C5553
(60,85,83)
#4D6462
(77,100,98)
#5E7371
(94,115,113)
#6F8280
(111,130,128)
#80918F
(128,145,143)
#91A09E
(145,160,158)
#A2AFAD
(162,175,173)
#B3BEBC
(179,190,188)
#C4CDCB
(196,205,203)
#D5DCDA
(213,220,218)
#E6EBE9
(230,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C5553; }

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

This text font color is #3C5553.

Background Color

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

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

This div background color is #3C5553.

Border color

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

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

This div border color is #3C5553.

Opacity

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

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

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

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

This text has shadow with #3C5553 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C5553.

Preview

Color preview on black background

This text has color #3C5553 on black background.


Color preview on white background

This text has color #3C5553 on white background.


Black color preview on #3C5553 background

This text has black color on #3C5553 background.


White color preview on #3C5553 background

This text has white color on #3C5553 background.


Related colors

Complementary color

Complementary color for #hex is #C3AAAC.


I love getcolorcode.com

Triadic colors

1 #533C55 and #55533C with #3C5553 are triadic colors.

2 #53553C and #553C53 with #3C5553 are triadic colors.