COLOR #5D872C

HEX: #5D872C RGB: (93,135,44)

Color info

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

RGB color model

#5D872C color RGB value is (93,135,44).

RGB: (93,135,44) (36%, 53%, 17%)

RGB channels and saturation

R 93 of 255 = 36%
G 135 of 255 = 53%
B 44 of 255 = 17%

93
135
44

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

Portions of RGB colors in percentages

R + G + B = 93 + 135 + 44 = 272 (100%)
R 93 of 272 ~ 34.19%
G 135 of 272 ~ 49.63%
B 44 of 272 ~ 16.18'%

%34.19
%49.63
%16.18

CMYK color model

#5D872C color CMYK value is (31,0,67,47).

  • cyan value is 31.11%
  • magenta value is 0.00%
  • yellow value is 67.41%
  • key color value is 47.06%
CMYK: (31,0,67,47) C31M0Y67K47 (31%,0%,67%,47%) (0.31/0.00/0.67/0.47) 

CMYK percentages

%31.11
%0
%67.41
%47.06

Codes

Color #5D872C in popluar color models

5D 87 2C
RGB 93 135 44
HSL 88° 50.84% 35.10%
HSB/HSV 88° 67.41% 52.94%
CMYK 31.11% 0.00% 67.41%
47.06%

Color #5D872C in popluar number systems.

HEX 5D 87 2C
Decimal 93 135 44
Binary 1011101 10000111 101100
Octal 135 207 54

Shades and tints

Shades of #5D872C

#5D872C
(93,135,44)
#557B28
(85,123,40)
#4D6F24
(77,111,36)
#456320
(69,99,32)
#3D571C
(61,87,28)
#354B18
(53,75,24)
#2D3F14
(45,63,20)
#253310
(37,51,16)
#1D270C
(29,39,12)
#151B08
(21,27,8)
#0D0F04
(13,15,4)
#000000
(0,0,0)

Tints of #5D872C

#5D872C
(93,135,44)
#6B913F
(107,145,63)
#799B52
(121,155,82)
#87A565
(135,165,101)
#95AF78
(149,175,120)
#A3B98B
(163,185,139)
#B1C39E
(177,195,158)
#BFCDB1
(191,205,177)
#CDD7C4
(205,215,196)
#DBE1D7
(219,225,215)
#E9EBEA
(233,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D872C; }

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

This text font color is #5D872C.

Background Color

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

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

This div background color is #5D872C.

Border color

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

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

This div border color is #5D872C.

Opacity

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

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

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

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

This text has shadow with #5D872C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D872C.

Preview

Color preview on black background

This text has color #5D872C on black background.


Color preview on white background

This text has color #5D872C on white background.


Black color preview on #5D872C background

This text has black color on #5D872C background.


White color preview on #5D872C background

This text has white color on #5D872C background.


Related colors

Complementary color

Complementary color for #hex is #A278D3.


I love getcolorcode.com

Triadic colors

1 #2C5D87 and #872C5D with #5D872C are triadic colors.

2 #2C875D and #875D2C with #5D872C are triadic colors.