Color Hex Logo

#804c43 Color Hex

#804C43
(128,76,67)
0 Favorites   0 Comments

Color spaces of #804c43

RGB 1287667
HSL0.020.310.38
HSV48°50°
CMYK 0.000.410.48   0.50
XYZ12.499610.16336.6131
Yxy10.16330.42700.3472
Hunter Lab31.879914.197110.0170
CIE-Lab38.133920.930614.7182

#804c43 color RGB value is (128,76,67).

#804c43 hex color red value is 128, green value is 76 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #804c43 hue: 0.02 , saturation: 0.31 and the lightness value of 804c43 is 0.38.

The process color (four color CMYK) of #804c43 color hex is 0.00, 0.41, 0.48, 0.50. Web safe color of #804c43 is #993333. Color #804c43 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01001100 01000011
Octal 200 114 103
Decimal 128 76 67
Hex 80 4C 43

RGB Percentages of Color #804c43

%47.23
%28.04
%24.72

CMYK Percentages of Color #804c43

%0
%41
%48
%50

Triadic Colors of #804c43

#804c43 #43804c #4c4380

Analogous Colors of #804c43

#804c43 #806b43 #804359

Monochromatic Colors of #804c43

#804c43

Complementary Color

#804c43 #437780

#804c43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804c43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#804c43 Color CSS Codes

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

#804c43 Text Font Color

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

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


#804c43 Background Color

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

This div background color is #804c43


#804c43 Border Color

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

This div border color is #804c43


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,76,67, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #804c43; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #804c43;
  -webkit-box-shadow: 1px 1px 3px 2px #804c43;
  box-shadow:         1px 1px 3px 2px #804c43; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804c43

#804c43 Color Palettes


Comments

No comments written yet.

Please login to write comment.