Color Hex Logo

#47110e Color Hex

#47110E
(71,17,14)
0 Favorites   0 Comments

Color spaces of #47110e

RGB 711714
HSL0.010.670.17
HSV80°28°
CMYK 0.000.760.80   0.72
XYZ2.87821.77220.6058
Yxy1.77220.54760.3372
Hunter Lab13.312415.29586.6206
CIE-Lab14.243325.487715.8924

#47110e color RGB value is (71,17,14).

#47110e hex color red value is 71, green value is 17 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #47110e hue: 0.01 , saturation: 0.67 and the lightness value of 47110e is 0.17.

The process color (four color CMYK) of #47110e color hex is 0.00, 0.76, 0.80, 0.72. Web safe color of #47110e is #330000. Color #47110e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00010001 00001110
Octal 107 21 16
Decimal 71 17 14
Hex 47 11 E

RGB Percentages of Color #47110e

%69.61
%16.67
%13.73

CMYK Percentages of Color #47110e

%0
%76
%80
%72

Triadic Colors of #47110e

#47110e #0e4711 #110e47

Analogous Colors of #47110e

#47110e #472e0e #470e27

Monochromatic Colors of #47110e

#47110e

Complementary Color

#47110e #0e4447

#47110e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47110e Color Preview on White Background

Lorem ipsum dolor sit amet.

#47110e Color CSS Codes

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

#47110e Text Font Color

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

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


#47110e Background Color

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

This div background color is #47110e


#47110e Border Color

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

This div border color is #47110e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47110e


Comments

No comments written yet.

Please login to write comment.