Color Hex Logo

#808625 Color Hex

#808625
(128,134,37)
0 Favorites   0 Comments

Color spaces of #808625

RGB 12813437
HSL0.180.570.34
HSV64°72°53°
CMYK 0.040.000.72   0.47
XYZ17.761121.77305.0168
Yxy21.77300.39870.4887
Hunter Lab46.6615-13.714026.2885
CIE-Lab53.7853-14.942948.6196

#808625 color RGB value is (128,134,37).

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

The process color (four color CMYK) of #808625 color hex is 0.04, 0.00, 0.72, 0.47. Web safe color of #808625 is #999933. Color #808625 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10000110 00100101
Octal 200 206 45
Decimal 128 134 37
Hex 80 86 25

RGB Percentages of Color #808625

%42.81
%44.82
%12.37

CMYK Percentages of Color #808625

%4
%0
%72
%47

Triadic Colors of #808625

#808625 #258086 #862580

Analogous Colors of #808625

#808625 #4f8625 #865c25

Monochromatic Colors of #808625

#808625

Complementary Color

#808625 #2b2586

#808625 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808625 Color Preview on White Background

Lorem ipsum dolor sit amet.

#808625 Color CSS Codes

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

#808625 Text Font Color

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

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


#808625 Background Color

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

This div background color is #808625


#808625 Border Color

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

This div border color is #808625


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808625


Comments

No comments written yet.

Please login to write comment.