Color Hex Logo

#47120a Color Hex

#47120A
(71,18,10)
0 Favorites   0 Comments

Color spaces of #47120a

RGB 711810
HSL0.020.750.16
HSV86°28°
CMYK 0.000.750.86   0.72
XYZ2.86961.79410.4822
Yxy1.79410.55760.3486
Hunter Lab13.394414.80147.2416
CIE-Lab14.367324.797517.8742

#47120a color RGB value is (71,18,10).

#47120a hex color red value is 71, green value is 18 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #47120a hue: 0.02 , saturation: 0.75 and the lightness value of 47120a is 0.16.

The process color (four color CMYK) of #47120a color hex is 0.00, 0.75, 0.86, 0.72. Web safe color of #47120a is #330000. Color #47120a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00010010 00001010
Octal 107 22 12
Decimal 71 18 10
Hex 47 12 A

RGB Percentages of Color #47120a

%71.72
%18.18
%10.10

CMYK Percentages of Color #47120a

%0
%75
%86
%72

Triadic Colors of #47120a

#47120a #0a4712 #120a47

Analogous Colors of #47120a

#47120a #47310a #470a20

Monochromatic Colors of #47120a

#47120a

Complementary Color

#47120a #0a3f47

#47120a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47120a Color Preview on White Background

Lorem ipsum dolor sit amet.

#47120a Color CSS Codes

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

#47120a Text Font Color

<p style="color:#47120a">Text here</p>

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


#47120a Background Color

<div style="background-color:#47120a">
Div content here</div>

This div background color is #47120a


#47120a Border Color

<div style="border:3px solid #47120a">
Div here</div>

This div border color is #47120a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,18,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47120a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47120a;
  -webkit-box-shadow: 1px 1px 3px 2px #47120a;
  box-shadow:         1px 1px 3px 2px #47120a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47120a


Comments

No comments written yet.

Please login to write comment.