COLOR #3C555D

HEX: #3C555D
RGB: (60,85,93)

Color info

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

RGB color model

#3C555D color RGB value is (60,85,93).

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

RGB channels and saturation

R 60 of 255 = 24%
G 85 of 255 = 33%
B 93 of 255 = 36%

60
85
93

R + G + B ~ 31%. #3C555D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 85 + 93 = 238 (100%)
R 60 of 238 ~ 25.21%
G 85 of 238 ~ 35.71%
B 93 of 238 ~ 39.08%

%25.21
%35.71
%39.08

CMYK color model

#3C555D color CMYK value is (35,9,0,64).

  • cyan value is 35.48%
  • magenta value is 8.60%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(35,9,0,64)
C35M9Y0K64 
(35%,9%,0%,64%)
(0.35/0.09/0.00/0.64)	

CMYK percentages

%35.48
%8.6
%0
%63.53

Codes

Color #3C555D in popluar color models

3C555D
RGB608593
HSL195°21.57%30.00%
HSB/HSV195°35.48%36.47%
CMYK35.48%8.60%0.00%
63.53%

Color #3C555D in popluar number systems.

HEX3C555D
Decimal608593
Binary11110010101011011101
Octal74125135

Shades and tints

Shades of #3C555D

#3C555D
(60,85,93)
#374E55
(55,78,85)
#32474D
(50,71,77)
#2D4045
(45,64,69)
#28393D
(40,57,61)
#233235
(35,50,53)
#1E2B2D
(30,43,45)
#192425
(25,36,37)
#141D1D
(20,29,29)
#0F1615
(15,22,21)
#0A0F0D
(10,15,13)
#000000
(0,0,0)

Tints of #3C555D

#3C555D
(60,85,93)
#4D646B
(77,100,107)
#5E7379
(94,115,121)
#6F8287
(111,130,135)
#809195
(128,145,149)
#91A0A3
(145,160,163)
#A2AFB1
(162,175,177)
#B3BEBF
(179,190,191)
#C4CDCD
(196,205,205)
#D5DCDB
(213,220,219)
#E6EBE9
(230,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C555D; }

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

This text font color is #3C555D.


Background Color

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

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

This div background color is #3C555D.


Border color

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

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

This div border color is #3C555D.


Opacity

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

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

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

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

This text has shadow with #3C555D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C555D on black background.


Color preview on white background

This text has color #3C555D on white background.



Black color preview on #3C555D background

This text has black color on #3C555D background.


White color preview on #3C555D background

This text has white color on #3C555D background.