COLOR #3C5F86

HEX: #3C5F86
RGB: (60,95,134)

Color info

#3C5F86 contains mainly green and blue colors. Web safe color of #3C5F86 is #336699 (or #369).

RGB color model

#3C5F86 color RGB value is (60,95,134).

  • red value is 60;
  • green value is 95;
  • blue value is 134.
RGB:
(60,95,134)
(24%,37%,53%)

RGB channels and saturation

R 60 of 255 = 24%
G 95 of 255 = 37%
B 134 of 255 = 53%

60
95
134

R + G + B ~ 38%. #3C5F86 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 95 + 134 = 289 (100%)
R 60 of 289 ~ 20.76%
G 95 of 289 ~ 32.87%
B 134 of 289 ~ 46.37%

%20.76
%32.87
%46.37

CMYK color model

#3C5F86 color CMYK value is (55,29,0,47).

  • cyan value is 55.22%
  • magenta value is 29.10%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(55,29,0,47)
C55M29Y0K47 
(55%,29%,0%,47%)
(0.55/0.29/0.00/0.47)	

CMYK percentages

%55.22
%29.1
%0
%47.45

Codes

Color #3C5F86 in popluar color models

3C5F86
RGB6095134
HSL212°38.14%38.04%
HSB/HSV212°55.22%52.55%
CMYK55.22%29.10%0.00%
47.45%

Color #3C5F86 in popluar number systems.

HEX3C5F86
Decimal6095134
Binary111100101111110000110
Octal74137206

Shades and tints

Shades of #3C5F86

#3C5F86
(60,95,134)
#37577A
(55,87,122)
#324F6E
(50,79,110)
#2D4762
(45,71,98)
#283F56
(40,63,86)
#23374A
(35,55,74)
#1E2F3E
(30,47,62)
#192732
(25,39,50)
#141F26
(20,31,38)
#0F171A
(15,23,26)
#0A0F0E
(10,15,14)
#000000
(0,0,0)

Tints of #3C5F86

#3C5F86
(60,95,134)
#4D6D91
(77,109,145)
#5E7B9C
(94,123,156)
#6F89A7
(111,137,167)
#8097B2
(128,151,178)
#91A5BD
(145,165,189)
#A2B3C8
(162,179,200)
#B3C1D3
(179,193,211)
#C4CFDE
(196,207,222)
#D5DDE9
(213,221,233)
#E6EBF4
(230,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C5F86 color. Also use rgb(60,95,134) instead hex code.

Text Font Color

.myTextColor { color: #3C5F86; }

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

This text font color is #3C5F86.


Background Color

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

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

This div background color is #3C5F86.


Border color

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

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

This div border color is #3C5F86.


Opacity

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

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

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

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

This text has shadow with #3C5F86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C5F86 on black background.


Color preview on white background

This text has color #3C5F86 on white background.



Black color preview on #3C5F86 background

This text has black color on #3C5F86 background.


White color preview on #3C5F86 background

This text has white color on #3C5F86 background.