Color Hex Logo

#808047 Color Hex

#808047
(128,128,71)
0 Favorites   0 Comments

Color spaces of #808047

RGB 12812871
HSL0.170.290.39
HSV60°45°50°
CMYK 0.000.000.45   0.50
XYZ17.758620.48258.9788
Yxy20.48250.37610.4338
Hunter Lab45.2576-9.159319.9176
CIE-Lab52.3784-8.892030.8410

#808047 color RGB value is (128,128,71).

#808047 hex color red value is 128, green value is 128 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #808047 hue: 0.17 , saturation: 0.29 and the lightness value of 808047 is 0.39.

The process color (four color CMYK) of #808047 color hex is 0.00, 0.00, 0.45, 0.50. Web safe color of #808047 is #999933. Color #808047 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10000000 01000111
Octal 200 200 107
Decimal 128 128 71
Hex 80 80 47

RGB Percentages of Color #808047

%39.14
%39.14
%21.71

CMYK Percentages of Color #808047

%0
%0
%45
%50

Triadic Colors of #808047

#808047 #478080 #804780

Analogous Colors of #808047

#808047 #648047 #806447

Monochromatic Colors of #808047

#808047

Complementary Color

#808047 #474780

#808047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#808047 Color CSS Codes

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

#808047 Text Font Color

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

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


#808047 Background Color

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

This div background color is #808047


#808047 Border Color

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

This div border color is #808047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808047


Comments

No comments written yet.

Please login to write comment.