COLOR #5F7A59

HEX: #5F7A59
RGB: (95,122,89)

Color info

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

RGB color model

#5F7A59 color RGB value is (95,122,89).

  • red value is 95;
  • green value is 122;
  • blue value is 89.
RGB:
(95,122,89)
(37%,48%,35%)

RGB channels and saturation

R 95 of 255 = 37%
G 122 of 255 = 48%
B 89 of 255 = 35%

95
122
89

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

Portions of RGB colors in percentages

R + G + B =
95 + 122 + 89 = 306 (100%)
R 95 of 306 ~ 31.05%
G 122 of 306 ~ 39.87%
B 89 of 306 ~ 29.08%

%31.05
%39.87
%29.08

CMYK color model

#5F7A59 color CMYK value is (22,0,27,52).

  • cyan value is 22.13%
  • magenta value is 0.00%
  • yellow value is 27.05%
  • key color value is 52.16%
CMYK:
(22,0,27,52)
C22M0Y27K52 
(22%,0%,27%,52%)
(0.22/0.00/0.27/0.52)	

CMYK percentages

%22.13
%0
%27.05
%52.16

Codes

Color #5F7A59 in popluar color models

5F7A59
RGB9512289
HSL109°15.64%41.37%
HSB/HSV109°27.05%47.84%
CMYK22.13%0.00%27.05%
52.16%

Color #5F7A59 in popluar number systems.

HEX5F7A59
Decimal9512289
Binary101111111110101011001
Octal137172131

Shades and tints

Shades of #5F7A59

#5F7A59
(95,122,89)
#576F51
(87,111,81)
#4F6449
(79,100,73)
#475941
(71,89,65)
#3F4E39
(63,78,57)
#374331
(55,67,49)
#2F3829
(47,56,41)
#272D21
(39,45,33)
#1F2219
(31,34,25)
#171711
(23,23,17)
#0F0C09
(15,12,9)
#000000
(0,0,0)

Tints of #5F7A59

#5F7A59
(95,122,89)
#6D8668
(109,134,104)
#7B9277
(123,146,119)
#899E86
(137,158,134)
#97AA95
(151,170,149)
#A5B6A4
(165,182,164)
#B3C2B3
(179,194,179)
#C1CEC2
(193,206,194)
#CFDAD1
(207,218,209)
#DDE6E0
(221,230,224)
#EBF2EF
(235,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F7A59 color. Also use rgb(95,122,89) instead hex code.

Text Font Color

.myTextColor { color: #5F7A59; }

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

This text font color is #5F7A59.


Background Color

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

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

This div background color is #5F7A59.


Border color

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

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

This div border color is #5F7A59.


Opacity

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

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

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

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

This text has shadow with #5F7A59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7A59 on black background.


Color preview on white background

This text has color #5F7A59 on white background.



Black color preview on #5F7A59 background

This text has black color on #5F7A59 background.


White color preview on #5F7A59 background

This text has white color on #5F7A59 background.