Color Hex Logo

#5e424d Color Hex

#5E424D
(94,66,77)
0 Favorites   0 Comments

Color spaces of #5e424d

RGB 946677
HSL0.930.180.31
HSV336°30°37°
CMYK 0.000.300.18   0.63
XYZ7.90396.81197.9194
Yxy6.81190.34920.3009
Hunter Lab26.09968.38190.2794
CIE-Lab31.374814.0399-1.8041

#5e424d color RGB value is (94,66,77).

#5e424d hex color red value is 94, green value is 66 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #5e424d hue: 0.93 , saturation: 0.18 and the lightness value of 5e424d is 0.31.

The process color (four color CMYK) of #5e424d color hex is 0.00, 0.30, 0.18, 0.63. Web safe color of #5e424d is #663366. Color #5e424d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01000010 01001101
Octal 136 102 115
Decimal 94 66 77
Hex 5E 42 4D

RGB Percentages of Color #5e424d

%39.66
%27.85
%32.49

CMYK Percentages of Color #5e424d

%0
%30
%18
%63

Triadic Colors of #5e424d

#5e424d #4d5e42 #424d5e

Analogous Colors of #5e424d

#5e424d #5e4542 #5e425b

Monochromatic Colors of #5e424d

#5e424d

Complementary Color

#5e424d #425e53

#5e424d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e424d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e424d Color CSS Codes

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

#5e424d Text Font Color

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

This sample text font color is #5e424d
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.


#5e424d Background Color

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

This div background color is #5e424d


#5e424d Border Color

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

This div border color is #5e424d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e424d


Comments

No comments written yet.

Please login to write comment.