COLOR #3C554C

HEX: #3C554C
RGB: (60,85,76)

Color info

#3C554C contains red, green and blue colors in about the same proportion. Web safe color of #3C554C is #336633 (or #363).

RGB color model

#3C554C color RGB value is (60,85,76).

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

RGB channels and saturation

R 60 of 255 = 24%
G 85 of 255 = 33%
B 76 of 255 = 30%

60
85
76

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

Portions of RGB colors in percentages

R + G + B =
60 + 85 + 76 = 221 (100%)
R 60 of 221 ~ 27.15%
G 85 of 221 ~ 38.46%
B 76 of 221 ~ 34.39%

%27.15
%38.46
%34.39

CMYK color model

#3C554C color CMYK value is (29,0,11,67).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 10.59%
  • key color value is 66.67%
CMYK:
(29,0,11,67)
C29M0Y11K67 
(29%,0%,11%,67%)
(0.29/0.00/0.11/0.67)	

CMYK percentages

%29.41
%0
%10.59
%66.67

Codes

Color #3C554C in popluar color models

3C554C
RGB608576
HSL158°17.24%28.43%
HSB/HSV158°29.41%33.33%
CMYK29.41%0.00%10.59%
66.67%

Color #3C554C in popluar number systems.

HEX3C554C
Decimal608576
Binary11110010101011001100
Octal74125114

Shades and tints

Shades of #3C554C

#3C554C
(60,85,76)
#374E46
(55,78,70)
#324740
(50,71,64)
#2D403A
(45,64,58)
#283934
(40,57,52)
#23322E
(35,50,46)
#1E2B28
(30,43,40)
#192422
(25,36,34)
#141D1C
(20,29,28)
#0F1616
(15,22,22)
#0A0F10
(10,15,16)
#000000
(0,0,0)

Tints of #3C554C

#3C554C
(60,85,76)
#4D645C
(77,100,92)
#5E736C
(94,115,108)
#6F827C
(111,130,124)
#80918C
(128,145,140)
#91A09C
(145,160,156)
#A2AFAC
(162,175,172)
#B3BEBC
(179,190,188)
#C4CDCC
(196,205,204)
#D5DCDC
(213,220,220)
#E6EBEC
(230,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C554C; }

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

This text font color is #3C554C.


Background Color

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

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

This div background color is #3C554C.


Border color

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

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

This div border color is #3C554C.


Opacity

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

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

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

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

This text has shadow with #3C554C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C554C on black background.


Color preview on white background

This text has color #3C554C on white background.



Black color preview on #3C554C background

This text has black color on #3C554C background.


White color preview on #3C554C background

This text has white color on #3C554C background.