COLOR #5F7F82

HEX: #5F7F82
RGB: (95,127,130)

Color info

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

RGB color model

#5F7F82 color RGB value is (95,127,130).

  • red value is 95;
  • green value is 127;
  • blue value is 130.
RGB:
(95,127,130)
(37%,50%,51%)

RGB channels and saturation

R 95 of 255 = 37%
G 127 of 255 = 50%
B 130 of 255 = 51%

95
127
130

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

Portions of RGB colors in percentages

R + G + B =
95 + 127 + 130 = 352 (100%)
R 95 of 352 ~ 26.99%
G 127 of 352 ~ 36.08%
B 130 of 352 ~ 36.93%

%26.99
%36.08
%36.93

CMYK color model

#5F7F82 color CMYK value is (27,2,0,49).

  • cyan value is 26.92%
  • magenta value is 2.31%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(27,2,0,49)
C27M2Y0K49 
(27%,2%,0%,49%)
(0.27/0.02/0.00/0.49)	

CMYK percentages

%26.92
%2.31
%0
%49.02

Codes

Color #5F7F82 in popluar color models

5F7F82
RGB95127130
HSL185°15.56%44.12%
HSB/HSV185°26.92%50.98%
CMYK26.92%2.31%0.00%
49.02%

Color #5F7F82 in popluar number systems.

HEX5F7F82
Decimal95127130
Binary1011111111111110000010
Octal137177202

Shades and tints

Shades of #5F7F82

#5F7F82
(95,127,130)
#577477
(87,116,119)
#4F696C
(79,105,108)
#475E61
(71,94,97)
#3F5356
(63,83,86)
#37484B
(55,72,75)
#2F3D40
(47,61,64)
#273235
(39,50,53)
#1F272A
(31,39,42)
#171C1F
(23,28,31)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #5F7F82

#5F7F82
(95,127,130)
#6D8A8D
(109,138,141)
#7B9598
(123,149,152)
#89A0A3
(137,160,163)
#97ABAE
(151,171,174)
#A5B6B9
(165,182,185)
#B3C1C4
(179,193,196)
#C1CCCF
(193,204,207)
#CFD7DA
(207,215,218)
#DDE2E5
(221,226,229)
#EBEDF0
(235,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F7F82 color. Also use rgb(95,127,130) instead hex code.

Text Font Color

.myTextColor { color: #5F7F82; }

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

This text font color is #5F7F82.


Background Color

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

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

This div background color is #5F7F82.


Border color

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

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

This div border color is #5F7F82.


Opacity

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

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

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

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

This text has shadow with #5F7F82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7F82 on black background.


Color preview on white background

This text has color #5F7F82 on white background.



Black color preview on #5F7F82 background

This text has black color on #5F7F82 background.


White color preview on #5F7F82 background

This text has white color on #5F7F82 background.