Color Hex Logo

#47412e Color Hex

#47412E
(71,65,46)
0 Favorites   0 Comments

Color spaces of #47412e

RGB 716546
HSL0.130.210.23
HSV46°35°28°
CMYK 0.000.080.35   0.72
XYZ4.98205.31743.3486
Yxy5.31740.36500.3896
Hunter Lab23.0595-1.78927.5318
CIE-Lab27.6205-0.897512.5468

#47412e color RGB value is (71,65,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000001 00101110
Octal 107 101 56
Decimal 71 65 46
Hex 47 41 2E

RGB Percentages of Color #47412e

%39.01
%35.71
%25.27

CMYK Percentages of Color #47412e

%0
%8
%35
%72

Triadic Colors of #47412e

#47412e #2e4741 #412e47

Analogous Colors of #47412e

#47412e #41472e #47352e

Monochromatic Colors of #47412e

#47412e

Complementary Color

#47412e #2e3447

#47412e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47412e Color Preview on White Background

Lorem ipsum dolor sit amet.

#47412e Color CSS Codes

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

#47412e Text Font Color

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

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


#47412e Background Color

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

This div background color is #47412e


#47412e Border Color

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

This div border color is #47412e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47412e


Comments

No comments written yet.

Please login to write comment.