COLOR #5F6D82

HEX: #5F6D82
RGB: (95,109,130)

Color info

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

RGB color model

#5F6D82 color RGB value is (95,109,130).

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

RGB channels and saturation

R 95 of 255 = 37%
G 109 of 255 = 43%
B 130 of 255 = 51%

95
109
130

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

Portions of RGB colors in percentages

R + G + B =
95 + 109 + 130 = 334 (100%)
R 95 of 334 ~ 28.44%
G 109 of 334 ~ 32.63%
B 130 of 334 ~ 38.92%

%28.44
%32.63
%38.92

CMYK color model

#5F6D82 color CMYK value is (27,16,0,49).

  • cyan value is 26.92%
  • magenta value is 16.15%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(27,16,0,49)
C27M16Y0K49 
(27%,16%,0%,49%)
(0.27/0.16/0.00/0.49)	

CMYK percentages

%26.92
%16.15
%0
%49.02

Codes

Color #5F6D82 in popluar color models

5F6D82
RGB95109130
HSL216°15.56%44.12%
HSB/HSV216°26.92%50.98%
CMYK26.92%16.15%0.00%
49.02%

Color #5F6D82 in popluar number systems.

HEX5F6D82
Decimal95109130
Binary1011111110110110000010
Octal137155202

Shades and tints

Shades of #5F6D82

#5F6D82
(95,109,130)
#576477
(87,100,119)
#4F5B6C
(79,91,108)
#475261
(71,82,97)
#3F4956
(63,73,86)
#37404B
(55,64,75)
#2F3740
(47,55,64)
#272E35
(39,46,53)
#1F252A
(31,37,42)
#171C1F
(23,28,31)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #5F6D82

#5F6D82
(95,109,130)
#6D7A8D
(109,122,141)
#7B8798
(123,135,152)
#8994A3
(137,148,163)
#97A1AE
(151,161,174)
#A5AEB9
(165,174,185)
#B3BBC4
(179,187,196)
#C1C8CF
(193,200,207)
#CFD5DA
(207,213,218)
#DDE2E5
(221,226,229)
#EBEFF0
(235,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6D82; }

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

This text font color is #5F6D82.


Background Color

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

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

This div background color is #5F6D82.


Border color

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

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

This div border color is #5F6D82.


Opacity

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

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

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

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

This text has shadow with #5F6D82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6D82 on black background.


Color preview on white background

This text has color #5F6D82 on white background.



Black color preview on #5F6D82 background

This text has black color on #5F6D82 background.


White color preview on #5F6D82 background

This text has white color on #5F6D82 background.