Color Hex Logo

#5e5511 Color Hex

#5E5511
(94,85,17)
0 Favorites   0 Comments

Color spaces of #5e5511

RGB 948517
HSL0.150.690.22
HSV53°82°37°
CMYK 0.000.100.82   0.63
XYZ7.96588.91721.8317
Yxy8.91720.42560.4765
Hunter Lab29.8617-4.641917.2664
CIE-Lab35.8244-4.571138.1062

#5e5511 color RGB value is (94,85,17).

#5e5511 hex color red value is 94, green value is 85 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #5e5511 hue: 0.15 , saturation: 0.69 and the lightness value of 5e5511 is 0.22.

The process color (four color CMYK) of #5e5511 color hex is 0.00, 0.10, 0.82, 0.63. Web safe color of #5e5511 is #666600. Color #5e5511 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01010101 00010001
Octal 136 125 21
Decimal 94 85 17
Hex 5E 55 11

RGB Percentages of Color #5e5511

%47.96
%43.37
%8.67

CMYK Percentages of Color #5e5511

%0
%10
%82
%63

Triadic Colors of #5e5511

#5e5511 #115e55 #55115e

Analogous Colors of #5e5511

#5e5511 #415e11 #5e2f11

Monochromatic Colors of #5e5511

#5e5511

Complementary Color

#5e5511 #111a5e

#5e5511 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e5511 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e5511 Color CSS Codes

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

#5e5511 Text Font Color

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

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


#5e5511 Background Color

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

This div background color is #5e5511


#5e5511 Border Color

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

This div border color is #5e5511


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e5511


Comments

No comments written yet.

Please login to write comment.