COLOR #5F7E83

HEX: #5F7E83
RGB: (95,126,131)

Color info

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

RGB color model

#5F7E83 color RGB value is (95,126,131).

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

RGB channels and saturation

R 95 of 255 = 37%
G 126 of 255 = 49%
B 131 of 255 = 51%

95
126
131

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

Portions of RGB colors in percentages

R + G + B =
95 + 126 + 131 = 352 (100%)
R 95 of 352 ~ 26.99%
G 126 of 352 ~ 35.8%
B 131 of 352 ~ 37.22%

%26.99
%35.8
%37.22

CMYK color model

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

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

CMYK percentages

%27.48
%3.82
%0
%48.63

Codes

Color #5F7E83 in popluar color models

5F7E83
RGB95126131
HSL188°15.93%44.31%
HSB/HSV188°27.48%51.37%
CMYK27.48%3.82%0.00%
48.63%

Color #5F7E83 in popluar number systems.

HEX5F7E83
Decimal95126131
Binary1011111111111010000011
Octal137176203

Shades and tints

Shades of #5F7E83

#5F7E83
(95,126,131)
#577378
(87,115,120)
#4F686D
(79,104,109)
#475D62
(71,93,98)
#3F5257
(63,82,87)
#37474C
(55,71,76)
#2F3C41
(47,60,65)
#273136
(39,49,54)
#1F262B
(31,38,43)
#171B20
(23,27,32)
#0F1015
(15,16,21)
#000000
(0,0,0)

Tints of #5F7E83

#5F7E83
(95,126,131)
#6D898E
(109,137,142)
#7B9499
(123,148,153)
#899FA4
(137,159,164)
#97AAAF
(151,170,175)
#A5B5BA
(165,181,186)
#B3C0C5
(179,192,197)
#C1CBD0
(193,203,208)
#CFD6DB
(207,214,219)
#DDE1E6
(221,225,230)
#EBECF1
(235,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F7E83 color. Also use rgb(95,126,131) instead hex code.

Text Font Color

.myTextColor { color: #5F7E83; }

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

This text font color is #5F7E83.


Background Color

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

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

This div background color is #5F7E83.


Border color

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

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

This div border color is #5F7E83.


Opacity

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

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

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

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

This text has shadow with #5F7E83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7E83 on black background.


Color preview on white background

This text has color #5F7E83 on white background.



Black color preview on #5F7E83 background

This text has black color on #5F7E83 background.


White color preview on #5F7E83 background

This text has white color on #5F7E83 background.