Color Hex Logo

#47111f Color Hex

#47111F
(71,17,31)
0 Favorites   0 Comments

Color spaces of #47111f

RGB 711731
HSL0.960.610.17
HSV344°76°28°
CMYK 0.000.760.56   0.72
XYZ3.04631.83941.4908
Yxy1.83940.47770.2885
Hunter Lab13.562416.35912.9765
CIE-Lab14.620826.83724.9481

#47111f color RGB value is (71,17,31).

#47111f hex color red value is 71, green value is 17 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #47111f hue: 0.96 , saturation: 0.61 and the lightness value of 47111f is 0.17.

The process color (four color CMYK) of #47111f color hex is 0.00, 0.76, 0.56, 0.72. Web safe color of #47111f is #330033. Color #47111f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00010001 00011111
Octal 107 21 37
Decimal 71 17 31
Hex 47 11 1F

RGB Percentages of Color #47111f

%59.66
%14.29
%26.05

CMYK Percentages of Color #47111f

%0
%76
%56
%72

Triadic Colors of #47111f

#47111f #1f4711 #111f47

Analogous Colors of #47111f

#47111f #471e11 #47113a

Monochromatic Colors of #47111f

#47111f

Complementary Color

#47111f #114739

#47111f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47111f Color Preview on White Background

Lorem ipsum dolor sit amet.

#47111f Color CSS Codes

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

#47111f Text Font Color

<p style="color:#47111f">Text here</p>

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


#47111f Background Color

<div style="background-color:#47111f">
Div content here</div>

This div background color is #47111f


#47111f Border Color

<div style="border:3px solid #47111f">
Div here</div>

This div border color is #47111f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47111f


Comments

No comments written yet.

Please login to write comment.