COLOR #5D8C29

HEX: #5D8C29
RGB: (93,140,41)

Color info

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

RGB color model

#5D8C29 color RGB value is (93,140,41).

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

RGB channels and saturation

R 93 of 255 = 36%
G 140 of 255 = 55%
B 41 of 255 = 16%

93
140
41

R + G + B ~ 36%. #5D8C29 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 140 + 41 = 274 (100%)
R 93 of 274 ~ 33.94%
G 140 of 274 ~ 51.09%
B 41 of 274 ~ 14.96%

%33.94
%51.09
%14.96

CMYK color model

#5D8C29 color CMYK value is (34,0,71,45).

  • cyan value is 33.57%
  • magenta value is 0.00%
  • yellow value is 70.71%
  • key color value is 45.10%
CMYK:
(34,0,71,45)
C34M0Y71K45 
(34%,0%,71%,45%)
(0.34/0.00/0.71/0.45)	

CMYK percentages

%33.57
%0
%70.71
%45.1

Codes

Color #5D8C29 in popluar color models

5D8C29
RGB9314041
HSL88°54.70%35.49%
HSB/HSV88°70.71%54.90%
CMYK33.57%0.00%70.71%
45.10%

Color #5D8C29 in popluar number systems.

HEX5D8C29
Decimal9314041
Binary101110110001100101001
Octal13521451

Shades and tints

Shades of #5D8C29

#5D8C29
(93,140,41)
#558026
(85,128,38)
#4D7423
(77,116,35)
#456820
(69,104,32)
#3D5C1D
(61,92,29)
#35501A
(53,80,26)
#2D4417
(45,68,23)
#253814
(37,56,20)
#1D2C11
(29,44,17)
#15200E
(21,32,14)
#0D140B
(13,20,11)
#000000
(0,0,0)

Tints of #5D8C29

#5D8C29
(93,140,41)
#6B963C
(107,150,60)
#79A04F
(121,160,79)
#87AA62
(135,170,98)
#95B475
(149,180,117)
#A3BE88
(163,190,136)
#B1C89B
(177,200,155)
#BFD2AE
(191,210,174)
#CDDCC1
(205,220,193)
#DBE6D4
(219,230,212)
#E9F0E7
(233,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D8C29; }

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

This text font color is #5D8C29.


Background Color

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

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

This div background color is #5D8C29.


Border color

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

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

This div border color is #5D8C29.


Opacity

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

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

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

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

This text has shadow with #5D8C29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D8C29 on black background.


Color preview on white background

This text has color #5D8C29 on white background.



Black color preview on #5D8C29 background

This text has black color on #5D8C29 background.


White color preview on #5D8C29 background

This text has white color on #5D8C29 background.