Color Hex Logo

#785018 Color Hex

#785018
(120,80,24)
0 Favorites   0 Comments

Color spaces of #785018

RGB 1208024
HSL0.100.670.28
HSV35°80°47°
CMYK 0.000.330.80   0.53
XYZ10.77939.79632.1869
Yxy9.79630.47360.4304
Hunter Lab31.29906.701617.7667
CIE-Lab37.474311.528837.8321

#785018 color RGB value is (120,80,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010000 00011000
Octal 170 120 30
Decimal 120 80 24
Hex 78 50 18

RGB Percentages of Color #785018

%53.57
%35.71
%10.71

CMYK Percentages of Color #785018

%0
%33
%80
%53

Triadic Colors of #785018

#785018 #187850 #501878

Analogous Colors of #785018

#785018 #707818 #782018

Monochromatic Colors of #785018

#785018

Complementary Color

#785018 #184078

#785018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#785018 Color CSS Codes

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

#785018 Text Font Color

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

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


#785018 Background Color

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

This div background color is #785018


#785018 Border Color

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

This div border color is #785018


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785018


Comments

No comments written yet.

Please login to write comment.