COLOR #5D7A2E

HEX: #5D7A2E
RGB: (93,122,46)

Color info

#5D7A2E contains mainly red and green colors. Web safe color of #5D7A2E is #666633 (or #663).

RGB color model

#5D7A2E color RGB value is (93,122,46).

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

RGB channels and saturation

R 93 of 255 = 36%
G 122 of 255 = 48%
B 46 of 255 = 18%

93
122
46

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

Portions of RGB colors in percentages

R + G + B =
93 + 122 + 46 = 261 (100%)
R 93 of 261 ~ 35.63%
G 122 of 261 ~ 46.74%
B 46 of 261 ~ 17.62%

%35.63
%46.74
%17.62

CMYK color model

#5D7A2E color CMYK value is (24,0,62,52).

  • cyan value is 23.77%
  • magenta value is 0.00%
  • yellow value is 62.30%
  • key color value is 52.16%
CMYK:
(24,0,62,52)
C24M0Y62K52 
(24%,0%,62%,52%)
(0.24/0.00/0.62/0.52)	

CMYK percentages

%23.77
%0
%62.3
%52.16

Codes

Color #5D7A2E in popluar color models

5D7A2E
RGB9312246
HSL83°45.24%32.94%
HSB/HSV83°62.30%47.84%
CMYK23.77%0.00%62.30%
52.16%

Color #5D7A2E in popluar number systems.

HEX5D7A2E
Decimal9312246
Binary10111011111010101110
Octal13517256

Shades and tints

Shades of #5D7A2E

#5D7A2E
(93,122,46)
#556F2A
(85,111,42)
#4D6426
(77,100,38)
#455922
(69,89,34)
#3D4E1E
(61,78,30)
#35431A
(53,67,26)
#2D3816
(45,56,22)
#252D12
(37,45,18)
#1D220E
(29,34,14)
#15170A
(21,23,10)
#0D0C06
(13,12,6)
#000000
(0,0,0)

Tints of #5D7A2E

#5D7A2E
(93,122,46)
#6B8641
(107,134,65)
#799254
(121,146,84)
#879E67
(135,158,103)
#95AA7A
(149,170,122)
#A3B68D
(163,182,141)
#B1C2A0
(177,194,160)
#BFCEB3
(191,206,179)
#CDDAC6
(205,218,198)
#DBE6D9
(219,230,217)
#E9F2EC
(233,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D7A2E; }

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

This text font color is #5D7A2E.


Background Color

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

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

This div background color is #5D7A2E.


Border color

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

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

This div border color is #5D7A2E.


Opacity

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

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

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

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

This text has shadow with #5D7A2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7A2E on black background.


Color preview on white background

This text has color #5D7A2E on white background.



Black color preview on #5D7A2E background

This text has black color on #5D7A2E background.


White color preview on #5D7A2E background

This text has white color on #5D7A2E background.