COLOR #5F7186

HEX: #5F7186 RGB: (95,113,134)

Color info

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

RGB color model

#5F7186 color RGB value is (95,113,134).

RGB: (95,113,134) (37%, 44%, 53%)

RGB channels and saturation

R 95 of 255 = 37%
G 113 of 255 = 44%
B 134 of 255 = 53%

95
113
134

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

Portions of RGB colors in percentages

R + G + B = 95 + 113 + 134 = 342 (100%)
R 95 of 342 ~ 27.78%
G 113 of 342 ~ 33.04%
B 134 of 342 ~ 39.18'%

%27.78
%33.04
%39.18

CMYK color model

#5F7186 color CMYK value is (29,16,0,47).

  • cyan value is 29.10%
  • magenta value is 15.67%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK: (29,16,0,47) C29M16Y0K47 (29%,16%,0%,47%) (0.29/0.16/0.00/0.47) 

CMYK percentages

%29.1
%15.67
%0
%47.45

Codes

Color #5F7186 in popluar color models

5F 71 86
RGB 95 113 134
HSL 212° 17.03% 44.90%
HSB/HSV 212° 29.10% 52.55%
CMYK 29.10% 15.67% 0.00%
47.45%

Color #5F7186 in popluar number systems.

HEX 5F 71 86
Decimal 95 113 134
Binary 1011111 1110001 10000110
Octal 137 161 206

Shades and tints

Shades of #5F7186

#5F7186
(95,113,134)
#57677A
(87,103,122)
#4F5D6E
(79,93,110)
#475362
(71,83,98)
#3F4956
(63,73,86)
#373F4A
(55,63,74)
#2F353E
(47,53,62)
#272B32
(39,43,50)
#1F2126
(31,33,38)
#17171A
(23,23,26)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #5F7186

#5F7186
(95,113,134)
#6D7D91
(109,125,145)
#7B899C
(123,137,156)
#8995A7
(137,149,167)
#97A1B2
(151,161,178)
#A5ADBD
(165,173,189)
#B3B9C8
(179,185,200)
#C1C5D3
(193,197,211)
#CFD1DE
(207,209,222)
#DDDDE9
(221,221,233)
#EBE9F4
(235,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F7186 color. Also use rgb(95,113,134) instead hex code.

Text Font Color

.myTextColor { color: #5F7186; }

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

This text font color is #5F7186.

Background Color

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

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

This div background color is #5F7186.

Border color

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

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

This div border color is #5F7186.

Opacity

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

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

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

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

This text has shadow with #5F7186 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F7186.

Preview

Color preview on black background

This text has color #5F7186 on black background.


Color preview on white background

This text has color #5F7186 on white background.


Black color preview on #5F7186 background

This text has black color on #5F7186 background.


White color preview on #5F7186 background

This text has white color on #5F7186 background.


Related colors

Complementary color

Complementary color for #hex is #A08E79.


I love getcolorcode.com

Triadic colors

1 #865F71 and #71865F with #5F7186 are triadic colors.

2 #86715F and #715F86 with #5F7186 are triadic colors.