COLOR #3C5556

HEX: #3C5556
RGB: (60,85,86)

Color info

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

RGB color model

#3C5556 color RGB value is (60,85,86).

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

RGB channels and saturation

R 60 of 255 = 24%
G 85 of 255 = 33%
B 86 of 255 = 34%

60
85
86

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

Portions of RGB colors in percentages

R + G + B =
60 + 85 + 86 = 231 (100%)
R 60 of 231 ~ 25.97%
G 85 of 231 ~ 36.8%
B 86 of 231 ~ 37.23%

%25.97
%36.8
%37.23

CMYK color model

#3C5556 color CMYK value is (30,1,0,66).

  • cyan value is 30.23%
  • magenta value is 1.16%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(30,1,0,66)
C30M1Y0K66 
(30%,1%,0%,66%)
(0.30/0.01/0.00/0.66)	

CMYK percentages

%30.23
%1.16
%0
%66.27

Codes

Color #3C5556 in popluar color models

3C5556
RGB608586
HSL182°17.81%28.63%
HSB/HSV182°30.23%33.73%
CMYK30.23%1.16%0.00%
66.27%

Color #3C5556 in popluar number systems.

HEX3C5556
Decimal608586
Binary11110010101011010110
Octal74125126

Shades and tints

Shades of #3C5556

#3C5556
(60,85,86)
#374E4F
(55,78,79)
#324748
(50,71,72)
#2D4041
(45,64,65)
#28393A
(40,57,58)
#233233
(35,50,51)
#1E2B2C
(30,43,44)
#192425
(25,36,37)
#141D1E
(20,29,30)
#0F1617
(15,22,23)
#0A0F10
(10,15,16)
#000000
(0,0,0)

Tints of #3C5556

#3C5556
(60,85,86)
#4D6465
(77,100,101)
#5E7374
(94,115,116)
#6F8283
(111,130,131)
#809192
(128,145,146)
#91A0A1
(145,160,161)
#A2AFB0
(162,175,176)
#B3BEBF
(179,190,191)
#C4CDCE
(196,205,206)
#D5DCDD
(213,220,221)
#E6EBEC
(230,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C5556; }

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

This text font color is #3C5556.


Background Color

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

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

This div background color is #3C5556.


Border color

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

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

This div border color is #3C5556.


Opacity

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

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

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

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

This text has shadow with #3C5556 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C5556 on black background.


Color preview on white background

This text has color #3C5556 on white background.



Black color preview on #3C5556 background

This text has black color on #3C5556 background.


White color preview on #3C5556 background

This text has white color on #3C5556 background.