Color Hex Logo

#5e560e Color Hex

#5E560E
(94,86,14)
0 Favorites   0 Comments

Color spaces of #5e560e

RGB 948614
HSL0.150.740.21
HSV54°85°37°
CMYK 0.000.090.85   0.63
XYZ8.02319.06701.7427
Yxy9.06700.42600.4814
Hunter Lab30.1115-5.134317.6466
CIE-Lab36.1130-5.291639.4476

#5e560e color RGB value is (94,86,14).

#5e560e hex color red value is 94, green value is 86 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #5e560e hue: 0.15 , saturation: 0.74 and the lightness value of 5e560e is 0.21.

The process color (four color CMYK) of #5e560e color hex is 0.00, 0.09, 0.85, 0.63. Web safe color of #5e560e is #666600. Color #5e560e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01010110 00001110
Octal 136 126 16
Decimal 94 86 14
Hex 5E 56 E

RGB Percentages of Color #5e560e

%48.45
%44.33
%7.22

CMYK Percentages of Color #5e560e

%0
%9
%85
%63

Triadic Colors of #5e560e

#5e560e #0e5e56 #560e5e

Analogous Colors of #5e560e

#5e560e #3e5e0e #5e2e0e

Monochromatic Colors of #5e560e

#5e560e

Complementary Color

#5e560e #0e165e

#5e560e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e560e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e560e Color CSS Codes

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

#5e560e Text Font Color

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

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


#5e560e Background Color

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

This div background color is #5e560e


#5e560e Border Color

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

This div border color is #5e560e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e560e


Comments

No comments written yet.

Please login to write comment.