COLOR #5E757A

HEX: #5E757A
RGB: (94,117,122)

Color info

#5E757A contains red, green and blue colors in about the same proportion. Web safe color of #5E757A is #666666 (or #666).

RGB color model

#5E757A color RGB value is (94,117,122).

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

RGB channels and saturation

R 94 of 255 = 37%
G 117 of 255 = 46%
B 122 of 255 = 48%

94
117
122

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

Portions of RGB colors in percentages

R + G + B =
94 + 117 + 122 = 333 (100%)
R 94 of 333 ~ 28.23%
G 117 of 333 ~ 35.14%
B 122 of 333 ~ 36.64%

%28.23
%35.14
%36.64

CMYK color model

#5E757A color CMYK value is (23,4,0,52).

  • cyan value is 22.95%
  • magenta value is 4.10%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(23,4,0,52)
C23M4Y0K52 
(23%,4%,0%,52%)
(0.23/0.04/0.00/0.52)	

CMYK percentages

%22.95
%4.1
%0
%52.16

Codes

Color #5E757A in popluar color models

5E757A
RGB94117122
HSL191°12.96%42.35%
HSB/HSV191°22.95%47.84%
CMYK22.95%4.10%0.00%
52.16%

Color #5E757A in popluar number systems.

HEX5E757A
Decimal94117122
Binary101111011101011111010
Octal136165172

Shades and tints

Shades of #5E757A

#5E757A
(94,117,122)
#566B6F
(86,107,111)
#4E6164
(78,97,100)
#465759
(70,87,89)
#3E4D4E
(62,77,78)
#364343
(54,67,67)
#2E3938
(46,57,56)
#262F2D
(38,47,45)
#1E2522
(30,37,34)
#161B17
(22,27,23)
#0E110C
(14,17,12)
#000000
(0,0,0)

Tints of #5E757A

#5E757A
(94,117,122)
#6C8186
(108,129,134)
#7A8D92
(122,141,146)
#88999E
(136,153,158)
#96A5AA
(150,165,170)
#A4B1B6
(164,177,182)
#B2BDC2
(178,189,194)
#C0C9CE
(192,201,206)
#CED5DA
(206,213,218)
#DCE1E6
(220,225,230)
#EAEDF2
(234,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E757A; }

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

This text font color is #5E757A.


Background Color

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

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

This div background color is #5E757A.


Border color

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

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

This div border color is #5E757A.


Opacity

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

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

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

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

This text has shadow with #5E757A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E757A on black background.


Color preview on white background

This text has color #5E757A on white background.



Black color preview on #5E757A background

This text has black color on #5E757A background.


White color preview on #5E757A background

This text has white color on #5E757A background.