COLOR #5F7E7B

HEX: #5F7E7B
RGB: (95,126,123)

Color info

#5F7E7B contains red, green and blue colors in about the same proportion. Web safe color of #5F7E7B is #666666 (or #666).

RGB color model

#5F7E7B color RGB value is (95,126,123).

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

RGB channels and saturation

R 95 of 255 = 37%
G 126 of 255 = 49%
B 123 of 255 = 48%

95
126
123

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

Portions of RGB colors in percentages

R + G + B =
95 + 126 + 123 = 344 (100%)
R 95 of 344 ~ 27.62%
G 126 of 344 ~ 36.63%
B 123 of 344 ~ 35.76%

%27.62
%36.63
%35.76

CMYK color model

#5F7E7B color CMYK value is (25,0,2,51).

  • cyan value is 24.60%
  • magenta value is 0.00%
  • yellow value is 2.38%
  • key color value is 50.59%
CMYK:
(25,0,2,51)
C25M0Y2K51 
(25%,0%,2%,51%)
(0.25/0.00/0.02/0.51)	

CMYK percentages

%24.6
%0
%2.38
%50.59

Codes

Color #5F7E7B in popluar color models

5F7E7B
RGB95126123
HSL174°14.03%43.33%
HSB/HSV174°24.60%49.41%
CMYK24.60%0.00%2.38%
50.59%

Color #5F7E7B in popluar number systems.

HEX5F7E7B
Decimal95126123
Binary101111111111101111011
Octal137176173

Shades and tints

Shades of #5F7E7B

#5F7E7B
(95,126,123)
#577370
(87,115,112)
#4F6865
(79,104,101)
#475D5A
(71,93,90)
#3F524F
(63,82,79)
#374744
(55,71,68)
#2F3C39
(47,60,57)
#27312E
(39,49,46)
#1F2623
(31,38,35)
#171B18
(23,27,24)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #5F7E7B

#5F7E7B
(95,126,123)
#6D8987
(109,137,135)
#7B9493
(123,148,147)
#899F9F
(137,159,159)
#97AAAB
(151,170,171)
#A5B5B7
(165,181,183)
#B3C0C3
(179,192,195)
#C1CBCF
(193,203,207)
#CFD6DB
(207,214,219)
#DDE1E7
(221,225,231)
#EBECF3
(235,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F7E7B; }

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

This text font color is #5F7E7B.


Background Color

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

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

This div background color is #5F7E7B.


Border color

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

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

This div border color is #5F7E7B.


Opacity

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

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

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

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

This text has shadow with #5F7E7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7E7B on black background.


Color preview on white background

This text has color #5F7E7B on white background.



Black color preview on #5F7E7B background

This text has black color on #5F7E7B background.


White color preview on #5F7E7B background

This text has white color on #5F7E7B background.