COLOR #5D8F2E

HEX: #5D8F2E
RGB: (93,143,46)

Color info

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

RGB color model

#5D8F2E color RGB value is (93,143,46).

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

RGB channels and saturation

R 93 of 255 = 36%
G 143 of 255 = 56%
B 46 of 255 = 18%

93
143
46

R + G + B ~ 37%. #5D8F2E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 143 + 46 = 282 (100%)
R 93 of 282 ~ 32.98%
G 143 of 282 ~ 50.71%
B 46 of 282 ~ 16.31%

%32.98
%50.71
%16.31

CMYK color model

#5D8F2E color CMYK value is (35,0,68,44).

  • cyan value is 34.97%
  • magenta value is 0.00%
  • yellow value is 67.83%
  • key color value is 43.92%
CMYK:
(35,0,68,44)
C35M0Y68K44 
(35%,0%,68%,44%)
(0.35/0.00/0.68/0.44)	

CMYK percentages

%34.97
%0
%67.83
%43.92

Codes

Color #5D8F2E in popluar color models

5D8F2E
RGB9314346
HSL91°51.32%37.06%
HSB/HSV91°67.83%56.08%
CMYK34.97%0.00%67.83%
43.92%

Color #5D8F2E in popluar number systems.

HEX5D8F2E
Decimal9314346
Binary101110110001111101110
Octal13521756

Shades and tints

Shades of #5D8F2E

#5D8F2E
(93,143,46)
#55822A
(85,130,42)
#4D7526
(77,117,38)
#456822
(69,104,34)
#3D5B1E
(61,91,30)
#354E1A
(53,78,26)
#2D4116
(45,65,22)
#253412
(37,52,18)
#1D270E
(29,39,14)
#151A0A
(21,26,10)
#0D0D06
(13,13,6)
#000000
(0,0,0)

Tints of #5D8F2E

#5D8F2E
(93,143,46)
#6B9941
(107,153,65)
#79A354
(121,163,84)
#87AD67
(135,173,103)
#95B77A
(149,183,122)
#A3C18D
(163,193,141)
#B1CBA0
(177,203,160)
#BFD5B3
(191,213,179)
#CDDFC6
(205,223,198)
#DBE9D9
(219,233,217)
#E9F3EC
(233,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D8F2E; }

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

This text font color is #5D8F2E.


Background Color

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

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

This div background color is #5D8F2E.


Border color

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

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

This div border color is #5D8F2E.


Opacity

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

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

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

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

This text has shadow with #5D8F2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D8F2E on black background.


Color preview on white background

This text has color #5D8F2E on white background.



Black color preview on #5D8F2E background

This text has black color on #5D8F2E background.


White color preview on #5D8F2E background

This text has white color on #5D8F2E background.