COLOR #5E9794

HEX: #5E9794 RGB: (94,151,148)

Color info

#5E9794 contains red, green and blue colors in about the same proportion. Web safe color of #5E9794 is #669999 (or #699).

RGB color model

#5E9794 color RGB value is (94,151,148).

RGB: (94,151,148) (37%, 59%, 58%)

RGB channels and saturation

R 94 of 255 = 37%
G 151 of 255 = 59%
B 148 of 255 = 58%

94
151
148

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

Portions of RGB colors in percentages

R + G + B = 94 + 151 + 148 = 393 (100%)
R 94 of 393 ~ 23.92%
G 151 of 393 ~ 38.42%
B 148 of 393 ~ 37.66'%

%23.92
%38.42
%37.66

CMYK color model

#5E9794 color CMYK value is (38,0,2,41).

  • cyan value is 37.75%
  • magenta value is 0.00%
  • yellow value is 1.99%
  • key color value is 40.78%
CMYK: (38,0,2,41) C38M0Y2K41 (38%,0%,2%,41%) (0.38/0.00/0.02/0.41) 

CMYK percentages

%37.75
%0
%1.99
%40.78

Codes

Color #5E9794 in popluar color models

5E 97 94
RGB 94 151 148
HSL 177° 23.27% 48.04%
HSB/HSV 177° 37.75% 59.22%
CMYK 37.75% 0.00% 1.99%
40.78%

Color #5E9794 in popluar number systems.

HEX 5E 97 94
Decimal 94 151 148
Binary 1011110 10010111 10010100
Octal 136 227 224

Shades and tints

Shades of #5E9794

#5E9794
(94,151,148)
#568A87
(86,138,135)
#4E7D7A
(78,125,122)
#46706D
(70,112,109)
#3E6360
(62,99,96)
#365653
(54,86,83)
#2E4946
(46,73,70)
#263C39
(38,60,57)
#1E2F2C
(30,47,44)
#16221F
(22,34,31)
#0E1512
(14,21,18)
#000000
(0,0,0)

Tints of #5E9794

#5E9794
(94,151,148)
#6CA09D
(108,160,157)
#7AA9A6
(122,169,166)
#88B2AF
(136,178,175)
#96BBB8
(150,187,184)
#A4C4C1
(164,196,193)
#B2CDCA
(178,205,202)
#C0D6D3
(192,214,211)
#CEDFDC
(206,223,220)
#DCE8E5
(220,232,229)
#EAF1EE
(234,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E9794 color. Also use rgb(94,151,148) instead hex code.

Text Font Color

.myTextColor { color: #5E9794; }

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

This text font color is #5E9794.

Background Color

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

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

This div background color is #5E9794.

Border color

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

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

This div border color is #5E9794.

Opacity

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

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

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

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

This text has shadow with #5E9794 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E9794.

Preview

Color preview on black background

This text has color #5E9794 on black background.


Color preview on white background

This text has color #5E9794 on white background.


Black color preview on #5E9794 background

This text has black color on #5E9794 background.


White color preview on #5E9794 background

This text has white color on #5E9794 background.


Related colors

Complementary color

Complementary color for #hex is #A1686B.


I love getcolorcode.com

Triadic colors

1 #945E97 and #97945E with #5E9794 are triadic colors.

2 #94975E and #975E94 with #5E9794 are triadic colors.