Color Hex Logo

#47422e Color Hex

#47422E
(71,66,46)
0 Favorites   0 Comments

Color spaces of #47422e

RGB 716646
HSL0.130.210.23
HSV48°35°28°
CMYK 0.000.070.35   0.72
XYZ5.03995.43333.3679
Yxy5.43330.36410.3925
Hunter Lab23.3094-2.19687.7500
CIE-Lab27.9352-1.531612.9691

#47422e color RGB value is (71,66,46).

#47422e hex color red value is 71, green value is 66 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #47422e hue: 0.13 , saturation: 0.21 and the lightness value of 47422e is 0.23.

The process color (four color CMYK) of #47422e color hex is 0.00, 0.07, 0.35, 0.72. Web safe color of #47422e is #333333. Color #47422e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000010 00101110
Octal 107 102 56
Decimal 71 66 46
Hex 47 42 2E

RGB Percentages of Color #47422e

%38.80
%36.07
%25.14

CMYK Percentages of Color #47422e

%0
%7
%35
%72

Triadic Colors of #47422e

#47422e #2e4742 #422e47

Analogous Colors of #47422e

#47422e #40472e #47362e

Monochromatic Colors of #47422e

#47422e

Complementary Color

#47422e #2e3347

#47422e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47422e Color Preview on White Background

Lorem ipsum dolor sit amet.

#47422e Color CSS Codes

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

#47422e Text Font Color

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

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


#47422e Background Color

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

This div background color is #47422e


#47422e Border Color

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

This div border color is #47422e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47422e


Comments

No comments written yet.

Please login to write comment.