COLOR #5EA367

HEX: #5EA367 RGB: (94,163,103)

Color info

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

RGB color model

#5EA367 color RGB value is (94,163,103).

RGB: (94,163,103) (37%, 64%, 40%)

RGB channels and saturation

R 94 of 255 = 37%
G 163 of 255 = 64%
B 103 of 255 = 40%

94
163
103

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

Portions of RGB colors in percentages

R + G + B = 94 + 163 + 103 = 360 (100%)
R 94 of 360 ~ 26.11%
G 163 of 360 ~ 45.28%
B 103 of 360 ~ 28.61'%

%26.11
%45.28
%28.61

CMYK color model

#5EA367 color CMYK value is (42,0,37,36).

  • cyan value is 42.33%
  • magenta value is 0.00%
  • yellow value is 36.81%
  • key color value is 36.08%
CMYK: (42,0,37,36) C42M0Y37K36 (42%,0%,37%,36%) (0.42/0.00/0.37/0.36) 

CMYK percentages

%42.33
%0
%36.81
%36.08

Codes

Color #5EA367 in popluar color models

5E A3 67
RGB 94 163 103
HSL 128° 27.27% 50.39%
HSB/HSV 128° 42.33% 63.92%
CMYK 42.33% 0.00% 36.81%
36.08%

Color #5EA367 in popluar number systems.

HEX 5E A3 67
Decimal 94 163 103
Binary 1011110 10100011 1100111
Octal 136 243 147

Shades and tints

Shades of #5EA367

#5EA367
(94,163,103)
#56955E
(86,149,94)
#4E8755
(78,135,85)
#46794C
(70,121,76)
#3E6B43
(62,107,67)
#365D3A
(54,93,58)
#2E4F31
(46,79,49)
#264128
(38,65,40)
#1E331F
(30,51,31)
#162516
(22,37,22)
#0E170D
(14,23,13)
#000000
(0,0,0)

Tints of #5EA367

#5EA367
(94,163,103)
#6CAB74
(108,171,116)
#7AB381
(122,179,129)
#88BB8E
(136,187,142)
#96C39B
(150,195,155)
#A4CBA8
(164,203,168)
#B2D3B5
(178,211,181)
#C0DBC2
(192,219,194)
#CEE3CF
(206,227,207)
#DCEBDC
(220,235,220)
#EAF3E9
(234,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EA367 color. Also use rgb(94,163,103) instead hex code.

Text Font Color

.myTextColor { color: #5EA367; }

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

This text font color is #5EA367.

Background Color

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

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

This div background color is #5EA367.

Border color

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

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

This div border color is #5EA367.

Opacity

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

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

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

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

This text has shadow with #5EA367 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5EA367.

Preview

Color preview on black background

This text has color #5EA367 on black background.


Color preview on white background

This text has color #5EA367 on white background.


Black color preview on #5EA367 background

This text has black color on #5EA367 background.


White color preview on #5EA367 background

This text has white color on #5EA367 background.


Related colors

Complementary color

Complementary color for #hex is #A15C98.


I love getcolorcode.com

Triadic colors

1 #675EA3 and #A3675E with #5EA367 are triadic colors.

2 #67A35E and #A35E67 with #5EA367 are triadic colors.