Color Hex Logo

#804738 Color Hex

#804738
(128,71,56)
0 Favorites   0 Comments

Color spaces of #804738

RGB 1287156
HSL0.030.390.36
HSV13°56°50°
CMYK 0.000.450.56   0.50
XYZ11.86919.38124.9266
Yxy9.38120.45340.3584
Hunter Lab30.628715.571111.9034
CIE-Lab36.708122.727219.6084

#804738 color RGB value is (128,71,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01000111 00111000
Octal 200 107 70
Decimal 128 71 56
Hex 80 47 38

RGB Percentages of Color #804738

%50.20
%27.84
%21.96

CMYK Percentages of Color #804738

%0
%45
%56
%50

Triadic Colors of #804738

#804738 #388047 #473880

Analogous Colors of #804738

#804738 #806b38 #80384d

Monochromatic Colors of #804738

#804738

Complementary Color

#804738 #387180

#804738 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804738 Color Preview on White Background

Lorem ipsum dolor sit amet.

#804738 Color CSS Codes

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

#804738 Text Font Color

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

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


#804738 Background Color

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

This div background color is #804738


#804738 Border Color

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

This div border color is #804738


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,71,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 #804738">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804738


Comments

No comments written yet.

Please login to write comment.