Color Hex Logo

#804946 Color Hex

#804946
(128,73,70)
0 Favorites   0 Comments

Color spaces of #804946

RGB 1287370
HSL0.010.290.39
HSV45°50°
CMYK 0.000.430.45   0.50
XYZ12.39019.79657.0322
Yxy9.79650.42400.3353
Hunter Lab31.299415.88688.5885
CIE-Lab37.474723.027511.9548

#804946 color RGB value is (128,73,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01001001 01000110
Octal 200 111 106
Decimal 128 73 70
Hex 80 49 46

RGB Percentages of Color #804946

%47.23
%26.94
%25.83

CMYK Percentages of Color #804946

%0
%43
%45
%50

Triadic Colors of #804946

#804946 #468049 #494680

Analogous Colors of #804946

#804946 #806646 #804660

Monochromatic Colors of #804946

#804946

Complementary Color

#804946 #467d80

#804946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#804946 Color CSS Codes

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

#804946 Text Font Color

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

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


#804946 Background Color

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

This div background color is #804946


#804946 Border Color

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

This div border color is #804946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804946


Comments

No comments written yet.

Please login to write comment.