Color Hex Logo

#47432a Color Hex

#47432A
(71,67,42)
0 Favorites   0 Comments

Color spaces of #47432a

RGB 716742
HSL0.140.260.22
HSV52°41°28°
CMYK 0.000.060.41   0.72
XYZ5.02365.52112.9914
Yxy5.52110.37110.4079
Hunter Lab23.4970-2.95708.8997
CIE-Lab28.1706-2.749015.8075

#47432a color RGB value is (71,67,42).

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

The process color (four color CMYK) of #47432a color hex is 0.00, 0.06, 0.41, 0.72. Web safe color of #47432a is #333333. Color #47432a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000011 00101010
Octal 107 103 52
Decimal 71 67 42
Hex 47 43 2A

RGB Percentages of Color #47432a

%39.44
%37.22
%23.33

CMYK Percentages of Color #47432a

%0
%6
%41
%72

Triadic Colors of #47432a

#47432a #2a4743 #432a47

Analogous Colors of #47432a

#47432a #3d472a #47352a

Monochromatic Colors of #47432a

#47432a

Complementary Color

#47432a #2a2e47

#47432a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47432a Color Preview on White Background

Lorem ipsum dolor sit amet.

#47432a Color CSS Codes

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

#47432a Text Font Color

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

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


#47432a Background Color

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

This div background color is #47432a


#47432a Border Color

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

This div border color is #47432a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,67,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 #47432a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47432a


Comments

No comments written yet.

Please login to write comment.