Color Hex Logo

#78821e Color Hex

#78821E
(120,130,30)
0 Favorites   0 Comments

Color spaces of #78821e

RGB 12013030
HSL0.180.630.31
HSV66°77°51°
CMYK 0.080.000.77   0.49
XYZ15.962720.05214.2574
Yxy20.05210.39640.4979
Hunter Lab44.7796-14.733925.7087
CIE-Lab51.8961-16.793049.1796

#78821e color RGB value is (120,130,30).

#78821e hex color red value is 120, green value is 130 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #78821e hue: 0.18 , saturation: 0.63 and the lightness value of 78821e is 0.31.

The process color (four color CMYK) of #78821e color hex is 0.08, 0.00, 0.77, 0.49. Web safe color of #78821e is #669933. Color #78821e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10000010 00011110
Octal 170 202 36
Decimal 120 130 30
Hex 78 82 1E

RGB Percentages of Color #78821e

%42.86
%46.43
%10.71

CMYK Percentages of Color #78821e

%8
%0
%77
%49

Triadic Colors of #78821e

#78821e #1e7882 #821e78

Analogous Colors of #78821e

#78821e #46821e #825a1e

Monochromatic Colors of #78821e

#78821e

Complementary Color

#78821e #281e82

#78821e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78821e Color Preview on White Background

Lorem ipsum dolor sit amet.

#78821e Color CSS Codes

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

#78821e Text Font Color

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

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


#78821e Background Color

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

This div background color is #78821e


#78821e Border Color

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

This div border color is #78821e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78821e


Comments

No comments written yet.

Please login to write comment.