Color Hex Logo

#5e747e Color Hex

#5E747E
(94,116,126)
0 Favorites   0 Comments

Color spaces of #5e747e

RGB 94116126
HSL0.550.150.43
HSV199°25°49°
CMYK 0.250.080.00   0.51
XYZ14.627416.376822.1288
Yxy16.37680.27530.3082
Hunter Lab40.4683-6.3000-4.0931
CIE-Lab47.4650-5.6107-8.1655

#5e747e color RGB value is (94,116,126).

#5e747e hex color red value is 94, green value is 116 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #5e747e hue: 0.55 , saturation: 0.15 and the lightness value of 5e747e is 0.43.

The process color (four color CMYK) of #5e747e color hex is 0.25, 0.08, 0.00, 0.51. Web safe color of #5e747e is #666666. Color #5e747e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01110100 01111110
Octal 136 164 176
Decimal 94 116 126
Hex 5E 74 7E

RGB Percentages of Color #5e747e

%27.98
%34.52
%37.50

CMYK Percentages of Color #5e747e

%25
%8
%0
%51

Triadic Colors of #5e747e

#5e747e #7e5e74 #747e5e

Analogous Colors of #5e747e

#5e747e #5e647e #5e7e78

Monochromatic Colors of #5e747e

#5e747e

Complementary Color

#5e747e #7e685e

#5e747e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e747e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e747e Color CSS Codes

.mybgcolor {background-color:#5e747e; } 
.myforecolor {color:#5e747e; }
.mybordercolor {border:3px solid #5e747e; }

#5e747e Text Font Color

<p style="color:#5e747e">Text here</p>

This sample text font color is #5e747e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#5e747e Background Color

<div style="background-color:#5e747e">
Div content here</div>

This div background color is #5e747e


#5e747e Border Color

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

This div border color is #5e747e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(94,116,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5e747e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5e747e;
  -webkit-box-shadow: 1px 1px 3px 2px #5e747e;
  box-shadow:         1px 1px 3px 2px #5e747e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,116,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #5e747e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #5e747e;
  -webkit-box-shadow: 1px 1px 3px 2px #5e747e;
  box-shadow:         1px 1px 3px 2px #5e747e;">
Div content here</div>

This div box has shadow with color #5e747e


Comments

No comments written yet.

Please login to write comment.