COLOR #5F7084

HEX: #5F7084
RGB: (95,112,132)

Color info

#5F7084 contains red, green and blue colors in about the same proportion. Web safe color of #5F7084 is #666699 (or #669).

RGB color model

#5F7084 color RGB value is (95,112,132).

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

RGB channels and saturation

R 95 of 255 = 37%
G 112 of 255 = 44%
B 132 of 255 = 52%

95
112
132

R + G + B ~ 44%. #5F7084 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
95 + 112 + 132 = 339 (100%)
R 95 of 339 ~ 28.02%
G 112 of 339 ~ 33.04%
B 132 of 339 ~ 38.94%

%28.02
%33.04
%38.94

CMYK color model

#5F7084 color CMYK value is (28,15,0,48).

  • cyan value is 28.03%
  • magenta value is 15.15%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(28,15,0,48)
C28M15Y0K48 
(28%,15%,0%,48%)
(0.28/0.15/0.00/0.48)	

CMYK percentages

%28.03
%15.15
%0
%48.24

Codes

Color #5F7084 in popluar color models

5F7084
RGB95112132
HSL212°16.30%44.51%
HSB/HSV212°28.03%51.76%
CMYK28.03%15.15%0.00%
48.24%

Color #5F7084 in popluar number systems.

HEX5F7084
Decimal95112132
Binary1011111111000010000100
Octal137160204

Shades and tints

Shades of #5F7084

#5F7084
(95,112,132)
#576678
(87,102,120)
#4F5C6C
(79,92,108)
#475260
(71,82,96)
#3F4854
(63,72,84)
#373E48
(55,62,72)
#2F343C
(47,52,60)
#272A30
(39,42,48)
#1F2024
(31,32,36)
#171618
(23,22,24)
#0F0C0C
(15,12,12)
#000000
(0,0,0)

Tints of #5F7084

#5F7084
(95,112,132)
#6D7D8F
(109,125,143)
#7B8A9A
(123,138,154)
#8997A5
(137,151,165)
#97A4B0
(151,164,176)
#A5B1BB
(165,177,187)
#B3BEC6
(179,190,198)
#C1CBD1
(193,203,209)
#CFD8DC
(207,216,220)
#DDE5E7
(221,229,231)
#EBF2F2
(235,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F7084 color. Also use rgb(95,112,132) instead hex code.

Text Font Color

.myTextColor { color: #5F7084; }

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

This text font color is #5F7084.


Background Color

.myBgColor { background-color: #5F7084; }

<div style="background-color:#5F7084">Inner text</div>

This div background color is #5F7084.


Border color

.myBorderColor { border: 1px solid #5F7084; }

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

This div border color is #5F7084.


Opacity

.myOpacity80 { color: #5F7084; opacity: 0.8; }

<p style="color:#5F7084;opacity:0.8;">80%</p>

Text with #5F7084 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 #5F7084;}

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

This text has shadow with #5F7084 color.

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

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

This text has shadow with #5F7084 primary color and red secondary color.


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

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

This text has shadow with #5F7084 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7084 on black background.


Color preview on white background

This text has color #5F7084 on white background.



Black color preview on #5F7084 background

This text has black color on #5F7084 background.


White color preview on #5F7084 background

This text has white color on #5F7084 background.