Color Hex Logo

#5e533c Color Hex

#5E533C
(94,83,60)
0 Favorites   0 Comments

Color spaces of #5e533c

RGB 948360
HSL0.110.220.30
HSV41°36°37°
CMYK 0.000.120.36   0.63
XYZ8.52508.89245.5421
Yxy8.89240.37130.3873
Hunter Lab29.8201-1.15559.8550
CIE-Lab35.77630.641015.1496

#5e533c color RGB value is (94,83,60).

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

The process color (four color CMYK) of #5e533c color hex is 0.00, 0.12, 0.36, 0.63. Web safe color of #5e533c is #666633. Color #5e533c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01010011 00111100
Octal 136 123 74
Decimal 94 83 60
Hex 5E 53 3C

RGB Percentages of Color #5e533c

%39.66
%35.02
%25.32

CMYK Percentages of Color #5e533c

%0
%12
%36
%63

Triadic Colors of #5e533c

#5e533c #3c5e53 #533c5e

Analogous Colors of #5e533c

#5e533c #585e3c #5e423c

Monochromatic Colors of #5e533c

#5e533c

Complementary Color

#5e533c #3c475e

#5e533c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e533c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e533c Color CSS Codes

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

#5e533c Text Font Color

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

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


#5e533c Background Color

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

This div background color is #5e533c


#5e533c Border Color

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

This div border color is #5e533c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e533c


Comments

No comments written yet.

Please login to write comment.