Color Hex Logo

#47190a Color Hex

#47190A
(71,25,10)
0 Favorites   0 Comments

Color spaces of #47190a

RGB 712510
HSL0.040.750.16
HSV15°86°28°
CMYK 0.000.650.86   0.72
XYZ3.00102.05680.5260
Yxy2.05680.53740.3684
Hunter Lab14.341512.25387.8645
CIE-Lab15.782521.038619.6877

#47190a color RGB value is (71,25,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00011001 00001010
Octal 107 31 12
Decimal 71 25 10
Hex 47 19 A

RGB Percentages of Color #47190a

%66.98
%23.58
%9.43

CMYK Percentages of Color #47190a

%0
%65
%86
%72

Triadic Colors of #47190a

#47190a #0a4719 #190a47

Analogous Colors of #47190a

#47190a #47380a #470a1a

Monochromatic Colors of #47190a

#47190a

Complementary Color

#47190a #0a3847

#47190a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47190a Color Preview on White Background

Lorem ipsum dolor sit amet.

#47190a Color CSS Codes

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

#47190a Text Font Color

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

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


#47190a Background Color

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

This div background color is #47190a


#47190a Border Color

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

This div border color is #47190a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47190a


Comments

No comments written yet.

Please login to write comment.