COLOR #5E9C7C

HEX: #5E9C7C
RGB: (94,156,124)

Color info

#5E9C7C contains mainly green and blue colors. Web safe color of #5E9C7C is #669966 (or #696).

RGB color model

#5E9C7C color RGB value is (94,156,124).

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

RGB channels and saturation

R 94 of 255 = 37%
G 156 of 255 = 61%
B 124 of 255 = 49%

94
156
124

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

Portions of RGB colors in percentages

R + G + B =
94 + 156 + 124 = 374 (100%)
R 94 of 374 ~ 25.13%
G 156 of 374 ~ 41.71%
B 124 of 374 ~ 33.16%

%25.13
%41.71
%33.16

CMYK color model

#5E9C7C color CMYK value is (40,0,21,39).

  • cyan value is 39.74%
  • magenta value is 0.00%
  • yellow value is 20.51%
  • key color value is 38.82%
CMYK:
(40,0,21,39)
C40M0Y21K39 
(40%,0%,21%,39%)
(0.40/0.00/0.21/0.39)	

CMYK percentages

%39.74
%0
%20.51
%38.82

Codes

Color #5E9C7C in popluar color models

5E9C7C
RGB94156124
HSL149°24.80%49.02%
HSB/HSV149°39.74%61.18%
CMYK39.74%0.00%20.51%
38.82%

Color #5E9C7C in popluar number systems.

HEX5E9C7C
Decimal94156124
Binary1011110100111001111100
Octal136234174

Shades and tints

Shades of #5E9C7C

#5E9C7C
(94,156,124)
#568E71
(86,142,113)
#4E8066
(78,128,102)
#46725B
(70,114,91)
#3E6450
(62,100,80)
#365645
(54,86,69)
#2E483A
(46,72,58)
#263A2F
(38,58,47)
#1E2C24
(30,44,36)
#161E19
(22,30,25)
#0E100E
(14,16,14)
#000000
(0,0,0)

Tints of #5E9C7C

#5E9C7C
(94,156,124)
#6CA587
(108,165,135)
#7AAE92
(122,174,146)
#88B79D
(136,183,157)
#96C0A8
(150,192,168)
#A4C9B3
(164,201,179)
#B2D2BE
(178,210,190)
#C0DBC9
(192,219,201)
#CEE4D4
(206,228,212)
#DCEDDF
(220,237,223)
#EAF6EA
(234,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E9C7C; }

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

This text font color is #5E9C7C.


Background Color

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

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

This div background color is #5E9C7C.


Border color

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

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

This div border color is #5E9C7C.


Opacity

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

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

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

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

This text has shadow with #5E9C7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E9C7C on black background.


Color preview on white background

This text has color #5E9C7C on white background.



Black color preview on #5E9C7C background

This text has black color on #5E9C7C background.


White color preview on #5E9C7C background

This text has white color on #5E9C7C background.