COLOR #3C554E

HEX: #3C554E RGB: (60,85,78)

Color info

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

RGB color model

#3C554E color RGB value is (60,85,78).

RGB: (60,85,78) (24%, 33%, 31%)

RGB channels and saturation

R 60 of 255 = 24%
G 85 of 255 = 33%
B 78 of 255 = 31%

60
85
78

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

Portions of RGB colors in percentages

R + G + B = 60 + 85 + 78 = 223 (100%)
R 60 of 223 ~ 26.91%
G 85 of 223 ~ 38.12%
B 78 of 223 ~ 34.98'%

%26.91
%38.12
%34.98

CMYK color model

#3C554E color CMYK value is (29,0,8,67).

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

CMYK: (29,0,8,67)
C29M0Y8K67 (29%, 0%, 8%, 67%)
(0.29 / 0.00 / 0.08 / 0.67)

CMYK percentages

%29.41
%0
%8.24
%66.67

Codes

Color #3C554E in popluar color models

3C 55 4E
RGB 60 85 78
HSL 163° 17.24% 28.43%
HSB/HSV 163° 29.41% 33.33%
CMYK 29.41% 0.00% 8.24%
66.67%

Color #3C554E in popluar number systems.

HEX 3C 55 4E
Decimal 60 85 78
Binary 111100 1010101 1001110
Octal 74 125 116

Shades and tints

Shades of #3C554E

#3C554E
(60,85,78)
#374E47
(55,78,71)
#324740
(50,71,64)
#2D4039
(45,64,57)
#283932
(40,57,50)
#23322B
(35,50,43)
#1E2B24
(30,43,36)
#19241D
(25,36,29)
#141D16
(20,29,22)
#0F160F
(15,22,15)
#0A0F08
(10,15,8)
#000000
(0,0,0)

Tints of #3C554E

#3C554E
(60,85,78)
#4D645E
(77,100,94)
#5E736E
(94,115,110)
#6F827E
(111,130,126)
#80918E
(128,145,142)
#91A09E
(145,160,158)
#A2AFAE
(162,175,174)
#B3BEBE
(179,190,190)
#C4CDCE
(196,205,206)
#D5DCDE
(213,220,222)
#E6EBEE
(230,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C554E; }

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

This text font color is #3C554E.

Background Color

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

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

This div background color is #3C554E.

Border color

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

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

This div border color is #3C554E.

Opacity

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

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

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

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

This text has shadow with #3C554E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C554E.

Preview

Color preview on black background

This text has color #3C554E on black background.


Color preview on white background

This text has color #3C554E on white background.


Black color preview on #3C554E background

This text has black color on #3C554E background.


White color preview on #3C554E background

This text has white color on #3C554E background.


Related colors

Complementary color

Complementary color for #hex is #C3AAB1.


I love getcolorcode.com

Triadic colors

1 #4E3C55 and #554E3C with #3C554E are triadic colors.

2 #4E553C and #553C4E with #3C554E are triadic colors.