Color Hex Logo

#807132 Color Hex

#807132
(128,113,50)
0 Favorites   0 Comments

Color spaces of #807132

RGB 12811350
HSL0.130.440.35
HSV48°61°50°
CMYK 0.000.120.61   0.50
XYZ15.382916.62975.4167
Yxy16.62970.41100.4443
Hunter Lab40.7795-4.030220.6702
CIE-Lab47.7900-2.475836.4262

#807132 color RGB value is (128,113,50).

#807132 hex color red value is 128, green value is 113 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #807132 hue: 0.13 , saturation: 0.44 and the lightness value of 807132 is 0.35.

The process color (four color CMYK) of #807132 color hex is 0.00, 0.12, 0.61, 0.50. Web safe color of #807132 is #996633. Color #807132 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110001 00110010
Octal 200 161 62
Decimal 128 113 50
Hex 80 71 32

RGB Percentages of Color #807132

%43.99
%38.83
%17.18

CMYK Percentages of Color #807132

%0
%12
%61
%50

Triadic Colors of #807132

#807132 #328071 #713280

Analogous Colors of #807132

#807132 #688032 #804a32

Monochromatic Colors of #807132

#807132

Complementary Color

#807132 #324180

#807132 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807132 Color Preview on White Background

Lorem ipsum dolor sit amet.

#807132 Color CSS Codes

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

#807132 Text Font Color

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

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


#807132 Background Color

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

This div background color is #807132


#807132 Border Color

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

This div border color is #807132


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807132


Comments

No comments written yet.

Please login to write comment.