Color Hex Logo

#47121a Color Hex

#47121A
(71,18,26)
0 Favorites   0 Comments

Color spaces of #47121a

RGB 711826
HSL0.970.600.17
HSV351°75°28°
CMYK 0.000.750.63   0.72
XYZ3.00131.84681.1756
Yxy1.84680.49820.3066
Hunter Lab13.589715.63994.3838
CIE-Lab14.661825.87458.6610

#47121a color RGB value is (71,18,26).

#47121a hex color red value is 71, green value is 18 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #47121a hue: 0.97 , saturation: 0.60 and the lightness value of 47121a is 0.17.

The process color (four color CMYK) of #47121a color hex is 0.00, 0.75, 0.63, 0.72. Web safe color of #47121a is #330033. Color #47121a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00010010 00011010
Octal 107 22 32
Decimal 71 18 26
Hex 47 12 1A

RGB Percentages of Color #47121a

%61.74
%15.65
%22.61

CMYK Percentages of Color #47121a

%0
%75
%63
%72

Triadic Colors of #47121a

#47121a #1a4712 #121a47

Analogous Colors of #47121a

#47121a #472512 #471235

Monochromatic Colors of #47121a

#47121a

Complementary Color

#47121a #12473f

#47121a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47121a Color Preview on White Background

Lorem ipsum dolor sit amet.

#47121a Color CSS Codes

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

#47121a Text Font Color

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

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


#47121a Background Color

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

This div background color is #47121a


#47121a Border Color

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

This div border color is #47121a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47121a


Comments

No comments written yet.

Please login to write comment.