COLOR #5E958B

HEX: #5E958B RGB: (94,149,139)

Color info

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

RGB color model

#5E958B color RGB value is (94,149,139).

RGB: (94,149,139) (37%, 58%, 55%)

RGB channels and saturation

R 94 of 255 = 37%
G 149 of 255 = 58%
B 139 of 255 = 55%

94
149
139

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

Portions of RGB colors in percentages

R + G + B = 94 + 149 + 139 = 382 (100%)
R 94 of 382 ~ 24.61%
G 149 of 382 ~ 39.01%
B 139 of 382 ~ 36.39'%

%24.61
%39.01
%36.39

CMYK color model

#5E958B color CMYK value is (37,0,7,42).

  • cyan value is 36.91%
  • magenta value is 0.00%
  • yellow value is 6.71%
  • key color value is 41.57%

CMYK: (37,0,7,42)
C37M0Y7K42 (37%, 0%, 7%, 42%)
(0.37 / 0.00 / 0.07 / 0.42)

CMYK percentages

%36.91
%0
%6.71
%41.57

Codes

Color #5E958B in popluar color models

5E 95 8B
RGB 94 149 139
HSL 169° 22.63% 47.65%
HSB/HSV 169° 36.91% 58.43%
CMYK 36.91% 0.00% 6.71%
41.57%

Color #5E958B in popluar number systems.

HEX 5E 95 8B
Decimal 94 149 139
Binary 1011110 10010101 10001011
Octal 136 225 213

Shades and tints

Shades of #5E958B

#5E958B
(94,149,139)
#56887F
(86,136,127)
#4E7B73
(78,123,115)
#466E67
(70,110,103)
#3E615B
(62,97,91)
#36544F
(54,84,79)
#2E4743
(46,71,67)
#263A37
(38,58,55)
#1E2D2B
(30,45,43)
#16201F
(22,32,31)
#0E1313
(14,19,19)
#000000
(0,0,0)

Tints of #5E958B

#5E958B
(94,149,139)
#6C9E95
(108,158,149)
#7AA79F
(122,167,159)
#88B0A9
(136,176,169)
#96B9B3
(150,185,179)
#A4C2BD
(164,194,189)
#B2CBC7
(178,203,199)
#C0D4D1
(192,212,209)
#CEDDDB
(206,221,219)
#DCE6E5
(220,230,229)
#EAEFEF
(234,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E958B; }

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

This text font color is #5E958B.

Background Color

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

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

This div background color is #5E958B.

Border color

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

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

This div border color is #5E958B.

Opacity

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

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

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

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

This text has shadow with #5E958B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E958B.

Preview

Color preview on black background

This text has color #5E958B on black background.


Color preview on white background

This text has color #5E958B on white background.


Black color preview on #5E958B background

This text has black color on #5E958B background.


White color preview on #5E958B background

This text has white color on #5E958B background.


Related colors

Complementary color

Complementary color for #hex is #A16A74.


I love getcolorcode.com

Triadic colors

1 #8B5E95 and #958B5E with #5E958B are triadic colors.

2 #8B955E and #955E8B with #5E958B are triadic colors.