COLOR #5E957C

HEX: #5E957C
RGB: (94,149,124)

Color info

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

RGB color model

#5E957C color RGB value is (94,149,124).

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

RGB channels and saturation

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

94
149
124

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

Portions of RGB colors in percentages

R + G + B =
94 + 149 + 124 = 367 (100%)
R 94 of 367 ~ 25.61%
G 149 of 367 ~ 40.6%
B 124 of 367 ~ 33.79%

%25.61
%40.6
%33.79

CMYK color model

#5E957C color CMYK value is (37,0,17,42).

  • cyan value is 36.91%
  • magenta value is 0.00%
  • yellow value is 16.78%
  • key color value is 41.57%
CMYK:
(37,0,17,42)
C37M0Y17K42 
(37%,0%,17%,42%)
(0.37/0.00/0.17/0.42)	

CMYK percentages

%36.91
%0
%16.78
%41.57

Codes

Color #5E957C in popluar color models

5E957C
RGB94149124
HSL153°22.63%47.65%
HSB/HSV153°36.91%58.43%
CMYK36.91%0.00%16.78%
41.57%

Color #5E957C in popluar number systems.

HEX5E957C
Decimal94149124
Binary1011110100101011111100
Octal136225174

Shades and tints

Shades of #5E957C

#5E957C
(94,149,124)
#568871
(86,136,113)
#4E7B66
(78,123,102)
#466E5B
(70,110,91)
#3E6150
(62,97,80)
#365445
(54,84,69)
#2E473A
(46,71,58)
#263A2F
(38,58,47)
#1E2D24
(30,45,36)
#162019
(22,32,25)
#0E130E
(14,19,14)
#000000
(0,0,0)

Tints of #5E957C

#5E957C
(94,149,124)
#6C9E87
(108,158,135)
#7AA792
(122,167,146)
#88B09D
(136,176,157)
#96B9A8
(150,185,168)
#A4C2B3
(164,194,179)
#B2CBBE
(178,203,190)
#C0D4C9
(192,212,201)
#CEDDD4
(206,221,212)
#DCE6DF
(220,230,223)
#EAEFEA
(234,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E957C; }

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

This text font color is #5E957C.


Background Color

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

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

This div background color is #5E957C.


Border color

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

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

This div border color is #5E957C.


Opacity

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

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

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

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

This text has shadow with #5E957C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E957C on black background.


Color preview on white background

This text has color #5E957C on white background.



Black color preview on #5E957C background

This text has black color on #5E957C background.


White color preview on #5E957C background

This text has white color on #5E957C background.