Color Hex Logo

#473420 Color Hex

#473420
(71,52,32)
0 Favorites   0 Comments

Color spaces of #473420

RGB 715232
HSL0.090.380.20
HSV31°55°28°
CMYK 0.000.270.55   0.72
XYZ4.08723.89991.9038
Yxy3.89990.41320.3943
Hunter Lab19.74822.38428.1079
CIE-Lab23.33775.613315.9137

#473420 color RGB value is (71,52,32).

#473420 hex color red value is 71, green value is 52 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #473420 hue: 0.09 , saturation: 0.38 and the lightness value of 473420 is 0.20.

The process color (four color CMYK) of #473420 color hex is 0.00, 0.27, 0.55, 0.72. Web safe color of #473420 is #333333. Color #473420 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00110100 00100000
Octal 107 64 40
Decimal 71 52 32
Hex 47 34 20

RGB Percentages of Color #473420

%45.81
%33.55
%20.65

CMYK Percentages of Color #473420

%0
%27
%55
%72

Triadic Colors of #473420

#473420 #204734 #342047

Analogous Colors of #473420

#473420 #474720 #472120

Monochromatic Colors of #473420

#473420

Complementary Color

#473420 #203347

#473420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#473420 Color CSS Codes

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

#473420 Text Font Color

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

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


#473420 Background Color

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

This div background color is #473420


#473420 Border Color

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

This div border color is #473420


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,52,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473420


Comments

No comments written yet.

Please login to write comment.