COLOR #5D872E

HEX: #5D872E
RGB: (93,135,46)

Color info

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

RGB color model

#5D872E color RGB value is (93,135,46).

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

RGB channels and saturation

R 93 of 255 = 36%
G 135 of 255 = 53%
B 46 of 255 = 18%

93
135
46

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

Portions of RGB colors in percentages

R + G + B =
93 + 135 + 46 = 274 (100%)
R 93 of 274 ~ 33.94%
G 135 of 274 ~ 49.27%
B 46 of 274 ~ 16.79%

%33.94
%49.27
%16.79

CMYK color model

#5D872E color CMYK value is (31,0,66,47).

  • cyan value is 31.11%
  • magenta value is 0.00%
  • yellow value is 65.93%
  • key color value is 47.06%
CMYK:
(31,0,66,47)
C31M0Y66K47 
(31%,0%,66%,47%)
(0.31/0.00/0.66/0.47)	

CMYK percentages

%31.11
%0
%65.93
%47.06

Codes

Color #5D872E in popluar color models

5D872E
RGB9313546
HSL88°49.17%35.49%
HSB/HSV88°65.93%52.94%
CMYK31.11%0.00%65.93%
47.06%

Color #5D872E in popluar number systems.

HEX5D872E
Decimal9313546
Binary101110110000111101110
Octal13520756

Shades and tints

Shades of #5D872E

#5D872E
(93,135,46)
#557B2A
(85,123,42)
#4D6F26
(77,111,38)
#456322
(69,99,34)
#3D571E
(61,87,30)
#354B1A
(53,75,26)
#2D3F16
(45,63,22)
#253312
(37,51,18)
#1D270E
(29,39,14)
#151B0A
(21,27,10)
#0D0F06
(13,15,6)
#000000
(0,0,0)

Tints of #5D872E

#5D872E
(93,135,46)
#6B9141
(107,145,65)
#799B54
(121,155,84)
#87A567
(135,165,103)
#95AF7A
(149,175,122)
#A3B98D
(163,185,141)
#B1C3A0
(177,195,160)
#BFCDB3
(191,205,179)
#CDD7C6
(205,215,198)
#DBE1D9
(219,225,217)
#E9EBEC
(233,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D872E; }

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

This text font color is #5D872E.


Background Color

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

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

This div background color is #5D872E.


Border color

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

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

This div border color is #5D872E.


Opacity

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

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

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

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

This text has shadow with #5D872E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D872E on black background.


Color preview on white background

This text has color #5D872E on white background.



Black color preview on #5D872E background

This text has black color on #5D872E background.


White color preview on #5D872E background

This text has white color on #5D872E background.