COLOR #5D8224

HEX: #5D8224
RGB: (93,130,36)

Color info

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

RGB color model

#5D8224 color RGB value is (93,130,36).

  • red value is 93;
  • green value is 130;
  • blue value is 36.
RGB:
(93,130,36)
(36%,51%,14%)

RGB channels and saturation

R 93 of 255 = 36%
G 130 of 255 = 51%
B 36 of 255 = 14%

93
130
36

R + G + B ~ 34%. #5D8224 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 130 + 36 = 259 (100%)
R 93 of 259 ~ 35.91%
G 130 of 259 ~ 50.19%
B 36 of 259 ~ 13.9%

%35.91
%50.19
%13.9

CMYK color model

#5D8224 color CMYK value is (28,0,72,49).

  • cyan value is 28.46%
  • magenta value is 0.00%
  • yellow value is 72.31%
  • key color value is 49.02%
CMYK:
(28,0,72,49)
C28M0Y72K49 
(28%,0%,72%,49%)
(0.28/0.00/0.72/0.49)	

CMYK percentages

%28.46
%0
%72.31
%49.02

Codes

Color #5D8224 in popluar color models

5D8224
RGB9313036
HSL84°56.63%32.55%
HSB/HSV84°72.31%50.98%
CMYK28.46%0.00%72.31%
49.02%

Color #5D8224 in popluar number systems.

HEX5D8224
Decimal9313036
Binary101110110000010100100
Octal13520244

Shades and tints

Shades of #5D8224

#5D8224
(93,130,36)
#557721
(85,119,33)
#4D6C1E
(77,108,30)
#45611B
(69,97,27)
#3D5618
(61,86,24)
#354B15
(53,75,21)
#2D4012
(45,64,18)
#25350F
(37,53,15)
#1D2A0C
(29,42,12)
#151F09
(21,31,9)
#0D1406
(13,20,6)
#000000
(0,0,0)

Tints of #5D8224

#5D8224
(93,130,36)
#6B8D37
(107,141,55)
#79984A
(121,152,74)
#87A35D
(135,163,93)
#95AE70
(149,174,112)
#A3B983
(163,185,131)
#B1C496
(177,196,150)
#BFCFA9
(191,207,169)
#CDDABC
(205,218,188)
#DBE5CF
(219,229,207)
#E9F0E2
(233,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D8224 color. Also use rgb(93,130,36) instead hex code.

Text Font Color

.myTextColor { color: #5D8224; }

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

This text font color is #5D8224.


Background Color

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

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

This div background color is #5D8224.


Border color

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

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

This div border color is #5D8224.


Opacity

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

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

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

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

This text has shadow with #5D8224 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D8224 on black background.


Color preview on white background

This text has color #5D8224 on white background.



Black color preview on #5D8224 background

This text has black color on #5D8224 background.


White color preview on #5D8224 background

This text has white color on #5D8224 background.