COLOR #5D7E59

HEX: #5D7E59
RGB: (93,126,89)

Color info

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

RGB color model

#5D7E59 color RGB value is (93,126,89).

  • red value is 93;
  • green value is 126;
  • blue value is 89.
RGB:
(93,126,89)
(36%,49%,35%)

RGB channels and saturation

R 93 of 255 = 36%
G 126 of 255 = 49%
B 89 of 255 = 35%

93
126
89

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

Portions of RGB colors in percentages

R + G + B =
93 + 126 + 89 = 308 (100%)
R 93 of 308 ~ 30.19%
G 126 of 308 ~ 40.91%
B 89 of 308 ~ 28.9%

%30.19
%40.91
%28.9

CMYK color model

#5D7E59 color CMYK value is (26,0,29,51).

  • cyan value is 26.19%
  • magenta value is 0.00%
  • yellow value is 29.37%
  • key color value is 50.59%
CMYK:
(26,0,29,51)
C26M0Y29K51 
(26%,0%,29%,51%)
(0.26/0.00/0.29/0.51)	

CMYK percentages

%26.19
%0
%29.37
%50.59

Codes

Color #5D7E59 in popluar color models

5D7E59
RGB9312689
HSL114°17.21%42.16%
HSB/HSV114°29.37%49.41%
CMYK26.19%0.00%29.37%
50.59%

Color #5D7E59 in popluar number systems.

HEX5D7E59
Decimal9312689
Binary101110111111101011001
Octal135176131

Shades and tints

Shades of #5D7E59

#5D7E59
(93,126,89)
#557351
(85,115,81)
#4D6849
(77,104,73)
#455D41
(69,93,65)
#3D5239
(61,82,57)
#354731
(53,71,49)
#2D3C29
(45,60,41)
#253121
(37,49,33)
#1D2619
(29,38,25)
#151B11
(21,27,17)
#0D1009
(13,16,9)
#000000
(0,0,0)

Tints of #5D7E59

#5D7E59
(93,126,89)
#6B8968
(107,137,104)
#799477
(121,148,119)
#879F86
(135,159,134)
#95AA95
(149,170,149)
#A3B5A4
(163,181,164)
#B1C0B3
(177,192,179)
#BFCBC2
(191,203,194)
#CDD6D1
(205,214,209)
#DBE1E0
(219,225,224)
#E9ECEF
(233,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D7E59 color. Also use rgb(93,126,89) instead hex code.

Text Font Color

.myTextColor { color: #5D7E59; }

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

This text font color is #5D7E59.


Background Color

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

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

This div background color is #5D7E59.


Border color

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

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

This div border color is #5D7E59.


Opacity

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

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

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

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

This text has shadow with #5D7E59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7E59 on black background.


Color preview on white background

This text has color #5D7E59 on white background.



Black color preview on #5D7E59 background

This text has black color on #5D7E59 background.


White color preview on #5D7E59 background

This text has white color on #5D7E59 background.