Color Hex Logo

#807352 Color Hex

#807352
(128,115,82)
0 Favorites   0 Comments

Color spaces of #807352

RGB 12811582
HSL0.120.220.41
HSV43°36°50°
CMYK 0.000.100.36   0.50
XYZ16.555817.459910.4801
Yxy17.45990.37210.3924
Hunter Lab41.7850-2.399714.3790
CIE-Lab48.8344-0.220820.1265

#807352 color RGB value is (128,115,82).

#807352 hex color red value is 128, green value is 115 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #807352 hue: 0.12 , saturation: 0.22 and the lightness value of 807352 is 0.41.

The process color (four color CMYK) of #807352 color hex is 0.00, 0.10, 0.36, 0.50. Web safe color of #807352 is #996666. Color #807352 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110011 01010010
Octal 200 163 122
Decimal 128 115 82
Hex 80 73 52

RGB Percentages of Color #807352

%39.38
%35.38
%25.23

CMYK Percentages of Color #807352

%0
%10
%36
%50

Triadic Colors of #807352

#807352 #528073 #735280

Analogous Colors of #807352

#807352 #768052 #805c52

Monochromatic Colors of #807352

#807352

Complementary Color

#807352 #525f80

#807352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#807352 Color CSS Codes

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

#807352 Text Font Color

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

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


#807352 Background Color

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

This div background color is #807352


#807352 Border Color

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

This div border color is #807352


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807352


Comments

No comments written yet.

Please login to write comment.