COLOR #3C554D

HEX: #3C554D RGB: (60,85,77)

Color info

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

RGB color model

#3C554D color RGB value is (60,85,77).

RGB: (60,85,77) (24%, 33%, 30%)

RGB channels and saturation

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

60
85
77

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

Portions of RGB colors in percentages

R + G + B = 60 + 85 + 77 = 222 (100%)
R 60 of 222 ~ 27.03%
G 85 of 222 ~ 38.29%
B 77 of 222 ~ 34.68'%

%27.03
%38.29
%34.68

CMYK color model

#3C554D color CMYK value is (29,0,9,67).

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

CMYK: (29,0,9,67)
C29M0Y9K67 (29%, 0%, 9%, 67%)
(0.29 / 0.00 / 0.09 / 0.67)

CMYK percentages

%29.41
%0
%9.41
%66.67

Codes

Color #3C554D in popluar color models

3C 55 4D
RGB 60 85 77
HSL 161° 17.24% 28.43%
HSB/HSV 161° 29.41% 33.33%
CMYK 29.41% 0.00% 9.41%
66.67%

Color #3C554D in popluar number systems.

HEX 3C 55 4D
Decimal 60 85 77
Binary 111100 1010101 1001101
Octal 74 125 115

Shades and tints

Shades of #3C554D

#3C554D
(60,85,77)
#374E46
(55,78,70)
#32473F
(50,71,63)
#2D4038
(45,64,56)
#283931
(40,57,49)
#23322A
(35,50,42)
#1E2B23
(30,43,35)
#19241C
(25,36,28)
#141D15
(20,29,21)
#0F160E
(15,22,14)
#0A0F07
(10,15,7)
#000000
(0,0,0)

Tints of #3C554D

#3C554D
(60,85,77)
#4D645D
(77,100,93)
#5E736D
(94,115,109)
#6F827D
(111,130,125)
#80918D
(128,145,141)
#91A09D
(145,160,157)
#A2AFAD
(162,175,173)
#B3BEBD
(179,190,189)
#C4CDCD
(196,205,205)
#D5DCDD
(213,220,221)
#E6EBED
(230,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C554D; }

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

This text font color is #3C554D.

Background Color

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

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

This div background color is #3C554D.

Border color

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

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

This div border color is #3C554D.

Opacity

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

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

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

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

This text has shadow with #3C554D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C554D.

Preview

Color preview on black background

This text has color #3C554D on black background.


Color preview on white background

This text has color #3C554D on white background.


Black color preview on #3C554D background

This text has black color on #3C554D background.


White color preview on #3C554D background

This text has white color on #3C554D background.


Related colors

Complementary color

Complementary color for #hex is #C3AAB2.


I love getcolorcode.com

Triadic colors

1 #4D3C55 and #554D3C with #3C554D are triadic colors.

2 #4D553C and #553C4D with #3C554D are triadic colors.