COLOR #5D8A51

HEX: #5D8A51
RGB: (93,138,81)

Color info

#5D8A51 contains red, green and blue colors in about the same proportion. Web safe color of #5D8A51 is #669966 (or #696).

RGB color model

#5D8A51 color RGB value is (93,138,81).

  • red value is 93;
  • green value is 138;
  • blue value is 81.
RGB:
(93,138,81)
(36%,54%,32%)

RGB channels and saturation

R 93 of 255 = 36%
G 138 of 255 = 54%
B 81 of 255 = 32%

93
138
81

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

Portions of RGB colors in percentages

R + G + B =
93 + 138 + 81 = 312 (100%)
R 93 of 312 ~ 29.81%
G 138 of 312 ~ 44.23%
B 81 of 312 ~ 25.96%

%29.81
%44.23
%25.96

CMYK color model

#5D8A51 color CMYK value is (33,0,41,46).

  • cyan value is 32.61%
  • magenta value is 0.00%
  • yellow value is 41.30%
  • key color value is 45.88%
CMYK:
(33,0,41,46)
C33M0Y41K46 
(33%,0%,41%,46%)
(0.33/0.00/0.41/0.46)	

CMYK percentages

%32.61
%0
%41.3
%45.88

Codes

Color #5D8A51 in popluar color models

5D8A51
RGB9313881
HSL107°26.03%42.94%
HSB/HSV107°41.30%54.12%
CMYK32.61%0.00%41.30%
45.88%

Color #5D8A51 in popluar number systems.

HEX5D8A51
Decimal9313881
Binary1011101100010101010001
Octal135212121

Shades and tints

Shades of #5D8A51

#5D8A51
(93,138,81)
#557E4A
(85,126,74)
#4D7243
(77,114,67)
#45663C
(69,102,60)
#3D5A35
(61,90,53)
#354E2E
(53,78,46)
#2D4227
(45,66,39)
#253620
(37,54,32)
#1D2A19
(29,42,25)
#151E12
(21,30,18)
#0D120B
(13,18,11)
#000000
(0,0,0)

Tints of #5D8A51

#5D8A51
(93,138,81)
#6B9460
(107,148,96)
#799E6F
(121,158,111)
#87A87E
(135,168,126)
#95B28D
(149,178,141)
#A3BC9C
(163,188,156)
#B1C6AB
(177,198,171)
#BFD0BA
(191,208,186)
#CDDAC9
(205,218,201)
#DBE4D8
(219,228,216)
#E9EEE7
(233,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D8A51 color. Also use rgb(93,138,81) instead hex code.

Text Font Color

.myTextColor { color: #5D8A51; }

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

This text font color is #5D8A51.


Background Color

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

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

This div background color is #5D8A51.


Border color

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

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

This div border color is #5D8A51.


Opacity

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

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

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

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

This text has shadow with #5D8A51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D8A51 on black background.


Color preview on white background

This text has color #5D8A51 on white background.



Black color preview on #5D8A51 background

This text has black color on #5D8A51 background.


White color preview on #5D8A51 background

This text has white color on #5D8A51 background.