COLOR #5EA652

HEX: #5EA652 RGB: (94,166,82)

Color info

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

RGB color model

#5EA652 color RGB value is (94,166,82).

RGB: (94,166,82) (37%, 65%, 32%)

RGB channels and saturation

R 94 of 255 = 37%
G 166 of 255 = 65%
B 82 of 255 = 32%

94
166
82

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

Portions of RGB colors in percentages

R + G + B = 94 + 166 + 82 = 342 (100%)
R 94 of 342 ~ 27.49%
G 166 of 342 ~ 48.54%
B 82 of 342 ~ 23.98'%

%27.49
%48.54
%23.98

CMYK color model

#5EA652 color CMYK value is (43,0,51,35).

  • cyan value is 43.37%
  • magenta value is 0.00%
  • yellow value is 50.60%
  • key color value is 34.90%
CMYK: (43,0,51,35) C43M0Y51K35 (43%,0%,51%,35%) (0.43/0.00/0.51/0.35) 

CMYK percentages

%43.37
%0
%50.6
%34.9

Codes

Color #5EA652 in popluar color models

5E A6 52
RGB 94 166 82
HSL 111° 33.87% 48.63%
HSB/HSV 111° 50.60% 65.10%
CMYK 43.37% 0.00% 50.60%
34.90%

Color #5EA652 in popluar number systems.

HEX 5E A6 52
Decimal 94 166 82
Binary 1011110 10100110 1010010
Octal 136 246 122

Shades and tints

Shades of #5EA652

#5EA652
(94,166,82)
#56974B
(86,151,75)
#4E8844
(78,136,68)
#46793D
(70,121,61)
#3E6A36
(62,106,54)
#365B2F
(54,91,47)
#2E4C28
(46,76,40)
#263D21
(38,61,33)
#1E2E1A
(30,46,26)
#161F13
(22,31,19)
#0E100C
(14,16,12)
#000000
(0,0,0)

Tints of #5EA652

#5EA652
(94,166,82)
#6CAE61
(108,174,97)
#7AB670
(122,182,112)
#88BE7F
(136,190,127)
#96C68E
(150,198,142)
#A4CE9D
(164,206,157)
#B2D6AC
(178,214,172)
#C0DEBB
(192,222,187)
#CEE6CA
(206,230,202)
#DCEED9
(220,238,217)
#EAF6E8
(234,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EA652 color. Also use rgb(94,166,82) instead hex code.

Text Font Color

.myTextColor { color: #5EA652; }

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

This text font color is #5EA652.

Background Color

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

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

This div background color is #5EA652.

Border color

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

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

This div border color is #5EA652.

Opacity

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

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

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

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

This text has shadow with #5EA652 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5EA652.

Preview

Color preview on black background

This text has color #5EA652 on black background.


Color preview on white background

This text has color #5EA652 on white background.


Black color preview on #5EA652 background

This text has black color on #5EA652 background.


White color preview on #5EA652 background

This text has white color on #5EA652 background.


Related colors

Complementary color

Complementary color for #hex is #A159AD.


I love getcolorcode.com

Triadic colors

1 #525EA6 and #A6525E with #5EA652 are triadic colors.

2 #52A65E and #A65E52 with #5EA652 are triadic colors.