Color Hex Logo

#5e4649 Color Hex

#5E4649
(94,70,73)
0 Favorites   0 Comments

Color spaces of #5e4649

RGB 947073
HSL0.980.150.32
HSV353°26°37°
CMYK 0.000.260.22   0.63
XYZ8.00897.24107.2789
Yxy7.24100.35550.3214
Hunter Lab26.90916.03562.7985
CIE-Lab32.349410.80142.1904

#5e4649 color RGB value is (94,70,73).

#5e4649 hex color red value is 94, green value is 70 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #5e4649 hue: 0.98 , saturation: 0.15 and the lightness value of 5e4649 is 0.32.

The process color (four color CMYK) of #5e4649 color hex is 0.00, 0.26, 0.22, 0.63. Web safe color of #5e4649 is #663333. Color #5e4649 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01000110 01001001
Octal 136 106 111
Decimal 94 70 73
Hex 5E 46 49

RGB Percentages of Color #5e4649

%39.66
%29.54
%30.80

CMYK Percentages of Color #5e4649

%0
%26
%22
%63

Triadic Colors of #5e4649

#5e4649 #495e46 #46495e

Analogous Colors of #5e4649

#5e4649 #5e4f46 #5e4655

Monochromatic Colors of #5e4649

#5e4649

Complementary Color

#5e4649 #465e5b

#5e4649 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e4649 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e4649 Color CSS Codes

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

#5e4649 Text Font Color

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

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


#5e4649 Background Color

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

This div background color is #5e4649


#5e4649 Border Color

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

This div border color is #5e4649


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e4649


Comments

No comments written yet.

Please login to write comment.