COLOR #5D7D5E

HEX: #5D7D5E
RGB: (93,125,94)

Color info

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

RGB color model

#5D7D5E color RGB value is (93,125,94).

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

RGB channels and saturation

R 93 of 255 = 36%
G 125 of 255 = 49%
B 94 of 255 = 37%

93
125
94

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

Portions of RGB colors in percentages

R + G + B =
93 + 125 + 94 = 312 (100%)
R 93 of 312 ~ 29.81%
G 125 of 312 ~ 40.06%
B 94 of 312 ~ 30.13%

%29.81
%40.06
%30.13

CMYK color model

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

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

CMYK percentages

%25.6
%0
%24.8
%50.98

Codes

Color #5D7D5E in popluar color models

5D7D5E
RGB9312594
HSL122°14.68%42.75%
HSB/HSV122°25.60%49.02%
CMYK25.60%0.00%24.80%
50.98%

Color #5D7D5E in popluar number systems.

HEX5D7D5E
Decimal9312594
Binary101110111111011011110
Octal135175136

Shades and tints

Shades of #5D7D5E

#5D7D5E
(93,125,94)
#557256
(85,114,86)
#4D674E
(77,103,78)
#455C46
(69,92,70)
#3D513E
(61,81,62)
#354636
(53,70,54)
#2D3B2E
(45,59,46)
#253026
(37,48,38)
#1D251E
(29,37,30)
#151A16
(21,26,22)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #5D7D5E

#5D7D5E
(93,125,94)
#6B886C
(107,136,108)
#79937A
(121,147,122)
#879E88
(135,158,136)
#95A996
(149,169,150)
#A3B4A4
(163,180,164)
#B1BFB2
(177,191,178)
#BFCAC0
(191,202,192)
#CDD5CE
(205,213,206)
#DBE0DC
(219,224,220)
#E9EBEA
(233,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D7D5E color. Also use rgb(93,125,94) instead hex code.

Text Font Color

.myTextColor { color: #5D7D5E; }

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

This text font color is #5D7D5E.


Background Color

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

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

This div background color is #5D7D5E.


Border color

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

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

This div border color is #5D7D5E.


Opacity

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

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

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

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

This text has shadow with #5D7D5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7D5E on black background.


Color preview on white background

This text has color #5D7D5E on white background.



Black color preview on #5D7D5E background

This text has black color on #5D7D5E background.


White color preview on #5D7D5E background

This text has white color on #5D7D5E background.