Color Hex Logo

#80464a Color Hex

#80464A
(128,70,74)
0 Favorites   0 Comments

Color spaces of #80464a

RGB 1287074
HSL0.990.290.39
HSV356°45°50°
CMYK 0.000.450.42   0.50
XYZ12.32839.46397.6555
Yxy9.46390.41870.3214
Hunter Lab30.763517.69696.7801
CIE-Lab36.862525.24398.5953

#80464a color RGB value is (128,70,74).

#80464a hex color red value is 128, green value is 70 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #80464a hue: 0.99 , saturation: 0.29 and the lightness value of 80464a is 0.39.

The process color (four color CMYK) of #80464a color hex is 0.00, 0.45, 0.42, 0.50. Web safe color of #80464a is #993333. Color #80464a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01000110 01001010
Octal 200 106 112
Decimal 128 70 74
Hex 80 46 4A

RGB Percentages of Color #80464a

%47.06
%25.74
%27.21

CMYK Percentages of Color #80464a

%0
%45
%42
%50

Triadic Colors of #80464a

#80464a #4a8046 #464a80

Analogous Colors of #80464a

#80464a #805f46 #804667

Monochromatic Colors of #80464a

#80464a

Complementary Color

#80464a #46807c

#80464a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80464a Color Preview on White Background

Lorem ipsum dolor sit amet.

#80464a Color CSS Codes

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

#80464a Text Font Color

<p style="color:#80464a">Text here</p>

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


#80464a Background Color

<div style="background-color:#80464a">
Div content here</div>

This div background color is #80464a


#80464a Border Color

<div style="border:3px solid #80464a">
Div here</div>

This div border color is #80464a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,70,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80464a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80464a;
  -webkit-box-shadow: 1px 1px 3px 2px #80464a;
  box-shadow:         1px 1px 3px 2px #80464a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80464a


Comments

No comments written yet.

Please login to write comment.