COLOR #5D8729

HEX: #5D8729
RGB: (93,135,41)

Color info

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

RGB color model

#5D8729 color RGB value is (93,135,41).

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

RGB channels and saturation

R 93 of 255 = 36%
G 135 of 255 = 53%
B 41 of 255 = 16%

93
135
41

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

Portions of RGB colors in percentages

R + G + B =
93 + 135 + 41 = 269 (100%)
R 93 of 269 ~ 34.57%
G 135 of 269 ~ 50.19%
B 41 of 269 ~ 15.24%

%34.57
%50.19
%15.24

CMYK color model

#5D8729 color CMYK value is (31,0,70,47).

  • cyan value is 31.11%
  • magenta value is 0.00%
  • yellow value is 69.63%
  • key color value is 47.06%
CMYK:
(31,0,70,47)
C31M0Y70K47 
(31%,0%,70%,47%)
(0.31/0.00/0.70/0.47)	

CMYK percentages

%31.11
%0
%69.63
%47.06

Codes

Color #5D8729 in popluar color models

5D8729
RGB9313541
HSL87°53.41%34.51%
HSB/HSV87°69.63%52.94%
CMYK31.11%0.00%69.63%
47.06%

Color #5D8729 in popluar number systems.

HEX5D8729
Decimal9313541
Binary101110110000111101001
Octal13520751

Shades and tints

Shades of #5D8729

#5D8729
(93,135,41)
#557B26
(85,123,38)
#4D6F23
(77,111,35)
#456320
(69,99,32)
#3D571D
(61,87,29)
#354B1A
(53,75,26)
#2D3F17
(45,63,23)
#253314
(37,51,20)
#1D2711
(29,39,17)
#151B0E
(21,27,14)
#0D0F0B
(13,15,11)
#000000
(0,0,0)

Tints of #5D8729

#5D8729
(93,135,41)
#6B913C
(107,145,60)
#799B4F
(121,155,79)
#87A562
(135,165,98)
#95AF75
(149,175,117)
#A3B988
(163,185,136)
#B1C39B
(177,195,155)
#BFCDAE
(191,205,174)
#CDD7C1
(205,215,193)
#DBE1D4
(219,225,212)
#E9EBE7
(233,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D8729; }

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

This text font color is #5D8729.


Background Color

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

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

This div background color is #5D8729.


Border color

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

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

This div border color is #5D8729.


Opacity

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

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

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

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

This text has shadow with #5D8729 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D8729 on black background.


Color preview on white background

This text has color #5D8729 on white background.



Black color preview on #5D8729 background

This text has black color on #5D8729 background.


White color preview on #5D8729 background

This text has white color on #5D8729 background.