Color Hex Logo

#80633f Color Hex

#80633F
(128,99,63)
0 Favorites   0 Comments

Color spaces of #80633f

RGB 1289963
HSL0.090.340.37
HSV33°51°50°
CMYK 0.000.230.51   0.50
XYZ14.261113.87186.6285
Yxy13.87180.41030.3991
Hunter Lab37.24493.169315.5195
CIE-Lab44.04856.860024.8548

#80633f color RGB value is (128,99,63).

#80633f hex color red value is 128, green value is 99 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #80633f hue: 0.09 , saturation: 0.34 and the lightness value of 80633f is 0.37.

The process color (four color CMYK) of #80633f color hex is 0.00, 0.23, 0.51, 0.50. Web safe color of #80633f is #996633. Color #80633f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01100011 00111111
Octal 200 143 77
Decimal 128 99 63
Hex 80 63 3F

RGB Percentages of Color #80633f

%44.14
%34.14
%21.72

CMYK Percentages of Color #80633f

%0
%23
%51
%50

Triadic Colors of #80633f

#80633f #3f8063 #633f80

Analogous Colors of #80633f

#80633f #7d803f #80433f

Monochromatic Colors of #80633f

#80633f

Complementary Color

#80633f #3f5c80

#80633f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80633f Color Preview on White Background

Lorem ipsum dolor sit amet.

#80633f Color CSS Codes

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

#80633f Text Font Color

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

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


#80633f Background Color

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

This div background color is #80633f


#80633f Border Color

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

This div border color is #80633f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80633f


Comments

No comments written yet.

Please login to write comment.