Color Hex Logo

#47291e Color Hex

#47291E
(71,41,30)
0 Favorites   0 Comments

Color spaces of #47291e

RGB 714130
HSL0.040.410.20
HSV16°58°28°
CMYK 0.000.420.58   0.72
XYZ3.62583.01921.6200
Yxy3.01920.43870.3653
Hunter Lab17.37586.83976.6353
CIE-Lab20.120612.623513.0864

#47291e color RGB value is (71,41,30).

#47291e hex color red value is 71, green value is 41 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #47291e hue: 0.04 , saturation: 0.41 and the lightness value of 47291e is 0.20.

The process color (four color CMYK) of #47291e color hex is 0.00, 0.42, 0.58, 0.72. Web safe color of #47291e is #333333. Color #47291e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00101001 00011110
Octal 107 51 36
Decimal 71 41 30
Hex 47 29 1E

RGB Percentages of Color #47291e

%50.00
%28.87
%21.13

CMYK Percentages of Color #47291e

%0
%42
%58
%72

Triadic Colors of #47291e

#47291e #1e4729 #291e47

Analogous Colors of #47291e

#47291e #473e1e #471e28

Monochromatic Colors of #47291e

#47291e

Complementary Color

#47291e #1e3c47

#47291e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47291e Color Preview on White Background

Lorem ipsum dolor sit amet.

#47291e Color CSS Codes

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

#47291e Text Font Color

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

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


#47291e Background Color

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

This div background color is #47291e


#47291e Border Color

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

This div border color is #47291e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47291e


Comments

No comments written yet.

Please login to write comment.