Color Hex Logo

#808448 Color Hex

#808448
(128,132,72)
0 Favorites   0 Comments

Color spaces of #808448

RGB 12813272
HSL0.180.290.40
HSV64°45°52°
CMYK 0.030.000.45   0.48
XYZ18.323121.55969.3266
Yxy21.55960.37240.4381
Hunter Lab46.4323-10.817020.5934
CIE-Lab53.5566-10.973231.7625

#808448 color RGB value is (128,132,72).

#808448 hex color red value is 128, green value is 132 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #808448 hue: 0.18 , saturation: 0.29 and the lightness value of 808448 is 0.40.

The process color (four color CMYK) of #808448 color hex is 0.03, 0.00, 0.45, 0.48. Web safe color of #808448 is #999933. Color #808448 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10000100 01001000
Octal 200 204 110
Decimal 128 132 72
Hex 80 84 48

RGB Percentages of Color #808448

%38.55
%39.76
%21.69

CMYK Percentages of Color #808448

%3
%0
%45
%48

Triadic Colors of #808448

#808448 #488084 #844880

Analogous Colors of #808448

#808448 #628448 #846a48

Monochromatic Colors of #808448

#808448

Complementary Color

#808448 #4c4884

#808448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#808448 Color CSS Codes

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

#808448 Text Font Color

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

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


#808448 Background Color

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

This div background color is #808448


#808448 Border Color

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

This div border color is #808448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808448


Comments

No comments written yet.

Please login to write comment.