Color Hex Logo

#78533e Color Hex

#78533E
(120,83,62)
0 Favorites   0 Comments

Color spaces of #78533e

RGB 1208362
HSL0.060.320.36
HSV22°48°47°
CMYK 0.000.310.48   0.53
XYZ11.708510.52745.9723
Yxy10.52740.41510.3732
Hunter Lab32.44607.633411.7987
CIE-Lab38.772812.695418.4458

#78533e color RGB value is (120,83,62).

#78533e hex color red value is 120, green value is 83 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #78533e hue: 0.06 , saturation: 0.32 and the lightness value of 78533e is 0.36.

The process color (four color CMYK) of #78533e color hex is 0.00, 0.31, 0.48, 0.53. Web safe color of #78533e is #666633. Color #78533e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010011 00111110
Octal 170 123 76
Decimal 120 83 62
Hex 78 53 3E

RGB Percentages of Color #78533e

%45.28
%31.32
%23.40

CMYK Percentages of Color #78533e

%0
%31
%48
%53

Triadic Colors of #78533e

#78533e #3e7853 #533e78

Analogous Colors of #78533e

#78533e #78703e #783e46

Monochromatic Colors of #78533e

#78533e

Complementary Color

#78533e #3e6378

#78533e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78533e Color Preview on White Background

Lorem ipsum dolor sit amet.

#78533e Color CSS Codes

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

#78533e Text Font Color

<p style="color:#78533e">Text here</p>

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


#78533e Background Color

<div style="background-color:#78533e">
Div content here</div>

This div background color is #78533e


#78533e Border Color

<div style="border:3px solid #78533e">
Div here</div>

This div border color is #78533e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,83,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78533e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78533e;
  -webkit-box-shadow: 1px 1px 3px 2px #78533e;
  box-shadow:         1px 1px 3px 2px #78533e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78533e


Comments

No comments written yet.

Please login to write comment.