Color Hex Logo

#807147 Color Hex

#807147
(128,113,71)
0 Favorites   0 Comments

Color spaces of #807147

RGB 12811371
HSL0.120.290.39
HSV44°45°50°
CMYK 0.000.120.45   0.50
XYZ15.944516.85448.3741
Yxy16.85440.38730.4094
Hunter Lab41.0541-2.519316.6441
CIE-Lab48.0761-0.432325.4230

#807147 color RGB value is (128,113,71).

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

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

Base Numbers

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

RGB Percentages of Color #807147

%41.03
%36.22
%22.76

CMYK Percentages of Color #807147

%0
%12
%45
%50

Triadic Colors of #807147

#807147 #478071 #714780

Analogous Colors of #807147

#807147 #738047 #805547

Monochromatic Colors of #807147

#807147

Complementary Color

#807147 #475680

#807147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#807147 Color CSS Codes

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

#807147 Text Font Color

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

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


#807147 Background Color

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

This div background color is #807147


#807147 Border Color

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

This div border color is #807147


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807147


Comments

No comments written yet.

Please login to write comment.