COLOR #5E9D8D

HEX: #5E9D8D
RGB: (94,157,141)

Color info

#5E9D8D contains mainly green and blue colors. Web safe color of #5E9D8D is #669999 (or #699).

RGB color model

#5E9D8D color RGB value is (94,157,141).

  • red value is 94;
  • green value is 157;
  • blue value is 141.
RGB:
(94,157,141)
(37%,62%,55%)

RGB channels and saturation

R 94 of 255 = 37%
G 157 of 255 = 62%
B 141 of 255 = 55%

94
157
141

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

Portions of RGB colors in percentages

R + G + B =
94 + 157 + 141 = 392 (100%)
R 94 of 392 ~ 23.98%
G 157 of 392 ~ 40.05%
B 141 of 392 ~ 35.97%

%23.98
%40.05
%35.97

CMYK color model

#5E9D8D color CMYK value is (40,0,10,38).

  • cyan value is 40.13%
  • magenta value is 0.00%
  • yellow value is 10.19%
  • key color value is 38.43%
CMYK:
(40,0,10,38)
C40M0Y10K38 
(40%,0%,10%,38%)
(0.40/0.00/0.10/0.38)	

CMYK percentages

%40.13
%0
%10.19
%38.43

Codes

Color #5E9D8D in popluar color models

5E9D8D
RGB94157141
HSL165°25.10%49.22%
HSB/HSV165°40.13%61.57%
CMYK40.13%0.00%10.19%
38.43%

Color #5E9D8D in popluar number systems.

HEX5E9D8D
Decimal94157141
Binary10111101001110110001101
Octal136235215

Shades and tints

Shades of #5E9D8D

#5E9D8D
(94,157,141)
#568F81
(86,143,129)
#4E8175
(78,129,117)
#467369
(70,115,105)
#3E655D
(62,101,93)
#365751
(54,87,81)
#2E4945
(46,73,69)
#263B39
(38,59,57)
#1E2D2D
(30,45,45)
#161F21
(22,31,33)
#0E1115
(14,17,21)
#000000
(0,0,0)

Tints of #5E9D8D

#5E9D8D
(94,157,141)
#6CA597
(108,165,151)
#7AADA1
(122,173,161)
#88B5AB
(136,181,171)
#96BDB5
(150,189,181)
#A4C5BF
(164,197,191)
#B2CDC9
(178,205,201)
#C0D5D3
(192,213,211)
#CEDDDD
(206,221,221)
#DCE5E7
(220,229,231)
#EAEDF1
(234,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E9D8D color. Also use rgb(94,157,141) instead hex code.

Text Font Color

.myTextColor { color: #5E9D8D; }

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

This text font color is #5E9D8D.


Background Color

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

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

This div background color is #5E9D8D.


Border color

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

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

This div border color is #5E9D8D.


Opacity

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

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

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

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

This text has shadow with #5E9D8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E9D8D on black background.


Color preview on white background

This text has color #5E9D8D on white background.



Black color preview on #5E9D8D background

This text has black color on #5E9D8D background.


White color preview on #5E9D8D background

This text has white color on #5E9D8D background.