COLOR #5E985A

HEX: #5E985A
RGB: (94,152,90)

Color info

#5E985A contains mainly red and green colors. Web safe color of #5E985A is #669966 (or #696).

RGB color model

#5E985A color RGB value is (94,152,90).

  • red value is 94;
  • green value is 152;
  • blue value is 90.
RGB:
(94,152,90)
(37%,60%,35%)

RGB channels and saturation

R 94 of 255 = 37%
G 152 of 255 = 60%
B 90 of 255 = 35%

94
152
90

R + G + B ~ 44%. #5E985A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
94 + 152 + 90 = 336 (100%)
R 94 of 336 ~ 27.98%
G 152 of 336 ~ 45.24%
B 90 of 336 ~ 26.79%

%27.98
%45.24
%26.79

CMYK color model

#5E985A color CMYK value is (38,0,41,40).

  • cyan value is 38.16%
  • magenta value is 0.00%
  • yellow value is 40.79%
  • key color value is 40.39%
CMYK:
(38,0,41,40)
C38M0Y41K40 
(38%,0%,41%,40%)
(0.38/0.00/0.41/0.40)	

CMYK percentages

%38.16
%0
%40.79
%40.39

Codes

Color #5E985A in popluar color models

5E985A
RGB9415290
HSL116°25.62%47.45%
HSB/HSV116°40.79%59.61%
CMYK38.16%0.00%40.79%
40.39%

Color #5E985A in popluar number systems.

HEX5E985A
Decimal9415290
Binary1011110100110001011010
Octal136230132

Shades and tints

Shades of #5E985A

#5E985A
(94,152,90)
#568B52
(86,139,82)
#4E7E4A
(78,126,74)
#467142
(70,113,66)
#3E643A
(62,100,58)
#365732
(54,87,50)
#2E4A2A
(46,74,42)
#263D22
(38,61,34)
#1E301A
(30,48,26)
#162312
(22,35,18)
#0E160A
(14,22,10)
#000000
(0,0,0)

Tints of #5E985A

#5E985A
(94,152,90)
#6CA169
(108,161,105)
#7AAA78
(122,170,120)
#88B387
(136,179,135)
#96BC96
(150,188,150)
#A4C5A5
(164,197,165)
#B2CEB4
(178,206,180)
#C0D7C3
(192,215,195)
#CEE0D2
(206,224,210)
#DCE9E1
(220,233,225)
#EAF2F0
(234,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E985A color. Also use rgb(94,152,90) instead hex code.

Text Font Color

.myTextColor { color: #5E985A; }

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

This text font color is #5E985A.


Background Color

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

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

This div background color is #5E985A.


Border color

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

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

This div border color is #5E985A.


Opacity

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

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

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

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

This text has shadow with #5E985A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E985A on black background.


Color preview on white background

This text has color #5E985A on white background.



Black color preview on #5E985A background

This text has black color on #5E985A background.


White color preview on #5E985A background

This text has white color on #5E985A background.