COLOR #5F754E

HEX: #5F754E
RGB: (95,117,78)

Color info

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

RGB color model

#5F754E color RGB value is (95,117,78).

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

RGB channels and saturation

R 95 of 255 = 37%
G 117 of 255 = 46%
B 78 of 255 = 31%

95
117
78

R + G + B ~ 38%. #5F754E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 117 + 78 = 290 (100%)
R 95 of 290 ~ 32.76%
G 117 of 290 ~ 40.34%
B 78 of 290 ~ 26.9%

%32.76
%40.34
%26.9

CMYK color model

#5F754E color CMYK value is (19,0,33,54).

  • cyan value is 18.80%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 54.12%
CMYK:
(19,0,33,54)
C19M0Y33K54 
(19%,0%,33%,54%)
(0.19/0.00/0.33/0.54)	

CMYK percentages

%18.8
%0
%33.33
%54.12

Codes

Color #5F754E in popluar color models

5F754E
RGB9511778
HSL94°20.00%38.24%
HSB/HSV94°33.33%45.88%
CMYK18.80%0.00%33.33%
54.12%

Color #5F754E in popluar number systems.

HEX5F754E
Decimal9511778
Binary101111111101011001110
Octal137165116

Shades and tints

Shades of #5F754E

#5F754E
(95,117,78)
#576B47
(87,107,71)
#4F6140
(79,97,64)
#475739
(71,87,57)
#3F4D32
(63,77,50)
#37432B
(55,67,43)
#2F3924
(47,57,36)
#272F1D
(39,47,29)
#1F2516
(31,37,22)
#171B0F
(23,27,15)
#0F1108
(15,17,8)
#000000
(0,0,0)

Tints of #5F754E

#5F754E
(95,117,78)
#6D815E
(109,129,94)
#7B8D6E
(123,141,110)
#89997E
(137,153,126)
#97A58E
(151,165,142)
#A5B19E
(165,177,158)
#B3BDAE
(179,189,174)
#C1C9BE
(193,201,190)
#CFD5CE
(207,213,206)
#DDE1DE
(221,225,222)
#EBEDEE
(235,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F754E; }

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

This text font color is #5F754E.


Background Color

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

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

This div background color is #5F754E.


Border color

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

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

This div border color is #5F754E.


Opacity

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

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

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

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

This text has shadow with #5F754E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F754E on black background.


Color preview on white background

This text has color #5F754E on white background.



Black color preview on #5F754E background

This text has black color on #5F754E background.


White color preview on #5F754E background

This text has white color on #5F754E background.