COLOR #3C5971

HEX: #3C5971
RGB: (60,89,113)

Color info

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

RGB color model

#3C5971 color RGB value is (60,89,113).

  • red value is 60;
  • green value is 89;
  • blue value is 113.
RGB:
(60,89,113)
(24%,35%,44%)

RGB channels and saturation

R 60 of 255 = 24%
G 89 of 255 = 35%
B 113 of 255 = 44%

60
89
113

R + G + B ~ 34%. #3C5971 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 89 + 113 = 262 (100%)
R 60 of 262 ~ 22.9%
G 89 of 262 ~ 33.97%
B 113 of 262 ~ 43.13%

%22.9
%33.97
%43.13

CMYK color model

#3C5971 color CMYK value is (47,21,0,56).

  • cyan value is 46.90%
  • magenta value is 21.24%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(47,21,0,56)
C47M21Y0K56 
(47%,21%,0%,56%)
(0.47/0.21/0.00/0.56)	

CMYK percentages

%46.9
%21.24
%0
%55.69

Codes

Color #3C5971 in popluar color models

3C5971
RGB6089113
HSL207°30.64%33.92%
HSB/HSV207°46.90%44.31%
CMYK46.90%21.24%0.00%
55.69%

Color #3C5971 in popluar number systems.

HEX3C5971
Decimal6089113
Binary11110010110011110001
Octal74131161

Shades and tints

Shades of #3C5971

#3C5971
(60,89,113)
#375167
(55,81,103)
#32495D
(50,73,93)
#2D4153
(45,65,83)
#283949
(40,57,73)
#23313F
(35,49,63)
#1E2935
(30,41,53)
#19212B
(25,33,43)
#141921
(20,25,33)
#0F1117
(15,17,23)
#0A090D
(10,9,13)
#000000
(0,0,0)

Tints of #3C5971

#3C5971
(60,89,113)
#4D687D
(77,104,125)
#5E7789
(94,119,137)
#6F8695
(111,134,149)
#8095A1
(128,149,161)
#91A4AD
(145,164,173)
#A2B3B9
(162,179,185)
#B3C2C5
(179,194,197)
#C4D1D1
(196,209,209)
#D5E0DD
(213,224,221)
#E6EFE9
(230,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C5971 color. Also use rgb(60,89,113) instead hex code.

Text Font Color

.myTextColor { color: #3C5971; }

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

This text font color is #3C5971.


Background Color

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

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

This div background color is #3C5971.


Border color

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

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

This div border color is #3C5971.


Opacity

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

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

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

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

This text has shadow with #3C5971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C5971 on black background.


Color preview on white background

This text has color #3C5971 on white background.



Black color preview on #3C5971 background

This text has black color on #3C5971 background.


White color preview on #3C5971 background

This text has white color on #3C5971 background.