Color Hex Logo

#808825 Color Hex

#808825
(128,136,37)
0 Favorites   0 Comments

Color spaces of #808825

RGB 12813637
HSL0.180.570.34
HSV65°73°53°
CMYK 0.060.000.73   0.47
XYZ18.040222.33115.1098
Yxy22.33110.39670.4910
Hunter Lab47.2558-14.554126.6680
CIE-Lab54.3766-16.001849.1986

#808825 color RGB value is (128,136,37).

#808825 hex color red value is 128, green value is 136 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #808825 hue: 0.18 , saturation: 0.57 and the lightness value of 808825 is 0.34.

The process color (four color CMYK) of #808825 color hex is 0.06, 0.00, 0.73, 0.47. Web safe color of #808825 is #999933. Color #808825 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001000 00100101
Octal 200 210 45
Decimal 128 136 37
Hex 80 88 25

RGB Percentages of Color #808825

%42.52
%45.18
%12.29

CMYK Percentages of Color #808825

%6
%0
%73
%47

Triadic Colors of #808825

#808825 #258088 #882580

Analogous Colors of #808825

#808825 #4e8825 #885f25

Monochromatic Colors of #808825

#808825

Complementary Color

#808825 #2d2588

#808825 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808825 Color Preview on White Background

Lorem ipsum dolor sit amet.

#808825 Color CSS Codes

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

#808825 Text Font Color

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

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


#808825 Background Color

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

This div background color is #808825


#808825 Border Color

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

This div border color is #808825


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,136,37, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #808825; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #808825;
  -webkit-box-shadow: 1px 1px 3px 2px #808825;
  box-shadow:         1px 1px 3px 2px #808825; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808825


Comments

No comments written yet.

Please login to write comment.