COLOR #5E9076

HEX: #5E9076
RGB: (94,144,118)

Color info

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

RGB color model

#5E9076 color RGB value is (94,144,118).

  • red value is 94;
  • green value is 144;
  • blue value is 118.
RGB:
(94,144,118)
(37%,56%,46%)

RGB channels and saturation

R 94 of 255 = 37%
G 144 of 255 = 56%
B 118 of 255 = 46%

94
144
118

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

Portions of RGB colors in percentages

R + G + B =
94 + 144 + 118 = 356 (100%)
R 94 of 356 ~ 26.4%
G 144 of 356 ~ 40.45%
B 118 of 356 ~ 33.15%

%26.4
%40.45
%33.15

CMYK color model

#5E9076 color CMYK value is (35,0,18,44).

  • cyan value is 34.72%
  • magenta value is 0.00%
  • yellow value is 18.06%
  • key color value is 43.53%
CMYK:
(35,0,18,44)
C35M0Y18K44 
(35%,0%,18%,44%)
(0.35/0.00/0.18/0.44)	

CMYK percentages

%34.72
%0
%18.06
%43.53

Codes

Color #5E9076 in popluar color models

5E9076
RGB94144118
HSL149°21.01%46.67%
HSB/HSV149°34.72%56.47%
CMYK34.72%0.00%18.06%
43.53%

Color #5E9076 in popluar number systems.

HEX5E9076
Decimal94144118
Binary1011110100100001110110
Octal136220166

Shades and tints

Shades of #5E9076

#5E9076
(94,144,118)
#56836C
(86,131,108)
#4E7662
(78,118,98)
#466958
(70,105,88)
#3E5C4E
(62,92,78)
#364F44
(54,79,68)
#2E423A
(46,66,58)
#263530
(38,53,48)
#1E2826
(30,40,38)
#161B1C
(22,27,28)
#0E0E12
(14,14,18)
#000000
(0,0,0)

Tints of #5E9076

#5E9076
(94,144,118)
#6C9A82
(108,154,130)
#7AA48E
(122,164,142)
#88AE9A
(136,174,154)
#96B8A6
(150,184,166)
#A4C2B2
(164,194,178)
#B2CCBE
(178,204,190)
#C0D6CA
(192,214,202)
#CEE0D6
(206,224,214)
#DCEAE2
(220,234,226)
#EAF4EE
(234,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E9076 color. Also use rgb(94,144,118) instead hex code.

Text Font Color

.myTextColor { color: #5E9076; }

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

This text font color is #5E9076.


Background Color

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

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

This div background color is #5E9076.


Border color

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

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

This div border color is #5E9076.


Opacity

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

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

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

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

This text has shadow with #5E9076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E9076 on black background.


Color preview on white background

This text has color #5E9076 on white background.



Black color preview on #5E9076 background

This text has black color on #5E9076 background.


White color preview on #5E9076 background

This text has white color on #5E9076 background.