Color Hex Logo

#80714b Color Hex

#80714B
(128,113,75)
0 Favorites   0 Comments

Color spaces of #80714b

RGB 12811375
HSL0.120.260.40
HSV43°41°50°
CMYK 0.000.120.41   0.50
XYZ16.077216.90749.0727
Yxy16.90740.38230.4020
Hunter Lab41.1186-2.164815.7009
CIE-Lab48.14310.041423.2364

#80714b color RGB value is (128,113,75).

#80714b hex color red value is 128, green value is 113 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #80714b hue: 0.12 , saturation: 0.26 and the lightness value of 80714b is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110001 01001011
Octal 200 161 113
Decimal 128 113 75
Hex 80 71 4B

RGB Percentages of Color #80714b

%40.51
%35.76
%23.73

CMYK Percentages of Color #80714b

%0
%12
%41
%50

Triadic Colors of #80714b

#80714b #4b8071 #714b80

Analogous Colors of #80714b

#80714b #75804b #80574b

Monochromatic Colors of #80714b

#80714b

Complementary Color

#80714b #4b5a80

#80714b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80714b Color Preview on White Background

Lorem ipsum dolor sit amet.

#80714b Color CSS Codes

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

#80714b Text Font Color

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

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


#80714b Background Color

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

This div background color is #80714b


#80714b Border Color

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

This div border color is #80714b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80714b


Comments

No comments written yet.

Please login to write comment.