COLOR #5E7D3A

HEX: #5E7D3A
RGB: (94,125,58)

Color info

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

RGB color model

#5E7D3A color RGB value is (94,125,58).

  • red value is 94;
  • green value is 125;
  • blue value is 58.
RGB:
(94,125,58)
(37%,49%,23%)

RGB channels and saturation

R 94 of 255 = 37%
G 125 of 255 = 49%
B 58 of 255 = 23%

94
125
58

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

Portions of RGB colors in percentages

R + G + B =
94 + 125 + 58 = 277 (100%)
R 94 of 277 ~ 33.94%
G 125 of 277 ~ 45.13%
B 58 of 277 ~ 20.94%

%33.94
%45.13
%20.94

CMYK color model

#5E7D3A color CMYK value is (25,0,54,51).

  • cyan value is 24.80%
  • magenta value is 0.00%
  • yellow value is 53.60%
  • key color value is 50.98%
CMYK:
(25,0,54,51)
C25M0Y54K51 
(25%,0%,54%,51%)
(0.25/0.00/0.54/0.51)	

CMYK percentages

%24.8
%0
%53.6
%50.98

Codes

Color #5E7D3A in popluar color models

5E7D3A
RGB9412558
HSL88°36.61%35.88%
HSB/HSV88°53.60%49.02%
CMYK24.80%0.00%53.60%
50.98%

Color #5E7D3A in popluar number systems.

HEX5E7D3A
Decimal9412558
Binary10111101111101111010
Octal13617572

Shades and tints

Shades of #5E7D3A

#5E7D3A
(94,125,58)
#567235
(86,114,53)
#4E6730
(78,103,48)
#465C2B
(70,92,43)
#3E5126
(62,81,38)
#364621
(54,70,33)
#2E3B1C
(46,59,28)
#263017
(38,48,23)
#1E2512
(30,37,18)
#161A0D
(22,26,13)
#0E0F08
(14,15,8)
#000000
(0,0,0)

Tints of #5E7D3A

#5E7D3A
(94,125,58)
#6C884B
(108,136,75)
#7A935C
(122,147,92)
#889E6D
(136,158,109)
#96A97E
(150,169,126)
#A4B48F
(164,180,143)
#B2BFA0
(178,191,160)
#C0CAB1
(192,202,177)
#CED5C2
(206,213,194)
#DCE0D3
(220,224,211)
#EAEBE4
(234,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E7D3A color. Also use rgb(94,125,58) instead hex code.

Text Font Color

.myTextColor { color: #5E7D3A; }

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

This text font color is #5E7D3A.


Background Color

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

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

This div background color is #5E7D3A.


Border color

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

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

This div border color is #5E7D3A.


Opacity

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

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

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

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

This text has shadow with #5E7D3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7D3A on black background.


Color preview on white background

This text has color #5E7D3A on white background.



Black color preview on #5E7D3A background

This text has black color on #5E7D3A background.


White color preview on #5E7D3A background

This text has white color on #5E7D3A background.