COLOR #3C5B66

HEX: #3C5B66 RGB: (60,91,102)

Color info

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

RGB color model

#3C5B66 color RGB value is (60,91,102).

RGB: (60,91,102) (24%, 36%, 40%)

RGB channels and saturation

R 60 of 255 = 24%
G 91 of 255 = 36%
B 102 of 255 = 40%

60
91
102

R + G + B ~ 33%. #3C5B66 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 91 + 102 = 253 (100%)
R 60 of 253 ~ 23.72%
G 91 of 253 ~ 35.97%
B 102 of 253 ~ 40.32'%

%23.72
%35.97
%40.32

CMYK color model

#3C5B66 color CMYK value is (41,11,0,60).

  • cyan value is 41.18%
  • magenta value is 10.78%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (41,11,0,60)
C41M11Y0K60 (41%, 11%, 0%, 60%)
(0.41 / 0.11 / 0.00 / 0.60)

CMYK percentages

%41.18
%10.78
%0
%60

Codes

Color #3C5B66 in popluar color models

3C 5B 66
RGB 60 91 102
HSL 196° 25.93% 31.76%
HSB/HSV 196° 41.18% 40.00%
CMYK 41.18% 10.78% 0.00%
60.00%

Color #3C5B66 in popluar number systems.

HEX 3C 5B 66
Decimal 60 91 102
Binary 111100 1011011 1100110
Octal 74 133 146

Shades and tints

Shades of #3C5B66

#3C5B66
(60,91,102)
#37535D
(55,83,93)
#324B54
(50,75,84)
#2D434B
(45,67,75)
#283B42
(40,59,66)
#233339
(35,51,57)
#1E2B30
(30,43,48)
#192327
(25,35,39)
#141B1E
(20,27,30)
#0F1315
(15,19,21)
#0A0B0C
(10,11,12)
#000000
(0,0,0)

Tints of #3C5B66

#3C5B66
(60,91,102)
#4D6973
(77,105,115)
#5E7780
(94,119,128)
#6F858D
(111,133,141)
#80939A
(128,147,154)
#91A1A7
(145,161,167)
#A2AFB4
(162,175,180)
#B3BDC1
(179,189,193)
#C4CBCE
(196,203,206)
#D5D9DB
(213,217,219)
#E6E7E8
(230,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C5B66 color. Also use rgb(60,91,102) instead hex code.

Text Font Color

.myTextColor { color: #3C5B66; }

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

This text font color is #3C5B66.

Background Color

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

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

This div background color is #3C5B66.

Border color

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

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

This div border color is #3C5B66.

Opacity

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

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

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

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

This text has shadow with #3C5B66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C5B66.

Preview

Color preview on black background

This text has color #3C5B66 on black background.


Color preview on white background

This text has color #3C5B66 on white background.


Black color preview on #3C5B66 background

This text has black color on #3C5B66 background.


White color preview on #3C5B66 background

This text has white color on #3C5B66 background.


Related colors

Complementary color

Complementary color for #hex is #C3A499.


I love getcolorcode.com

Triadic colors

1 #663C5B and #5B663C with #3C5B66 are triadic colors.

2 #665B3C and #5B3C66 with #3C5B66 are triadic colors.