COLOR #5D8929

HEX: #5D8929
RGB: (93,137,41)

Color info

#5D8929 contains mainly red and green colors. Web safe color of #5D8929 is #669933 (or #693).

RGB color model

#5D8929 color RGB value is (93,137,41).

  • red value is 93;
  • green value is 137;
  • blue value is 41.
RGB:
(93,137,41)
(36%,54%,16%)

RGB channels and saturation

R 93 of 255 = 36%
G 137 of 255 = 54%
B 41 of 255 = 16%

93
137
41

R + G + B ~ 35%. #5D8929 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 137 + 41 = 271 (100%)
R 93 of 271 ~ 34.32%
G 137 of 271 ~ 50.55%
B 41 of 271 ~ 15.13%

%34.32
%50.55
%15.13

CMYK color model

#5D8929 color CMYK value is (32,0,70,46).

  • cyan value is 32.12%
  • magenta value is 0.00%
  • yellow value is 70.07%
  • key color value is 46.27%
CMYK:
(32,0,70,46)
C32M0Y70K46 
(32%,0%,70%,46%)
(0.32/0.00/0.70/0.46)	

CMYK percentages

%32.12
%0
%70.07
%46.27

Codes

Color #5D8929 in popluar color models

5D8929
RGB9313741
HSL88°53.93%34.90%
HSB/HSV88°70.07%53.73%
CMYK32.12%0.00%70.07%
46.27%

Color #5D8929 in popluar number systems.

HEX5D8929
Decimal9313741
Binary101110110001001101001
Octal13521151

Shades and tints

Shades of #5D8929

#5D8929
(93,137,41)
#557D26
(85,125,38)
#4D7123
(77,113,35)
#456520
(69,101,32)
#3D591D
(61,89,29)
#354D1A
(53,77,26)
#2D4117
(45,65,23)
#253514
(37,53,20)
#1D2911
(29,41,17)
#151D0E
(21,29,14)
#0D110B
(13,17,11)
#000000
(0,0,0)

Tints of #5D8929

#5D8929
(93,137,41)
#6B933C
(107,147,60)
#799D4F
(121,157,79)
#87A762
(135,167,98)
#95B175
(149,177,117)
#A3BB88
(163,187,136)
#B1C59B
(177,197,155)
#BFCFAE
(191,207,174)
#CDD9C1
(205,217,193)
#DBE3D4
(219,227,212)
#E9EDE7
(233,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D8929 color. Also use rgb(93,137,41) instead hex code.

Text Font Color

.myTextColor { color: #5D8929; }

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

This text font color is #5D8929.


Background Color

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

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

This div background color is #5D8929.


Border color

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

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

This div border color is #5D8929.


Opacity

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

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

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

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

This text has shadow with #5D8929 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D8929 on black background.


Color preview on white background

This text has color #5D8929 on white background.



Black color preview on #5D8929 background

This text has black color on #5D8929 background.


White color preview on #5D8929 background

This text has white color on #5D8929 background.