COLOR #5E937D

HEX: #5E937D
RGB: (94,147,125)

Color info

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

RGB color model

#5E937D color RGB value is (94,147,125).

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

RGB channels and saturation

R 94 of 255 = 37%
G 147 of 255 = 58%
B 125 of 255 = 49%

94
147
125

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

Portions of RGB colors in percentages

R + G + B =
94 + 147 + 125 = 366 (100%)
R 94 of 366 ~ 25.68%
G 147 of 366 ~ 40.16%
B 125 of 366 ~ 34.15%

%25.68
%40.16
%34.15

CMYK color model

#5E937D color CMYK value is (36,0,15,42).

  • cyan value is 36.05%
  • magenta value is 0.00%
  • yellow value is 14.97%
  • key color value is 42.35%
CMYK:
(36,0,15,42)
C36M0Y15K42 
(36%,0%,15%,42%)
(0.36/0.00/0.15/0.42)	

CMYK percentages

%36.05
%0
%14.97
%42.35

Codes

Color #5E937D in popluar color models

5E937D
RGB94147125
HSL155°21.99%47.25%
HSB/HSV155°36.05%57.65%
CMYK36.05%0.00%14.97%
42.35%

Color #5E937D in popluar number systems.

HEX5E937D
Decimal94147125
Binary1011110100100111111101
Octal136223175

Shades and tints

Shades of #5E937D

#5E937D
(94,147,125)
#568672
(86,134,114)
#4E7967
(78,121,103)
#466C5C
(70,108,92)
#3E5F51
(62,95,81)
#365246
(54,82,70)
#2E453B
(46,69,59)
#263830
(38,56,48)
#1E2B25
(30,43,37)
#161E1A
(22,30,26)
#0E110F
(14,17,15)
#000000
(0,0,0)

Tints of #5E937D

#5E937D
(94,147,125)
#6C9C88
(108,156,136)
#7AA593
(122,165,147)
#88AE9E
(136,174,158)
#96B7A9
(150,183,169)
#A4C0B4
(164,192,180)
#B2C9BF
(178,201,191)
#C0D2CA
(192,210,202)
#CEDBD5
(206,219,213)
#DCE4E0
(220,228,224)
#EAEDEB
(234,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E937D color. Also use rgb(94,147,125) instead hex code.

Text Font Color

.myTextColor { color: #5E937D; }

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

This text font color is #5E937D.


Background Color

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

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

This div background color is #5E937D.


Border color

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

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

This div border color is #5E937D.


Opacity

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

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

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

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

This text has shadow with #5E937D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E937D on black background.


Color preview on white background

This text has color #5E937D on white background.



Black color preview on #5E937D background

This text has black color on #5E937D background.


White color preview on #5E937D background

This text has white color on #5E937D background.