Color Hex Logo

#804838 Color Hex

#804838
(128,72,56)
0 Favorites   0 Comments

Color spaces of #804838

RGB 1287256
HSL0.040.390.36
HSV13°56°50°
CMYK 0.000.440.56   0.50
XYZ11.93339.50944.9479
Yxy9.50940.45220.3603
Hunter Lab30.837315.109912.0729
CIE-Lab36.947122.146819.9179

#804838 color RGB value is (128,72,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01001000 00111000
Octal 200 110 70
Decimal 128 72 56
Hex 80 48 38

RGB Percentages of Color #804838

%50.00
%28.13
%21.88

CMYK Percentages of Color #804838

%0
%44
%56
%50

Triadic Colors of #804838

#804838 #388048 #483880

Analogous Colors of #804838

#804838 #806c38 #80384c

Monochromatic Colors of #804838

#804838

Complementary Color

#804838 #387080

#804838 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804838 Color Preview on White Background

Lorem ipsum dolor sit amet.

#804838 Color CSS Codes

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

#804838 Text Font Color

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

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


#804838 Background Color

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

This div background color is #804838


#804838 Border Color

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

This div border color is #804838


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804838


Comments

No comments written yet.

Please login to write comment.