COLOR #5EA348

HEX: #5EA348 RGB: (94,163,72)

Color info

#5EA348 contains mainly green color. Web safe color of #5EA348 is #669933 (or #693).

RGB color model

#5EA348 color RGB value is (94,163,72).

RGB: (94,163,72) (37%, 64%, 28%)

RGB channels and saturation

R 94 of 255 = 37%
G 163 of 255 = 64%
B 72 of 255 = 28%

94
163
72

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

Portions of RGB colors in percentages

R + G + B = 94 + 163 + 72 = 329 (100%)
R 94 of 329 ~ 28.57%
G 163 of 329 ~ 49.54%
B 72 of 329 ~ 21.88'%

%28.57
%49.54
%21.88

CMYK color model

#5EA348 color CMYK value is (42,0,56,36).

  • cyan value is 42.33%
  • magenta value is 0.00%
  • yellow value is 55.83%
  • key color value is 36.08%

CMYK: (42,0,56,36)
C42M0Y56K36 (42%, 0%, 56%, 36%)
(0.42 / 0.00 / 0.56 / 0.36)

CMYK percentages

%42.33
%0
%55.83
%36.08

Codes

Color #5EA348 in popluar color models

5E A3 48
RGB 94 163 72
HSL 105° 38.72% 46.08%
HSB/HSV 105° 55.83% 63.92%
CMYK 42.33% 0.00% 55.83%
36.08%

Color #5EA348 in popluar number systems.

HEX 5E A3 48
Decimal 94 163 72
Binary 1011110 10100011 1001000
Octal 136 243 110

Shades and tints

Shades of #5EA348

#5EA348
(94,163,72)
#569542
(86,149,66)
#4E873C
(78,135,60)
#467936
(70,121,54)
#3E6B30
(62,107,48)
#365D2A
(54,93,42)
#2E4F24
(46,79,36)
#26411E
(38,65,30)
#1E3318
(30,51,24)
#162512
(22,37,18)
#0E170C
(14,23,12)
#000000
(0,0,0)

Tints of #5EA348

#5EA348
(94,163,72)
#6CAB58
(108,171,88)
#7AB368
(122,179,104)
#88BB78
(136,187,120)
#96C388
(150,195,136)
#A4CB98
(164,203,152)
#B2D3A8
(178,211,168)
#C0DBB8
(192,219,184)
#CEE3C8
(206,227,200)
#DCEBD8
(220,235,216)
#EAF3E8
(234,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5EA348; }

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

This text font color is #5EA348.

Background Color

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

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

This div background color is #5EA348.

Border color

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

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

This div border color is #5EA348.

Opacity

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

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

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

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

This text has shadow with #5EA348 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5EA348.

Preview

Color preview on black background

This text has color #5EA348 on black background.


Color preview on white background

This text has color #5EA348 on white background.


Black color preview on #5EA348 background

This text has black color on #5EA348 background.


White color preview on #5EA348 background

This text has white color on #5EA348 background.


Related colors

Complementary color

Complementary color for #hex is #A15CB7.


I love getcolorcode.com

Triadic colors

1 #485EA3 and #A3485E with #5EA348 are triadic colors.

2 #48A35E and #A35E48 with #5EA348 are triadic colors.