Color Hex Logo

#804640 Color Hex

#804640
(128,70,64)
0 Favorites   0 Comments

Color spaces of #804640

RGB 1287064
HSL0.020.330.38
HSV50°50°
CMYK 0.000.450.50   0.50
XYZ12.01779.33976.0198
Yxy9.33970.43900.3411
Hunter Lab30.560916.71139.7139
CIE-Lab36.630324.101414.5508

#804640 color RGB value is (128,70,64).

#804640 hex color red value is 128, green value is 70 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #804640 hue: 0.02 , saturation: 0.33 and the lightness value of 804640 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01000110 01000000
Octal 200 106 100
Decimal 128 70 64
Hex 80 46 40

RGB Percentages of Color #804640

%48.85
%26.72
%24.43

CMYK Percentages of Color #804640

%0
%45
%50
%50

Triadic Colors of #804640

#804640 #408046 #464080

Analogous Colors of #804640

#804640 #806640 #80405a

Monochromatic Colors of #804640

#804640

Complementary Color

#804640 #407a80

#804640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#804640 Color CSS Codes

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

#804640 Text Font Color

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

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


#804640 Background Color

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

This div background color is #804640


#804640 Border Color

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

This div border color is #804640


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804640


Comments

No comments written yet.

Please login to write comment.