COLOR #5D7E5F

HEX: #5D7E5F
RGB: (93,126,95)

Color info

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

RGB color model

#5D7E5F color RGB value is (93,126,95).

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

RGB channels and saturation

R 93 of 255 = 36%
G 126 of 255 = 49%
B 95 of 255 = 37%

93
126
95

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

Portions of RGB colors in percentages

R + G + B =
93 + 126 + 95 = 314 (100%)
R 93 of 314 ~ 29.62%
G 126 of 314 ~ 40.13%
B 95 of 314 ~ 30.25%

%29.62
%40.13
%30.25

CMYK color model

#5D7E5F color CMYK value is (26,0,25,51).

  • cyan value is 26.19%
  • magenta value is 0.00%
  • yellow value is 24.60%
  • key color value is 50.59%
CMYK:
(26,0,25,51)
C26M0Y25K51 
(26%,0%,25%,51%)
(0.26/0.00/0.25/0.51)	

CMYK percentages

%26.19
%0
%24.6
%50.59

Codes

Color #5D7E5F in popluar color models

5D7E5F
RGB9312695
HSL124°15.07%42.94%
HSB/HSV124°26.19%49.41%
CMYK26.19%0.00%24.60%
50.59%

Color #5D7E5F in popluar number systems.

HEX5D7E5F
Decimal9312695
Binary101110111111101011111
Octal135176137

Shades and tints

Shades of #5D7E5F

#5D7E5F
(93,126,95)
#557357
(85,115,87)
#4D684F
(77,104,79)
#455D47
(69,93,71)
#3D523F
(61,82,63)
#354737
(53,71,55)
#2D3C2F
(45,60,47)
#253127
(37,49,39)
#1D261F
(29,38,31)
#151B17
(21,27,23)
#0D100F
(13,16,15)
#000000
(0,0,0)

Tints of #5D7E5F

#5D7E5F
(93,126,95)
#6B896D
(107,137,109)
#79947B
(121,148,123)
#879F89
(135,159,137)
#95AA97
(149,170,151)
#A3B5A5
(163,181,165)
#B1C0B3
(177,192,179)
#BFCBC1
(191,203,193)
#CDD6CF
(205,214,207)
#DBE1DD
(219,225,221)
#E9ECEB
(233,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D7E5F; }

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

This text font color is #5D7E5F.


Background Color

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

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

This div background color is #5D7E5F.


Border color

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

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

This div border color is #5D7E5F.


Opacity

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

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

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

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

This text has shadow with #5D7E5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7E5F on black background.


Color preview on white background

This text has color #5D7E5F on white background.



Black color preview on #5D7E5F background

This text has black color on #5D7E5F background.


White color preview on #5D7E5F background

This text has white color on #5D7E5F background.