Color Hex Logo

#80753f Color Hex

#80753F
(128,117,63)
0 Favorites   0 Comments

Color spaces of #80753f

RGB 12811763
HSL0.140.340.37
HSV50°51°50°
CMYK 0.000.090.51   0.50
XYZ16.160617.67077.2616
Yxy17.67070.39330.4300
Hunter Lab42.0365-4.941119.1835
CIE-Lab49.0942-3.580831.1252

#80753f color RGB value is (128,117,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110101 00111111
Octal 200 165 77
Decimal 128 117 63
Hex 80 75 3F

RGB Percentages of Color #80753f

%41.56
%37.99
%20.45

CMYK Percentages of Color #80753f

%0
%9
%51
%50

Triadic Colors of #80753f

#80753f #3f8075 #753f80

Analogous Colors of #80753f

#80753f #6b803f #80553f

Monochromatic Colors of #80753f

#80753f

Complementary Color

#80753f #3f4a80

#80753f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80753f Color Preview on White Background

Lorem ipsum dolor sit amet.

#80753f Color CSS Codes

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

#80753f Text Font Color

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

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


#80753f Background Color

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

This div background color is #80753f


#80753f Border Color

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

This div border color is #80753f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80753f


Comments

No comments written yet.

Please login to write comment.