Color Hex Logo

#80712b Color Hex

#80712B
(128,113,43)
0 Favorites   0 Comments

Color spaces of #80712b

RGB 12811343
HSL0.140.500.34
HSV49°66°50°
CMYK 0.000.120.66   0.50
XYZ15.243316.57394.6812
Yxy16.57390.41760.4541
Hunter Lab40.7111-4.409221.6802
CIE-Lab47.7186-2.994739.7955

#80712b color RGB value is (128,113,43).

#80712b hex color red value is 128, green value is 113 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #80712b hue: 0.14 , saturation: 0.50 and the lightness value of 80712b is 0.34.

The process color (four color CMYK) of #80712b color hex is 0.00, 0.12, 0.66, 0.50. Web safe color of #80712b is #996633. Color #80712b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110001 00101011
Octal 200 161 53
Decimal 128 113 43
Hex 80 71 2B

RGB Percentages of Color #80712b

%45.07
%39.79
%15.14

CMYK Percentages of Color #80712b

%0
%12
%66
%50

Triadic Colors of #80712b

#80712b #2b8071 #712b80

Analogous Colors of #80712b

#80712b #65802b #80472b

Monochromatic Colors of #80712b

#80712b

Complementary Color

#80712b #2b3a80

#80712b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80712b Color Preview on White Background

Lorem ipsum dolor sit amet.

#80712b Color CSS Codes

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

#80712b Text Font Color

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

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


#80712b Background Color

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

This div background color is #80712b


#80712b Border Color

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

This div border color is #80712b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,113,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80712b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80712b;
  -webkit-box-shadow: 1px 1px 3px 2px #80712b;
  box-shadow:         1px 1px 3px 2px #80712b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80712b


Comments

No comments written yet.

Please login to write comment.