Color Hex Logo

#807363 Color Hex

#807363
(128,115,99)
0 Favorites   0 Comments

Color spaces of #807363

RGB 12811599
HSL0.090.130.45
HSV33°23°50°
CMYK 0.000.100.23   0.50
XYZ17.285017.751514.3197
Yxy17.75150.35020.3597
Hunter Lab42.1325-0.50189.3417
CIE-Lab49.19332.272910.6944

#807363 color RGB value is (128,115,99).

#807363 hex color red value is 128, green value is 115 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #807363 hue: 0.09 , saturation: 0.13 and the lightness value of 807363 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110011 01100011
Octal 200 163 143
Decimal 128 115 99
Hex 80 73 63

RGB Percentages of Color #807363

%37.43
%33.63
%28.95

CMYK Percentages of Color #807363

%0
%10
%23
%50

Triadic Colors of #807363

#807363 #638073 #736380

Analogous Colors of #807363

#807363 #7f8063 #806563

Monochromatic Colors of #807363

#807363

Complementary Color

#807363 #637080

#807363 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807363 Color Preview on White Background

Lorem ipsum dolor sit amet.

#807363 Color CSS Codes

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

#807363 Text Font Color

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

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


#807363 Background Color

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

This div background color is #807363


#807363 Border Color

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

This div border color is #807363


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807363


Comments

No comments written yet.

Please login to write comment.