Color Hex Logo

#80970d Color Hex

#80970D
(128,151,13)
0 Favorites   0 Comments

Color spaces of #80970d

RGB 12815113
HSL0.190.840.32
HSV70°91°59°
CMYK 0.150.000.91   0.41
XYZ20.041326.75154.4880
Yxy26.75150.39080.5217
Hunter Lab51.7219-21.347731.0606
CIE-Lab58.7436-24.571059.7816

#80970d color RGB value is (128,151,13).

#80970d hex color red value is 128, green value is 151 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #80970d hue: 0.19 , saturation: 0.84 and the lightness value of 80970d is 0.32.

The process color (four color CMYK) of #80970d color hex is 0.15, 0.00, 0.91, 0.41. Web safe color of #80970d is #999900. Color #80970d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10010111 00001101
Octal 200 227 15
Decimal 128 151 13
Hex 80 97 D

RGB Percentages of Color #80970d

%43.84
%51.71
%4.45

CMYK Percentages of Color #80970d

%15
%0
%91
%41

Triadic Colors of #80970d

#80970d #0d8097 #970d80

Analogous Colors of #80970d

#80970d #3b970d #97690d

Monochromatic Colors of #80970d

#80970d

Complementary Color

#80970d #240d97

#80970d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80970d Color Preview on White Background

Lorem ipsum dolor sit amet.

#80970d Color CSS Codes

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

#80970d Text Font Color

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

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


#80970d Background Color

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

This div background color is #80970d


#80970d Border Color

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

This div border color is #80970d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,151,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80970d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80970d;
  -webkit-box-shadow: 1px 1px 3px 2px #80970d;
  box-shadow:         1px 1px 3px 2px #80970d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,151,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80970d


Comments

No comments written yet.

Please login to write comment.