COLOR #5E7A85

HEX: #5E7A85
RGB: (94,122,133)

Color info

#5E7A85 contains red, green and blue colors in about the same proportion. Web safe color of #5E7A85 is #666699 (or #669).

RGB color model

#5E7A85 color RGB value is (94,122,133).

  • red value is 94;
  • green value is 122;
  • blue value is 133.
RGB:
(94,122,133)
(37%,48%,52%)

RGB channels and saturation

R 94 of 255 = 37%
G 122 of 255 = 48%
B 133 of 255 = 52%

94
122
133

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

Portions of RGB colors in percentages

R + G + B =
94 + 122 + 133 = 349 (100%)
R 94 of 349 ~ 26.93%
G 122 of 349 ~ 34.96%
B 133 of 349 ~ 38.11%

%26.93
%34.96
%38.11

CMYK color model

#5E7A85 color CMYK value is (29,8,0,48).

  • cyan value is 29.32%
  • magenta value is 8.27%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(29,8,0,48)
C29M8Y0K48 
(29%,8%,0%,48%)
(0.29/0.08/0.00/0.48)	

CMYK percentages

%29.32
%8.27
%0
%47.84

Codes

Color #5E7A85 in popluar color models

5E7A85
RGB94122133
HSL197°17.18%44.51%
HSB/HSV197°29.32%52.16%
CMYK29.32%8.27%0.00%
47.84%

Color #5E7A85 in popluar number systems.

HEX5E7A85
Decimal94122133
Binary1011110111101010000101
Octal136172205

Shades and tints

Shades of #5E7A85

#5E7A85
(94,122,133)
#566F79
(86,111,121)
#4E646D
(78,100,109)
#465961
(70,89,97)
#3E4E55
(62,78,85)
#364349
(54,67,73)
#2E383D
(46,56,61)
#262D31
(38,45,49)
#1E2225
(30,34,37)
#161719
(22,23,25)
#0E0C0D
(14,12,13)
#000000
(0,0,0)

Tints of #5E7A85

#5E7A85
(94,122,133)
#6C8690
(108,134,144)
#7A929B
(122,146,155)
#889EA6
(136,158,166)
#96AAB1
(150,170,177)
#A4B6BC
(164,182,188)
#B2C2C7
(178,194,199)
#C0CED2
(192,206,210)
#CEDADD
(206,218,221)
#DCE6E8
(220,230,232)
#EAF2F3
(234,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E7A85 color. Also use rgb(94,122,133) instead hex code.

Text Font Color

.myTextColor { color: #5E7A85; }

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

This text font color is #5E7A85.


Background Color

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

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

This div background color is #5E7A85.


Border color

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

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

This div border color is #5E7A85.


Opacity

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

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

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

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

This text has shadow with #5E7A85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7A85 on black background.


Color preview on white background

This text has color #5E7A85 on white background.



Black color preview on #5E7A85 background

This text has black color on #5E7A85 background.


White color preview on #5E7A85 background

This text has white color on #5E7A85 background.