COLOR #5F7E7E

HEX: #5F7E7E
RGB: (95,126,126)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

95
126
126

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

Portions of RGB colors in percentages

R + G + B =
95 + 126 + 126 = 347 (100%)
R 95 of 347 ~ 27.38%
G 126 of 347 ~ 36.31%
B 126 of 347 ~ 36.31%

%27.38
%36.31
%36.31

CMYK color model

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

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

CMYK percentages

%24.6
%0
%0
%50.59

Codes

Color #5F7E7E in popluar color models

5F7E7E
RGB95126126
HSL180°14.03%43.33%
HSB/HSV180°24.60%49.41%
CMYK24.60%0.00%0.00%
50.59%

Color #5F7E7E in popluar number systems.

HEX5F7E7E
Decimal95126126
Binary101111111111101111110
Octal137176176

Shades and tints

Shades of #5F7E7E

#5F7E7E
(95,126,126)
#577373
(87,115,115)
#4F6868
(79,104,104)
#475D5D
(71,93,93)
#3F5252
(63,82,82)
#374747
(55,71,71)
#2F3C3C
(47,60,60)
#273131
(39,49,49)
#1F2626
(31,38,38)
#171B1B
(23,27,27)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #5F7E7E

#5F7E7E
(95,126,126)
#6D8989
(109,137,137)
#7B9494
(123,148,148)
#899F9F
(137,159,159)
#97AAAA
(151,170,170)
#A5B5B5
(165,181,181)
#B3C0C0
(179,192,192)
#C1CBCB
(193,203,203)
#CFD6D6
(207,214,214)
#DDE1E1
(221,225,225)
#EBECEC
(235,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F7E7E; }

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

This text font color is #5F7E7E.


Background Color

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

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

This div background color is #5F7E7E.


Border color

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

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

This div border color is #5F7E7E.


Opacity

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

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

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

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

This text has shadow with #5F7E7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7E7E on black background.


Color preview on white background

This text has color #5F7E7E on white background.



Black color preview on #5F7E7E background

This text has black color on #5F7E7E background.


White color preview on #5F7E7E background

This text has white color on #5F7E7E background.