COLOR #3C5F84

HEX: #3C5F84
RGB: (60,95,132)

Color info

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

RGB color model

#3C5F84 color RGB value is (60,95,132).

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

RGB channels and saturation

R 60 of 255 = 24%
G 95 of 255 = 37%
B 132 of 255 = 52%

60
95
132

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

Portions of RGB colors in percentages

R + G + B =
60 + 95 + 132 = 287 (100%)
R 60 of 287 ~ 20.91%
G 95 of 287 ~ 33.1%
B 132 of 287 ~ 45.99%

%20.91
%33.1
%45.99

CMYK color model

#3C5F84 color CMYK value is (55,28,0,48).

  • cyan value is 54.55%
  • magenta value is 28.03%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(55,28,0,48)
C55M28Y0K48 
(55%,28%,0%,48%)
(0.55/0.28/0.00/0.48)	

CMYK percentages

%54.55
%28.03
%0
%48.24

Codes

Color #3C5F84 in popluar color models

3C5F84
RGB6095132
HSL211°37.50%37.65%
HSB/HSV211°54.55%51.76%
CMYK54.55%28.03%0.00%
48.24%

Color #3C5F84 in popluar number systems.

HEX3C5F84
Decimal6095132
Binary111100101111110000100
Octal74137204

Shades and tints

Shades of #3C5F84

#3C5F84
(60,95,132)
#375778
(55,87,120)
#324F6C
(50,79,108)
#2D4760
(45,71,96)
#283F54
(40,63,84)
#233748
(35,55,72)
#1E2F3C
(30,47,60)
#192730
(25,39,48)
#141F24
(20,31,36)
#0F1718
(15,23,24)
#0A0F0C
(10,15,12)
#000000
(0,0,0)

Tints of #3C5F84

#3C5F84
(60,95,132)
#4D6D8F
(77,109,143)
#5E7B9A
(94,123,154)
#6F89A5
(111,137,165)
#8097B0
(128,151,176)
#91A5BB
(145,165,187)
#A2B3C6
(162,179,198)
#B3C1D1
(179,193,209)
#C4CFDC
(196,207,220)
#D5DDE7
(213,221,231)
#E6EBF2
(230,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C5F84; }

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

This text font color is #3C5F84.


Background Color

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

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

This div background color is #3C5F84.


Border color

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

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

This div border color is #3C5F84.


Opacity

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

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

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

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

This text has shadow with #3C5F84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C5F84 on black background.


Color preview on white background

This text has color #3C5F84 on white background.



Black color preview on #3C5F84 background

This text has black color on #3C5F84 background.


White color preview on #3C5F84 background

This text has white color on #3C5F84 background.