Color Hex Logo

#5e5313 Color Hex

#5E5313
(94,83,19)
0 Favorites   0 Comments

Color spaces of #5e5313

RGB 948319
HSL0.140.660.22
HSV51°80°37°
CMYK 0.000.120.80   0.63
XYZ7.82698.61321.8661
Yxy8.61320.42760.4705
Hunter Lab29.3483-3.755216.7738
CIE-Lab35.2286-3.282536.7603

#5e5313 color RGB value is (94,83,19).

#5e5313 hex color red value is 94, green value is 83 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #5e5313 hue: 0.14 , saturation: 0.66 and the lightness value of 5e5313 is 0.22.

The process color (four color CMYK) of #5e5313 color hex is 0.00, 0.12, 0.80, 0.63. Web safe color of #5e5313 is #666600. Color #5e5313 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01010011 00010011
Octal 136 123 23
Decimal 94 83 19
Hex 5E 53 13

RGB Percentages of Color #5e5313

%47.96
%42.35
%9.69

CMYK Percentages of Color #5e5313

%0
%12
%80
%63

Triadic Colors of #5e5313

#5e5313 #135e53 #53135e

Analogous Colors of #5e5313

#5e5313 #445e13 #5e2e13

Monochromatic Colors of #5e5313

#5e5313

Complementary Color

#5e5313 #131e5e

#5e5313 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e5313 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e5313 Color CSS Codes

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

#5e5313 Text Font Color

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

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


#5e5313 Background Color

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

This div background color is #5e5313


#5e5313 Border Color

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

This div border color is #5e5313


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e5313


Comments

No comments written yet.

Please login to write comment.