Color Hex Logo

#80813f Color Hex

#80813F
(128,129,63)
0 Favorites   0 Comments

Color spaces of #80813f

RGB 12812963
HSL0.170.340.38
HSV61°51°51°
CMYK 0.010.000.51   0.49
XYZ17.649520.64867.7580
Yxy20.64860.38320.4483
Hunter Lab45.4407-10.190621.6861
CIE-Lab52.5627-10.273135.2979

#80813f color RGB value is (128,129,63).

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

The process color (four color CMYK) of #80813f color hex is 0.01, 0.00, 0.51, 0.49. Web safe color of #80813f is #999933. Color #80813f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10000001 00111111
Octal 200 201 77
Decimal 128 129 63
Hex 80 81 3F

RGB Percentages of Color #80813f

%40.00
%40.31
%19.69

CMYK Percentages of Color #80813f

%1
%0
%51
%49

Triadic Colors of #80813f

#80813f #3f8081 #813f80

Analogous Colors of #80813f

#80813f #5f813f #81613f

Monochromatic Colors of #80813f

#80813f

Complementary Color

#80813f #403f81

#80813f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80813f Color Preview on White Background

Lorem ipsum dolor sit amet.

#80813f Color CSS Codes

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

#80813f Text Font Color

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

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


#80813f Background Color

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

This div background color is #80813f


#80813f Border Color

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

This div border color is #80813f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80813f


Comments

No comments written yet.

Please login to write comment.