COLOR #5E737A

HEX: #5E737A RGB: (94,115,122)

Color info

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

RGB color model

#5E737A color RGB value is (94,115,122).

RGB: (94,115,122) (37%, 45%, 48%)

RGB channels and saturation

R 94 of 255 = 37%
G 115 of 255 = 45%
B 122 of 255 = 48%

94
115
122

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

Portions of RGB colors in percentages

R + G + B = 94 + 115 + 122 = 331 (100%)
R 94 of 331 ~ 28.4%
G 115 of 331 ~ 34.74%
B 122 of 331 ~ 36.86'%

%28.4
%34.74
%36.86

CMYK color model

#5E737A color CMYK value is (23,6,0,52).

  • cyan value is 22.95%
  • magenta value is 5.74%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (23,6,0,52)
C23M6Y0K52 (23%, 6%, 0%, 52%)
(0.23 / 0.06 / 0.00 / 0.52)

CMYK percentages

%22.95
%5.74
%0
%52.16

Codes

Color #5E737A in popluar color models

5E 73 7A
RGB 94 115 122
HSL 195° 12.96% 42.35%
HSB/HSV 195° 22.95% 47.84%
CMYK 22.95% 5.74% 0.00%
52.16%

Color #5E737A in popluar number systems.

HEX 5E 73 7A
Decimal 94 115 122
Binary 1011110 1110011 1111010
Octal 136 163 172

Shades and tints

Shades of #5E737A

#5E737A
(94,115,122)
#56696F
(86,105,111)
#4E5F64
(78,95,100)
#465559
(70,85,89)
#3E4B4E
(62,75,78)
#364143
(54,65,67)
#2E3738
(46,55,56)
#262D2D
(38,45,45)
#1E2322
(30,35,34)
#161917
(22,25,23)
#0E0F0C
(14,15,12)
#000000
(0,0,0)

Tints of #5E737A

#5E737A
(94,115,122)
#6C7F86
(108,127,134)
#7A8B92
(122,139,146)
#88979E
(136,151,158)
#96A3AA
(150,163,170)
#A4AFB6
(164,175,182)
#B2BBC2
(178,187,194)
#C0C7CE
(192,199,206)
#CED3DA
(206,211,218)
#DCDFE6
(220,223,230)
#EAEBF2
(234,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E737A; }

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

This text font color is #5E737A.

Background Color

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

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

This div background color is #5E737A.

Border color

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

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

This div border color is #5E737A.

Opacity

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

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

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

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

This text has shadow with #5E737A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E737A.

Preview

Color preview on black background

This text has color #5E737A on black background.


Color preview on white background

This text has color #5E737A on white background.


Black color preview on #5E737A background

This text has black color on #5E737A background.


White color preview on #5E737A background

This text has white color on #5E737A background.


Related colors

Complementary color

Complementary color for #hex is #A18C85.


I love getcolorcode.com

Triadic colors

1 #7A5E73 and #737A5E with #5E737A are triadic colors.

2 #7A735E and #735E7A with #5E737A are triadic colors.