Color Hex Logo

#785015 Color Hex

#785015
(120,80,21)
0 Favorites   0 Comments

Color spaces of #785015

RGB 1208021
HSL0.100.700.28
HSV36°83°47°
CMYK 0.000.330.83   0.53
XYZ10.74979.78452.0315
Yxy9.78450.47640.4336
Hunter Lab31.28026.602718.0455
CIE-Lab37.452911.399639.1145

#785015 color RGB value is (120,80,21).

#785015 hex color red value is 120, green value is 80 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #785015 hue: 0.10 , saturation: 0.70 and the lightness value of 785015 is 0.28.

The process color (four color CMYK) of #785015 color hex is 0.00, 0.33, 0.83, 0.53. Web safe color of #785015 is #666600. Color #785015 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010000 00010101
Octal 170 120 25
Decimal 120 80 21
Hex 78 50 15

RGB Percentages of Color #785015

%54.30
%36.20
%9.50

CMYK Percentages of Color #785015

%0
%33
%83
%53

Triadic Colors of #785015

#785015 #157850 #501578

Analogous Colors of #785015

#785015 #6f7815 #781f15

Monochromatic Colors of #785015

#785015

Complementary Color

#785015 #153d78

#785015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#785015 Color CSS Codes

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

#785015 Text Font Color

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

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


#785015 Background Color

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

This div background color is #785015


#785015 Border Color

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

This div border color is #785015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785015


Comments

No comments written yet.

Please login to write comment.