Color Hex Logo

#808f0d Color Hex

#808F0D
(128,143,13)
0 Favorites   0 Comments

Color spaces of #808f0d

RGB 12814313
HSL0.190.830.31
HSV67°91°56°
CMYK 0.100.000.91   0.44
XYZ18.797224.26324.0733
Yxy24.26320.39880.5148
Hunter Lab49.2577-18.083729.5775
CIE-Lab56.3504-20.545357.8524

#808f0d color RGB value is (128,143,13).

#808f0d hex color red value is 128, green value is 143 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #808f0d hue: 0.19 , saturation: 0.83 and the lightness value of 808f0d is 0.31.

The process color (four color CMYK) of #808f0d color hex is 0.10, 0.00, 0.91, 0.44. Web safe color of #808f0d is #999900. Color #808f0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001111 00001101
Octal 200 217 15
Decimal 128 143 13
Hex 80 8F D

RGB Percentages of Color #808f0d

%45.07
%50.35
%4.58

CMYK Percentages of Color #808f0d

%10
%0
%91
%44

Triadic Colors of #808f0d

#808f0d #0d808f #8f0d80

Analogous Colors of #808f0d

#808f0d #3f8f0d #8f5d0d

Monochromatic Colors of #808f0d

#808f0d

Complementary Color

#808f0d #1c0d8f

#808f0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808f0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#808f0d Color CSS Codes

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

#808f0d Text Font Color

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

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


#808f0d Background Color

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

This div background color is #808f0d


#808f0d Border Color

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

This div border color is #808f0d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,143,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 #808f0d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808f0d


Comments

No comments written yet.

Please login to write comment.