Color Hex Logo

#472d2e Color Hex

#472D2E
(71,45,46)
0 Favorites   0 Comments

Color spaces of #472d2e

RGB 714546
HSL0.990.220.23
HSV358°37°28°
CMYK 0.000.370.35   0.72
XYZ4.03013.41363.0313
Yxy3.41360.38470.3259
Hunter Lab18.47596.60283.2056
CIE-Lab21.629512.15664.2627

#472d2e color RGB value is (71,45,46).

#472d2e hex color red value is 71, green value is 45 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #472d2e hue: 0.99 , saturation: 0.22 and the lightness value of 472d2e is 0.23.

The process color (four color CMYK) of #472d2e color hex is 0.00, 0.37, 0.35, 0.72. Web safe color of #472d2e is #333333. Color #472d2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00101101 00101110
Octal 107 55 56
Decimal 71 45 46
Hex 47 2D 2E

RGB Percentages of Color #472d2e

%43.83
%27.78
%28.40

CMYK Percentages of Color #472d2e

%0
%37
%35
%72

Triadic Colors of #472d2e

#472d2e #2e472d #2d2e47

Analogous Colors of #472d2e

#472d2e #47392d #472d3b

Monochromatic Colors of #472d2e

#472d2e

Complementary Color

#472d2e #2d4746

#472d2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#472d2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#472d2e Color CSS Codes

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

#472d2e Text Font Color

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

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


#472d2e Background Color

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

This div background color is #472d2e


#472d2e Border Color

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

This div border color is #472d2e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,45,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #472d2e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #472d2e;
  -webkit-box-shadow: 1px 1px 3px 2px #472d2e;
  box-shadow:         1px 1px 3px 2px #472d2e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #472d2e

#472d2e Color Palettes


Comments

No comments written yet.

Please login to write comment.