COLOR #5D7F4E

HEX: #5D7F4E
RGB: (93,127,78)

Color info

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

RGB color model

#5D7F4E color RGB value is (93,127,78).

  • red value is 93;
  • green value is 127;
  • blue value is 78.
RGB:
(93,127,78)
(36%,50%,31%)

RGB channels and saturation

R 93 of 255 = 36%
G 127 of 255 = 50%
B 78 of 255 = 31%

93
127
78

R + G + B ~ 39%. #5D7F4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 127 + 78 = 298 (100%)
R 93 of 298 ~ 31.21%
G 127 of 298 ~ 42.62%
B 78 of 298 ~ 26.17%

%31.21
%42.62
%26.17

CMYK color model

#5D7F4E color CMYK value is (27,0,39,50).

  • cyan value is 26.77%
  • magenta value is 0.00%
  • yellow value is 38.58%
  • key color value is 50.20%
CMYK:
(27,0,39,50)
C27M0Y39K50 
(27%,0%,39%,50%)
(0.27/0.00/0.39/0.50)	

CMYK percentages

%26.77
%0
%38.58
%50.2

Codes

Color #5D7F4E in popluar color models

5D7F4E
RGB9312778
HSL102°23.90%40.20%
HSB/HSV102°38.58%49.80%
CMYK26.77%0.00%38.58%
50.20%

Color #5D7F4E in popluar number systems.

HEX5D7F4E
Decimal9312778
Binary101110111111111001110
Octal135177116

Shades and tints

Shades of #5D7F4E

#5D7F4E
(93,127,78)
#557447
(85,116,71)
#4D6940
(77,105,64)
#455E39
(69,94,57)
#3D5332
(61,83,50)
#35482B
(53,72,43)
#2D3D24
(45,61,36)
#25321D
(37,50,29)
#1D2716
(29,39,22)
#151C0F
(21,28,15)
#0D1108
(13,17,8)
#000000
(0,0,0)

Tints of #5D7F4E

#5D7F4E
(93,127,78)
#6B8A5E
(107,138,94)
#79956E
(121,149,110)
#87A07E
(135,160,126)
#95AB8E
(149,171,142)
#A3B69E
(163,182,158)
#B1C1AE
(177,193,174)
#BFCCBE
(191,204,190)
#CDD7CE
(205,215,206)
#DBE2DE
(219,226,222)
#E9EDEE
(233,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D7F4E color. Also use rgb(93,127,78) instead hex code.

Text Font Color

.myTextColor { color: #5D7F4E; }

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

This text font color is #5D7F4E.


Background Color

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

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

This div background color is #5D7F4E.


Border color

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

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

This div border color is #5D7F4E.


Opacity

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

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

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

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

This text has shadow with #5D7F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7F4E on black background.


Color preview on white background

This text has color #5D7F4E on white background.



Black color preview on #5D7F4E background

This text has black color on #5D7F4E background.


White color preview on #5D7F4E background

This text has white color on #5D7F4E background.