Color Hex Logo

#472c2a Color Hex

#472C2A
(71,44,42)
0 Favorites   0 Comments

Color spaces of #472c2a

RGB 714442
HSL0.010.260.22
HSV41°28°
CMYK 0.000.380.41   0.72
XYZ3.91713.30812.6226
Yxy3.30810.39780.3359
Hunter Lab18.18826.61344.1826
CIE-Lab21.237812.20006.4440

#472c2a color RGB value is (71,44,42).

#472c2a hex color red value is 71, green value is 44 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #472c2a hue: 0.01 , saturation: 0.26 and the lightness value of 472c2a is 0.22.

The process color (four color CMYK) of #472c2a color hex is 0.00, 0.38, 0.41, 0.72. Web safe color of #472c2a is #333333. Color #472c2a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00101100 00101010
Octal 107 54 52
Decimal 71 44 42
Hex 47 2C 2A

RGB Percentages of Color #472c2a

%45.22
%28.03
%26.75

CMYK Percentages of Color #472c2a

%0
%38
%41
%72

Triadic Colors of #472c2a

#472c2a #2a472c #2c2a47

Analogous Colors of #472c2a

#472c2a #473b2a #472a37

Monochromatic Colors of #472c2a

#472c2a

Complementary Color

#472c2a #2a4547

#472c2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#472c2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#472c2a Color CSS Codes

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

#472c2a Text Font Color

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

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


#472c2a Background Color

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

This div background color is #472c2a


#472c2a Border Color

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

This div border color is #472c2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #472c2a


Comments

No comments written yet.

Please login to write comment.