Color Hex Logo

#807248 Color Hex

#807248
(128,114,72)
0 Favorites   0 Comments

Color spaces of #807248

RGB 12811472
HSL0.130.280.39
HSV45°44°50°
CMYK 0.000.110.44   0.50
XYZ16.089117.09178.5819
Yxy17.09170.38530.4093
Hunter Lab41.3421-2.881916.6319
CIE-Lab48.3754-0.891325.2413

#807248 color RGB value is (128,114,72).

#807248 hex color red value is 128, green value is 114 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #807248 hue: 0.13 , saturation: 0.28 and the lightness value of 807248 is 0.39.

The process color (four color CMYK) of #807248 color hex is 0.00, 0.11, 0.44, 0.50. Web safe color of #807248 is #996633. Color #807248 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110010 01001000
Octal 200 162 110
Decimal 128 114 72
Hex 80 72 48

RGB Percentages of Color #807248

%40.76
%36.31
%22.93

CMYK Percentages of Color #807248

%0
%11
%44
%50

Triadic Colors of #807248

#807248 #488072 #724880

Analogous Colors of #807248

#807248 #728048 #805648

Monochromatic Colors of #807248

#807248

Complementary Color

#807248 #485680

#807248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#807248 Color CSS Codes

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

#807248 Text Font Color

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

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


#807248 Background Color

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

This div background color is #807248


#807248 Border Color

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

This div border color is #807248


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807248


Comments

No comments written yet.

Please login to write comment.