COLOR #5E9462

HEX: #5E9462
RGB: (94,148,98)

Color info

#5E9462 contains red, green and blue colors in about the same proportion. Web safe color of #5E9462 is #669966 (or #696).

RGB color model

#5E9462 color RGB value is (94,148,98).

  • red value is 94;
  • green value is 148;
  • blue value is 98.
RGB:
(94,148,98)
(37%,58%,38%)

RGB channels and saturation

R 94 of 255 = 37%
G 148 of 255 = 58%
B 98 of 255 = 38%

94
148
98

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

Portions of RGB colors in percentages

R + G + B =
94 + 148 + 98 = 340 (100%)
R 94 of 340 ~ 27.65%
G 148 of 340 ~ 43.53%
B 98 of 340 ~ 28.82%

%27.65
%43.53
%28.82

CMYK color model

#5E9462 color CMYK value is (36,0,34,42).

  • cyan value is 36.49%
  • magenta value is 0.00%
  • yellow value is 33.78%
  • key color value is 41.96%
CMYK:
(36,0,34,42)
C36M0Y34K42 
(36%,0%,34%,42%)
(0.36/0.00/0.34/0.42)	

CMYK percentages

%36.49
%0
%33.78
%41.96

Codes

Color #5E9462 in popluar color models

5E9462
RGB9414898
HSL124°22.31%47.45%
HSB/HSV124°36.49%58.04%
CMYK36.49%0.00%33.78%
41.96%

Color #5E9462 in popluar number systems.

HEX5E9462
Decimal9414898
Binary1011110100101001100010
Octal136224142

Shades and tints

Shades of #5E9462

#5E9462
(94,148,98)
#56875A
(86,135,90)
#4E7A52
(78,122,82)
#466D4A
(70,109,74)
#3E6042
(62,96,66)
#36533A
(54,83,58)
#2E4632
(46,70,50)
#26392A
(38,57,42)
#1E2C22
(30,44,34)
#161F1A
(22,31,26)
#0E1212
(14,18,18)
#000000
(0,0,0)

Tints of #5E9462

#5E9462
(94,148,98)
#6C9D70
(108,157,112)
#7AA67E
(122,166,126)
#88AF8C
(136,175,140)
#96B89A
(150,184,154)
#A4C1A8
(164,193,168)
#B2CAB6
(178,202,182)
#C0D3C4
(192,211,196)
#CEDCD2
(206,220,210)
#DCE5E0
(220,229,224)
#EAEEEE
(234,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E9462 color. Also use rgb(94,148,98) instead hex code.

Text Font Color

.myTextColor { color: #5E9462; }

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

This text font color is #5E9462.


Background Color

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

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

This div background color is #5E9462.


Border color

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

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

This div border color is #5E9462.


Opacity

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

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

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

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

This text has shadow with #5E9462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E9462 on black background.


Color preview on white background

This text has color #5E9462 on white background.



Black color preview on #5E9462 background

This text has black color on #5E9462 background.


White color preview on #5E9462 background

This text has white color on #5E9462 background.