COLOR #5F795D

HEX: #5F795D
RGB: (95,121,93)

Color info

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

RGB color model

#5F795D color RGB value is (95,121,93).

  • red value is 95;
  • green value is 121;
  • blue value is 93.
RGB:
(95,121,93)
(37%,47%,36%)

RGB channels and saturation

R 95 of 255 = 37%
G 121 of 255 = 47%
B 93 of 255 = 36%

95
121
93

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

Portions of RGB colors in percentages

R + G + B =
95 + 121 + 93 = 309 (100%)
R 95 of 309 ~ 30.74%
G 121 of 309 ~ 39.16%
B 93 of 309 ~ 30.1%

%30.74
%39.16
%30.1

CMYK color model

#5F795D color CMYK value is (21,0,23,53).

  • cyan value is 21.49%
  • magenta value is 0.00%
  • yellow value is 23.14%
  • key color value is 52.55%
CMYK:
(21,0,23,53)
C21M0Y23K53 
(21%,0%,23%,53%)
(0.21/0.00/0.23/0.53)	

CMYK percentages

%21.49
%0
%23.14
%52.55

Codes

Color #5F795D in popluar color models

5F795D
RGB9512193
HSL116°13.08%41.96%
HSB/HSV116°23.14%47.45%
CMYK21.49%0.00%23.14%
52.55%

Color #5F795D in popluar number systems.

HEX5F795D
Decimal9512193
Binary101111111110011011101
Octal137171135

Shades and tints

Shades of #5F795D

#5F795D
(95,121,93)
#576E55
(87,110,85)
#4F634D
(79,99,77)
#475845
(71,88,69)
#3F4D3D
(63,77,61)
#374235
(55,66,53)
#2F372D
(47,55,45)
#272C25
(39,44,37)
#1F211D
(31,33,29)
#171615
(23,22,21)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #5F795D

#5F795D
(95,121,93)
#6D856B
(109,133,107)
#7B9179
(123,145,121)
#899D87
(137,157,135)
#97A995
(151,169,149)
#A5B5A3
(165,181,163)
#B3C1B1
(179,193,177)
#C1CDBF
(193,205,191)
#CFD9CD
(207,217,205)
#DDE5DB
(221,229,219)
#EBF1E9
(235,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F795D; }

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

This text font color is #5F795D.


Background Color

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

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

This div background color is #5F795D.


Border color

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

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

This div border color is #5F795D.


Opacity

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

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

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

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

This text has shadow with #5F795D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F795D on black background.


Color preview on white background

This text has color #5F795D on white background.



Black color preview on #5F795D background

This text has black color on #5F795D background.


White color preview on #5F795D background

This text has white color on #5F795D background.