Color Hex Logo

#78503f Color Hex

#78503F
(120,80,63)
0 Favorites   0 Comments

Color spaces of #78503f

RGB 1208063
HSL0.050.310.36
HSV18°48°47°
CMYK 0.000.330.48   0.53
XYZ11.511610.08936.0433
Yxy10.08930.41640.3650
Hunter Lab31.76379.104510.9541
CIE-Lab38.002214.614416.8172

#78503f color RGB value is (120,80,63).

#78503f hex color red value is 120, green value is 80 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #78503f hue: 0.05 , saturation: 0.31 and the lightness value of 78503f is 0.36.

The process color (four color CMYK) of #78503f color hex is 0.00, 0.33, 0.48, 0.53. Web safe color of #78503f is #666633. Color #78503f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010000 00111111
Octal 170 120 77
Decimal 120 80 63
Hex 78 50 3F

RGB Percentages of Color #78503f

%45.63
%30.42
%23.95

CMYK Percentages of Color #78503f

%0
%33
%48
%53

Triadic Colors of #78503f

#78503f #3f7850 #503f78

Analogous Colors of #78503f

#78503f #786d3f #783f4a

Monochromatic Colors of #78503f

#78503f

Complementary Color

#78503f #3f6778

#78503f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78503f Color Preview on White Background

Lorem ipsum dolor sit amet.

#78503f Color CSS Codes

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

#78503f Text Font Color

<p style="color:#78503f">Text here</p>

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


#78503f Background Color

<div style="background-color:#78503f">
Div content here</div>

This div background color is #78503f


#78503f Border Color

<div style="border:3px solid #78503f">
Div here</div>

This div border color is #78503f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,80,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78503f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78503f;
  -webkit-box-shadow: 1px 1px 3px 2px #78503f;
  box-shadow:         1px 1px 3px 2px #78503f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78503f


Comments

No comments written yet.

Please login to write comment.