Color Hex Logo

#807921 Color Hex

#807921
(128,121,33)
0 Favorites   0 Comments

Color spaces of #807921

RGB 12812133
HSL0.150.590.32
HSV56°74°50°
CMYK 0.000.050.74   0.50
XYZ16.014018.37374.1413
Yxy18.37370.41560.4769
Hunter Lab42.8646-8.326224.2770
CIE-Lab49.9463-8.093446.4407

#807921 color RGB value is (128,121,33).

#807921 hex color red value is 128, green value is 121 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #807921 hue: 0.15 , saturation: 0.59 and the lightness value of 807921 is 0.32.

The process color (four color CMYK) of #807921 color hex is 0.00, 0.05, 0.74, 0.50. Web safe color of #807921 is #996633. Color #807921 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111001 00100001
Octal 200 171 41
Decimal 128 121 33
Hex 80 79 21

RGB Percentages of Color #807921

%45.39
%42.91
%11.70

CMYK Percentages of Color #807921

%0
%5
%74
%50

Triadic Colors of #807921

#807921 #218079 #792180

Analogous Colors of #807921

#807921 #588021 #804a21

Monochromatic Colors of #807921

#807921

Complementary Color

#807921 #212880

#807921 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807921 Color Preview on White Background

Lorem ipsum dolor sit amet.

#807921 Color CSS Codes

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

#807921 Text Font Color

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

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


#807921 Background Color

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

This div background color is #807921


#807921 Border Color

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

This div border color is #807921


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807921


Comments

No comments written yet.

Please login to write comment.