Color Hex Logo

#5e463b Color Hex

#5E463B
(94,70,59)
0 Favorites   0 Comments

Color spaces of #5e463b

RGB 947059
HSL0.050.230.30
HSV19°37°37°
CMYK 0.000.260.37   0.63
XYZ7.59577.07585.1031
Yxy7.07580.38410.3578
Hunter Lab26.60044.41987.2459
CIE-Lab31.97898.561910.6134

#5e463b color RGB value is (94,70,59).

#5e463b hex color red value is 94, green value is 70 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #5e463b hue: 0.05 , saturation: 0.23 and the lightness value of 5e463b is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 01000110 00111011
Octal 136 106 73
Decimal 94 70 59
Hex 5E 46 3B

RGB Percentages of Color #5e463b

%42.15
%31.39
%26.46

CMYK Percentages of Color #5e463b

%0
%26
%37
%63

Triadic Colors of #5e463b

#5e463b #3b5e46 #463b5e

Analogous Colors of #5e463b

#5e463b #5e583b #5e3b42

Monochromatic Colors of #5e463b

#5e463b

Complementary Color

#5e463b #3b535e

#5e463b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e463b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e463b Color CSS Codes

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

#5e463b Text Font Color

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

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


#5e463b Background Color

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

This div background color is #5e463b


#5e463b Border Color

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

This div border color is #5e463b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e463b


Comments

No comments written yet.

Please login to write comment.