COLOR #5EA569

HEX: #5EA569
RGB: (94,165,105)

Color info

#5EA569 contains mainly green color. Web safe color of #5EA569 is #669966 (or #696).

RGB color model

#5EA569 color RGB value is (94,165,105).

  • red value is 94;
  • green value is 165;
  • blue value is 105.
RGB:
(94,165,105)
(37%,65%,41%)

RGB channels and saturation

R 94 of 255 = 37%
G 165 of 255 = 65%
B 105 of 255 = 41%

94
165
105

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

Portions of RGB colors in percentages

R + G + B =
94 + 165 + 105 = 364 (100%)
R 94 of 364 ~ 25.82%
G 165 of 364 ~ 45.33%
B 105 of 364 ~ 28.85%

%25.82
%45.33
%28.85

CMYK color model

#5EA569 color CMYK value is (43,0,36,35).

  • cyan value is 43.03%
  • magenta value is 0.00%
  • yellow value is 36.36%
  • key color value is 35.29%
CMYK:
(43,0,36,35)
C43M0Y36K35 
(43%,0%,36%,35%)
(0.43/0.00/0.36/0.35)	

CMYK percentages

%43.03
%0
%36.36
%35.29

Codes

Color #5EA569 in popluar color models

5EA569
RGB94165105
HSL129°28.29%50.78%
HSB/HSV129°43.03%64.71%
CMYK43.03%0.00%36.36%
35.29%

Color #5EA569 in popluar number systems.

HEX5EA569
Decimal94165105
Binary1011110101001011101001
Octal136245151

Shades and tints

Shades of #5EA569

#5EA569
(94,165,105)
#569660
(86,150,96)
#4E8757
(78,135,87)
#46784E
(70,120,78)
#3E6945
(62,105,69)
#365A3C
(54,90,60)
#2E4B33
(46,75,51)
#263C2A
(38,60,42)
#1E2D21
(30,45,33)
#161E18
(22,30,24)
#0E0F0F
(14,15,15)
#000000
(0,0,0)

Tints of #5EA569

#5EA569
(94,165,105)
#6CAD76
(108,173,118)
#7AB583
(122,181,131)
#88BD90
(136,189,144)
#96C59D
(150,197,157)
#A4CDAA
(164,205,170)
#B2D5B7
(178,213,183)
#C0DDC4
(192,221,196)
#CEE5D1
(206,229,209)
#DCEDDE
(220,237,222)
#EAF5EB
(234,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EA569 color. Also use rgb(94,165,105) instead hex code.

Text Font Color

.myTextColor { color: #5EA569; }

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

This text font color is #5EA569.


Background Color

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

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

This div background color is #5EA569.


Border color

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

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

This div border color is #5EA569.


Opacity

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

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

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

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

This text has shadow with #5EA569 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EA569 on black background.


Color preview on white background

This text has color #5EA569 on white background.



Black color preview on #5EA569 background

This text has black color on #5EA569 background.


White color preview on #5EA569 background

This text has white color on #5EA569 background.