Color Hex Logo

#472221 Color Hex

#472221
(71,34,33)
0 Favorites   0 Comments

Color spaces of #472221

RGB 713433
HSL0.000.370.20
HSV54°28°
CMYK 0.000.520.54   0.72
XYZ3.44512.59351.7579
Yxy2.59350.44190.3326
Hunter Lab16.104310.00284.8011
CIE-Lab18.336317.47078.6520

#472221 color RGB value is (71,34,33).

#472221 hex color red value is 71, green value is 34 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #472221 hue: 0.00 , saturation: 0.37 and the lightness value of 472221 is 0.20.

The process color (four color CMYK) of #472221 color hex is 0.00, 0.52, 0.54, 0.72. Web safe color of #472221 is #333333. Color #472221 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00100010 00100001
Octal 107 42 41
Decimal 71 34 33
Hex 47 22 21

RGB Percentages of Color #472221

%51.45
%24.64
%23.91

CMYK Percentages of Color #472221

%0
%52
%54
%72

Triadic Colors of #472221

#472221 #214722 #222147

Analogous Colors of #472221

#472221 #473521 #472133

Monochromatic Colors of #472221

#472221

Complementary Color

#472221 #214647

#472221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#472221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#472221 Color CSS Codes

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

#472221 Text Font Color

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

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


#472221 Background Color

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

This div background color is #472221


#472221 Border Color

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

This div border color is #472221


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #472221


Comments

No comments written yet.

Please login to write comment.