COLOR #5F704E

HEX: #5F704E
RGB: (95,112,78)

Color info

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

RGB color model

#5F704E color RGB value is (95,112,78).

  • red value is 95;
  • green value is 112;
  • blue value is 78.
RGB:
(95,112,78)
(37%,44%,31%)

RGB channels and saturation

R 95 of 255 = 37%
G 112 of 255 = 44%
B 78 of 255 = 31%

95
112
78

R + G + B ~ 37%. #5F704E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 112 + 78 = 285 (100%)
R 95 of 285 ~ 33.33%
G 112 of 285 ~ 39.3%
B 78 of 285 ~ 27.37%

%33.33
%39.3
%27.37

CMYK color model

#5F704E color CMYK value is (15,0,30,56).

  • cyan value is 15.18%
  • magenta value is 0.00%
  • yellow value is 30.36%
  • key color value is 56.08%
CMYK:
(15,0,30,56)
C15M0Y30K56 
(15%,0%,30%,56%)
(0.15/0.00/0.30/0.56)	

CMYK percentages

%15.18
%0
%30.36
%56.08

Codes

Color #5F704E in popluar color models

5F704E
RGB9511278
HSL90°17.89%37.25%
HSB/HSV90°30.36%43.92%
CMYK15.18%0.00%30.36%
56.08%

Color #5F704E in popluar number systems.

HEX5F704E
Decimal9511278
Binary101111111100001001110
Octal137160116

Shades and tints

Shades of #5F704E

#5F704E
(95,112,78)
#576647
(87,102,71)
#4F5C40
(79,92,64)
#475239
(71,82,57)
#3F4832
(63,72,50)
#373E2B
(55,62,43)
#2F3424
(47,52,36)
#272A1D
(39,42,29)
#1F2016
(31,32,22)
#17160F
(23,22,15)
#0F0C08
(15,12,8)
#000000
(0,0,0)

Tints of #5F704E

#5F704E
(95,112,78)
#6D7D5E
(109,125,94)
#7B8A6E
(123,138,110)
#89977E
(137,151,126)
#97A48E
(151,164,142)
#A5B19E
(165,177,158)
#B3BEAE
(179,190,174)
#C1CBBE
(193,203,190)
#CFD8CE
(207,216,206)
#DDE5DE
(221,229,222)
#EBF2EE
(235,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F704E; }

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

This text font color is #5F704E.


Background Color

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

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

This div background color is #5F704E.


Border color

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

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

This div border color is #5F704E.


Opacity

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

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

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

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

This text has shadow with #5F704E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F704E on black background.


Color preview on white background

This text has color #5F704E on white background.



Black color preview on #5F704E background

This text has black color on #5F704E background.


White color preview on #5F704E background

This text has white color on #5F704E background.