COLOR #5D8350

HEX: #5D8350
RGB: (93,131,80)

Color info

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

RGB color model

#5D8350 color RGB value is (93,131,80).

  • red value is 93;
  • green value is 131;
  • blue value is 80.
RGB:
(93,131,80)
(36%,51%,31%)

RGB channels and saturation

R 93 of 255 = 36%
G 131 of 255 = 51%
B 80 of 255 = 31%

93
131
80

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

Portions of RGB colors in percentages

R + G + B =
93 + 131 + 80 = 304 (100%)
R 93 of 304 ~ 30.59%
G 131 of 304 ~ 43.09%
B 80 of 304 ~ 26.32%

%30.59
%43.09
%26.32

CMYK color model

#5D8350 color CMYK value is (29,0,39,49).

  • cyan value is 29.01%
  • magenta value is 0.00%
  • yellow value is 38.93%
  • key color value is 48.63%
CMYK:
(29,0,39,49)
C29M0Y39K49 
(29%,0%,39%,49%)
(0.29/0.00/0.39/0.49)	

CMYK percentages

%29.01
%0
%38.93
%48.63

Codes

Color #5D8350 in popluar color models

5D8350
RGB9313180
HSL105°24.17%41.37%
HSB/HSV105°38.93%51.37%
CMYK29.01%0.00%38.93%
48.63%

Color #5D8350 in popluar number systems.

HEX5D8350
Decimal9313180
Binary1011101100000111010000
Octal135203120

Shades and tints

Shades of #5D8350

#5D8350
(93,131,80)
#557849
(85,120,73)
#4D6D42
(77,109,66)
#45623B
(69,98,59)
#3D5734
(61,87,52)
#354C2D
(53,76,45)
#2D4126
(45,65,38)
#25361F
(37,54,31)
#1D2B18
(29,43,24)
#152011
(21,32,17)
#0D150A
(13,21,10)
#000000
(0,0,0)

Tints of #5D8350

#5D8350
(93,131,80)
#6B8E5F
(107,142,95)
#79996E
(121,153,110)
#87A47D
(135,164,125)
#95AF8C
(149,175,140)
#A3BA9B
(163,186,155)
#B1C5AA
(177,197,170)
#BFD0B9
(191,208,185)
#CDDBC8
(205,219,200)
#DBE6D7
(219,230,215)
#E9F1E6
(233,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D8350 color. Also use rgb(93,131,80) instead hex code.

Text Font Color

.myTextColor { color: #5D8350; }

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

This text font color is #5D8350.


Background Color

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

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

This div background color is #5D8350.


Border color

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

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

This div border color is #5D8350.


Opacity

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

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

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

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

This text has shadow with #5D8350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D8350 on black background.


Color preview on white background

This text has color #5D8350 on white background.



Black color preview on #5D8350 background

This text has black color on #5D8350 background.


White color preview on #5D8350 background

This text has white color on #5D8350 background.