COLOR #5F786E

HEX: #5F786E
RGB: (95,120,110)

Color info

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

RGB color model

#5F786E color RGB value is (95,120,110).

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

RGB channels and saturation

R 95 of 255 = 37%
G 120 of 255 = 47%
B 110 of 255 = 43%

95
120
110

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

Portions of RGB colors in percentages

R + G + B =
95 + 120 + 110 = 325 (100%)
R 95 of 325 ~ 29.23%
G 120 of 325 ~ 36.92%
B 110 of 325 ~ 33.85%

%29.23
%36.92
%33.85

CMYK color model

#5F786E color CMYK value is (21,0,8,53).

  • cyan value is 20.83%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 52.94%
CMYK:
(21,0,8,53)
C21M0Y8K53 
(21%,0%,8%,53%)
(0.21/0.00/0.08/0.53)	

CMYK percentages

%20.83
%0
%8.33
%52.94

Codes

Color #5F786E in popluar color models

5F786E
RGB95120110
HSL156°11.63%42.16%
HSB/HSV156°20.83%47.06%
CMYK20.83%0.00%8.33%
52.94%

Color #5F786E in popluar number systems.

HEX5F786E
Decimal95120110
Binary101111111110001101110
Octal137170156

Shades and tints

Shades of #5F786E

#5F786E
(95,120,110)
#576E64
(87,110,100)
#4F645A
(79,100,90)
#475A50
(71,90,80)
#3F5046
(63,80,70)
#37463C
(55,70,60)
#2F3C32
(47,60,50)
#273228
(39,50,40)
#1F281E
(31,40,30)
#171E14
(23,30,20)
#0F140A
(15,20,10)
#000000
(0,0,0)

Tints of #5F786E

#5F786E
(95,120,110)
#6D847B
(109,132,123)
#7B9088
(123,144,136)
#899C95
(137,156,149)
#97A8A2
(151,168,162)
#A5B4AF
(165,180,175)
#B3C0BC
(179,192,188)
#C1CCC9
(193,204,201)
#CFD8D6
(207,216,214)
#DDE4E3
(221,228,227)
#EBF0F0
(235,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F786E; }

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

This text font color is #5F786E.


Background Color

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

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

This div background color is #5F786E.


Border color

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

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

This div border color is #5F786E.


Opacity

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

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

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

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

This text has shadow with #5F786E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F786E on black background.


Color preview on white background

This text has color #5F786E on white background.



Black color preview on #5F786E background

This text has black color on #5F786E background.


White color preview on #5F786E background

This text has white color on #5F786E background.