Color Hex Logo

#804849 Color Hex

#804849
(128,72,73)
0 Favorites   0 Comments

Color spaces of #804849

RGB 1287273
HSL1.000.280.39
HSV359°44°50°
CMYK 0.000.440.43   0.50
XYZ12.42219.70507.5219
Yxy9.70500.41900.3273
Hunter Lab31.152816.65887.4913
CIE-Lab37.307723.96559.8458

#804849 color RGB value is (128,72,73).

#804849 hex color red value is 128, green value is 72 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #804849 hue: 1.00 , saturation: 0.28 and the lightness value of 804849 is 0.39.

The process color (four color CMYK) of #804849 color hex is 0.00, 0.44, 0.43, 0.50. Web safe color of #804849 is #993333. Color #804849 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01001000 01001001
Octal 200 110 111
Decimal 128 72 73
Hex 80 48 49

RGB Percentages of Color #804849

%46.89
%26.37
%26.74

CMYK Percentages of Color #804849

%0
%44
%43
%50

Triadic Colors of #804849

#804849 #498048 #484980

Analogous Colors of #804849

#804849 #806348 #804865

Monochromatic Colors of #804849

#804849

Complementary Color

#804849 #48807f

#804849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#804849 Color CSS Codes

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

#804849 Text Font Color

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

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


#804849 Background Color

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

This div background color is #804849


#804849 Border Color

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

This div border color is #804849


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,72,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #804849; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #804849;
  -webkit-box-shadow: 1px 1px 3px 2px #804849;
  box-shadow:         1px 1px 3px 2px #804849; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804849


Comments

No comments written yet.

Please login to write comment.