COLOR #5F787E

HEX: #5F787E
RGB: (95,120,126)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

95
120
126

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

Portions of RGB colors in percentages

R + G + B =
95 + 120 + 126 = 341 (100%)
R 95 of 341 ~ 27.86%
G 120 of 341 ~ 35.19%
B 126 of 341 ~ 36.95%

%27.86
%35.19
%36.95

CMYK color model

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

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

CMYK percentages

%24.6
%4.76
%0
%50.59

Codes

Color #5F787E in popluar color models

5F787E
RGB95120126
HSL192°14.03%43.33%
HSB/HSV192°24.60%49.41%
CMYK24.60%4.76%0.00%
50.59%

Color #5F787E in popluar number systems.

HEX5F787E
Decimal95120126
Binary101111111110001111110
Octal137170176

Shades and tints

Shades of #5F787E

#5F787E
(95,120,126)
#576E73
(87,110,115)
#4F6468
(79,100,104)
#475A5D
(71,90,93)
#3F5052
(63,80,82)
#374647
(55,70,71)
#2F3C3C
(47,60,60)
#273231
(39,50,49)
#1F2826
(31,40,38)
#171E1B
(23,30,27)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #5F787E

#5F787E
(95,120,126)
#6D8489
(109,132,137)
#7B9094
(123,144,148)
#899C9F
(137,156,159)
#97A8AA
(151,168,170)
#A5B4B5
(165,180,181)
#B3C0C0
(179,192,192)
#C1CCCB
(193,204,203)
#CFD8D6
(207,216,214)
#DDE4E1
(221,228,225)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F787E; }

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

This text font color is #5F787E.


Background Color

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

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

This div background color is #5F787E.


Border color

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

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

This div border color is #5F787E.


Opacity

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

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

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

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

This text has shadow with #5F787E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F787E on black background.


Color preview on white background

This text has color #5F787E on white background.



Black color preview on #5F787E background

This text has black color on #5F787E background.


White color preview on #5F787E background

This text has white color on #5F787E background.