COLOR #5E8C4A

HEX: #5E8C4A RGB: (94,140,74)

Color info

#5E8C4A contains mainly red and green colors. Web safe color of #5E8C4A is #669933 (or #693).

RGB color model

#5E8C4A color RGB value is (94,140,74).

RGB: (94,140,74) (37%, 55%, 29%)

RGB channels and saturation

R 94 of 255 = 37%
G 140 of 255 = 55%
B 74 of 255 = 29%

94
140
74

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

Portions of RGB colors in percentages

R + G + B = 94 + 140 + 74 = 308 (100%)
R 94 of 308 ~ 30.52%
G 140 of 308 ~ 45.45%
B 74 of 308 ~ 24.03'%

%30.52
%45.45
%24.03

CMYK color model

#5E8C4A color CMYK value is (33,0,47,45).

  • cyan value is 32.86%
  • magenta value is 0.00%
  • yellow value is 47.14%
  • key color value is 45.10%

CMYK: (33,0,47,45)
C33M0Y47K45 (33%, 0%, 47%, 45%)
(0.33 / 0.00 / 0.47 / 0.45)

CMYK percentages

%32.86
%0
%47.14
%45.1

Codes

Color #5E8C4A in popluar color models

5E 8C 4A
RGB 94 140 74
HSL 102° 30.84% 41.96%
HSB/HSV 102° 47.14% 54.90%
CMYK 32.86% 0.00% 47.14%
45.10%

Color #5E8C4A in popluar number systems.

HEX 5E 8C 4A
Decimal 94 140 74
Binary 1011110 10001100 1001010
Octal 136 214 112

Shades and tints

Shades of #5E8C4A

#5E8C4A
(94,140,74)
#568044
(86,128,68)
#4E743E
(78,116,62)
#466838
(70,104,56)
#3E5C32
(62,92,50)
#36502C
(54,80,44)
#2E4426
(46,68,38)
#263820
(38,56,32)
#1E2C1A
(30,44,26)
#162014
(22,32,20)
#0E140E
(14,20,14)
#000000
(0,0,0)

Tints of #5E8C4A

#5E8C4A
(94,140,74)
#6C965A
(108,150,90)
#7AA06A
(122,160,106)
#88AA7A
(136,170,122)
#96B48A
(150,180,138)
#A4BE9A
(164,190,154)
#B2C8AA
(178,200,170)
#C0D2BA
(192,210,186)
#CEDCCA
(206,220,202)
#DCE6DA
(220,230,218)
#EAF0EA
(234,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E8C4A color. Also use rgb(94,140,74) instead hex code.

Text Font Color

.myTextColor { color: #5E8C4A; }

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

This text font color is #5E8C4A.

Background Color

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

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

This div background color is #5E8C4A.

Border color

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

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

This div border color is #5E8C4A.

Opacity

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

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

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

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

This text has shadow with #5E8C4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E8C4A.

Preview

Color preview on black background

This text has color #5E8C4A on black background.


Color preview on white background

This text has color #5E8C4A on white background.


Black color preview on #5E8C4A background

This text has black color on #5E8C4A background.


White color preview on #5E8C4A background

This text has white color on #5E8C4A background.


Related colors

Complementary color

Complementary color for #hex is #A173B5.


I love getcolorcode.com

Triadic colors

1 #4A5E8C and #8C4A5E with #5E8C4A are triadic colors.

2 #4A8C5E and #8C5E4A with #5E8C4A are triadic colors.