Color Hex Logo

#80373a Color Hex

#80373A
(128,55,58)
0 Favorites   0 Comments

Color spaces of #80373a

RGB 1285558
HSL0.990.400.36
HSV358°57°50°
CMYK 0.000.570.55   0.50
XYZ11.03207.62714.8937
Yxy7.62710.46840.3238
Hunter Lab27.617222.97378.8260
CIE-Lab33.193931.855613.7084

#80373a color RGB value is (128,55,58).

#80373a hex color red value is 128, green value is 55 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #80373a hue: 0.99 , saturation: 0.40 and the lightness value of 80373a is 0.36.

The process color (four color CMYK) of #80373a color hex is 0.00, 0.57, 0.55, 0.50. Web safe color of #80373a is #993333. Color #80373a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110111 00111010
Octal 200 67 72
Decimal 128 55 58
Hex 80 37 3A

RGB Percentages of Color #80373a

%53.11
%22.82
%24.07

CMYK Percentages of Color #80373a

%0
%57
%55
%50

Triadic Colors of #80373a

#80373a #3a8037 #373a80

Analogous Colors of #80373a

#80373a #805937 #80375e

Monochromatic Colors of #80373a

#80373a

Complementary Color

#80373a #37807d

#80373a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80373a Color Preview on White Background

Lorem ipsum dolor sit amet.

#80373a Color CSS Codes

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

#80373a Text Font Color

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

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


#80373a Background Color

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

This div background color is #80373a


#80373a Border Color

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

This div border color is #80373a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80373a


Comments

No comments written yet.

Please login to write comment.