Color Hex Logo

#47172a Color Hex

#47172A
(71,23,42)
0 Favorites   0 Comments

Color spaces of #47172a

RGB 712342
HSL0.930.510.18
HSV336°68°28°
CMYK 0.000.680.41   0.72
XYZ3.32282.11962.4245
Yxy2.11960.42240.2694
Hunter Lab14.558815.26150.3176
CIE-Lab16.102825.1162-0.9170

#47172a color RGB value is (71,23,42).

#47172a hex color red value is 71, green value is 23 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #47172a hue: 0.93 , saturation: 0.51 and the lightness value of 47172a is 0.18.

The process color (four color CMYK) of #47172a color hex is 0.00, 0.68, 0.41, 0.72. Web safe color of #47172a is #330033. Color #47172a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00010111 00101010
Octal 107 27 52
Decimal 71 23 42
Hex 47 17 2A

RGB Percentages of Color #47172a

%52.21
%16.91
%30.88

CMYK Percentages of Color #47172a

%0
%68
%41
%72

Triadic Colors of #47172a

#47172a #2a4717 #172a47

Analogous Colors of #47172a

#47172a #471c17 #471742

Monochromatic Colors of #47172a

#47172a

Complementary Color

#47172a #174734

#47172a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47172a Color Preview on White Background

Lorem ipsum dolor sit amet.

#47172a Color CSS Codes

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

#47172a Text Font Color

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

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


#47172a Background Color

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

This div background color is #47172a


#47172a Border Color

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

This div border color is #47172a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47172a


Comments

No comments written yet.

Please login to write comment.