COLOR #5E957E

HEX: #5E957E
RGB: (94,149,126)

Color info

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

RGB color model

#5E957E color RGB value is (94,149,126).

  • red value is 94;
  • green value is 149;
  • blue value is 126.
RGB:
(94,149,126)
(37%,58%,49%)

RGB channels and saturation

R 94 of 255 = 37%
G 149 of 255 = 58%
B 126 of 255 = 49%

94
149
126

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

Portions of RGB colors in percentages

R + G + B =
94 + 149 + 126 = 369 (100%)
R 94 of 369 ~ 25.47%
G 149 of 369 ~ 40.38%
B 126 of 369 ~ 34.15%

%25.47
%40.38
%34.15

CMYK color model

#5E957E color CMYK value is (37,0,15,42).

  • cyan value is 36.91%
  • magenta value is 0.00%
  • yellow value is 15.44%
  • key color value is 41.57%
CMYK:
(37,0,15,42)
C37M0Y15K42 
(37%,0%,15%,42%)
(0.37/0.00/0.15/0.42)	

CMYK percentages

%36.91
%0
%15.44
%41.57

Codes

Color #5E957E in popluar color models

5E957E
RGB94149126
HSL155°22.63%47.65%
HSB/HSV155°36.91%58.43%
CMYK36.91%0.00%15.44%
41.57%

Color #5E957E in popluar number systems.

HEX5E957E
Decimal94149126
Binary1011110100101011111110
Octal136225176

Shades and tints

Shades of #5E957E

#5E957E
(94,149,126)
#568873
(86,136,115)
#4E7B68
(78,123,104)
#466E5D
(70,110,93)
#3E6152
(62,97,82)
#365447
(54,84,71)
#2E473C
(46,71,60)
#263A31
(38,58,49)
#1E2D26
(30,45,38)
#16201B
(22,32,27)
#0E1310
(14,19,16)
#000000
(0,0,0)

Tints of #5E957E

#5E957E
(94,149,126)
#6C9E89
(108,158,137)
#7AA794
(122,167,148)
#88B09F
(136,176,159)
#96B9AA
(150,185,170)
#A4C2B5
(164,194,181)
#B2CBC0
(178,203,192)
#C0D4CB
(192,212,203)
#CEDDD6
(206,221,214)
#DCE6E1
(220,230,225)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E957E color. Also use rgb(94,149,126) instead hex code.

Text Font Color

.myTextColor { color: #5E957E; }

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

This text font color is #5E957E.


Background Color

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

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

This div background color is #5E957E.


Border color

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

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

This div border color is #5E957E.


Opacity

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

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

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

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

This text has shadow with #5E957E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E957E on black background.


Color preview on white background

This text has color #5E957E on white background.



Black color preview on #5E957E background

This text has black color on #5E957E background.


White color preview on #5E957E background

This text has white color on #5E957E background.