Color Hex Logo

#78530f Color Hex

#78530F
(120,83,15)
0 Favorites   0 Comments

Color spaces of #78530f

RGB 1208315
HSL0.110.780.26
HSV39°88°47°
CMYK 0.000.310.88   0.53
XYZ10.925210.21411.8476
Yxy10.21410.47530.4443
Hunter Lab31.95955.090218.9441
CIE-Lab38.22409.384642.0956

#78530f color RGB value is (120,83,15).

#78530f hex color red value is 120, green value is 83 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #78530f hue: 0.11 , saturation: 0.78 and the lightness value of 78530f is 0.26.

The process color (four color CMYK) of #78530f color hex is 0.00, 0.31, 0.88, 0.53. Web safe color of #78530f is #666600. Color #78530f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010011 00001111
Octal 170 123 17
Decimal 120 83 15
Hex 78 53 F

RGB Percentages of Color #78530f

%55.05
%38.07
%6.88

CMYK Percentages of Color #78530f

%0
%31
%88
%53

Triadic Colors of #78530f

#78530f #0f7853 #530f78

Analogous Colors of #78530f

#78530f #69780f #781f0f

Monochromatic Colors of #78530f

#78530f

Complementary Color

#78530f #0f3478

#78530f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78530f Color Preview on White Background

Lorem ipsum dolor sit amet.

#78530f Color CSS Codes

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

#78530f Text Font Color

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

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


#78530f Background Color

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

This div background color is #78530f


#78530f Border Color

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

This div border color is #78530f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78530f


Comments

No comments written yet.

Please login to write comment.