COLOR #5F7D82

HEX: #5F7D82
RGB: (95,125,130)

Color info

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

RGB color model

#5F7D82 color RGB value is (95,125,130).

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

RGB channels and saturation

R 95 of 255 = 37%
G 125 of 255 = 49%
B 130 of 255 = 51%

95
125
130

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

Portions of RGB colors in percentages

R + G + B =
95 + 125 + 130 = 350 (100%)
R 95 of 350 ~ 27.14%
G 125 of 350 ~ 35.71%
B 130 of 350 ~ 37.14%

%27.14
%35.71
%37.14

CMYK color model

#5F7D82 color CMYK value is (27,4,0,49).

  • cyan value is 26.92%
  • magenta value is 3.85%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(27,4,0,49)
C27M4Y0K49 
(27%,4%,0%,49%)
(0.27/0.04/0.00/0.49)	

CMYK percentages

%26.92
%3.85
%0
%49.02

Codes

Color #5F7D82 in popluar color models

5F7D82
RGB95125130
HSL189°15.56%44.12%
HSB/HSV189°26.92%50.98%
CMYK26.92%3.85%0.00%
49.02%

Color #5F7D82 in popluar number systems.

HEX5F7D82
Decimal95125130
Binary1011111111110110000010
Octal137175202

Shades and tints

Shades of #5F7D82

#5F7D82
(95,125,130)
#577277
(87,114,119)
#4F676C
(79,103,108)
#475C61
(71,92,97)
#3F5156
(63,81,86)
#37464B
(55,70,75)
#2F3B40
(47,59,64)
#273035
(39,48,53)
#1F252A
(31,37,42)
#171A1F
(23,26,31)
#0F0F14
(15,15,20)
#000000
(0,0,0)

Tints of #5F7D82

#5F7D82
(95,125,130)
#6D888D
(109,136,141)
#7B9398
(123,147,152)
#899EA3
(137,158,163)
#97A9AE
(151,169,174)
#A5B4B9
(165,180,185)
#B3BFC4
(179,191,196)
#C1CACF
(193,202,207)
#CFD5DA
(207,213,218)
#DDE0E5
(221,224,229)
#EBEBF0
(235,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F7D82; }

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

This text font color is #5F7D82.


Background Color

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

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

This div background color is #5F7D82.


Border color

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

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

This div border color is #5F7D82.


Opacity

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

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

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

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

This text has shadow with #5F7D82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7D82 on black background.


Color preview on white background

This text has color #5F7D82 on white background.



Black color preview on #5F7D82 background

This text has black color on #5F7D82 background.


White color preview on #5F7D82 background

This text has white color on #5F7D82 background.