Color Hex Logo

#47172f Color Hex

#47172F
(71,23,47)
0 Favorites   0 Comments

Color spaces of #47172f

RGB 712347
HSL0.920.510.18
HSV330°68°28°
CMYK 0.000.680.34   0.72
XYZ3.41802.15762.9256
Yxy2.15760.40210.2538
Hunter Lab14.688815.8307-1.5268
CIE-Lab16.293525.8409-4.2245

#47172f color RGB value is (71,23,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00010111 00101111
Octal 107 27 57
Decimal 71 23 47
Hex 47 17 2F

RGB Percentages of Color #47172f

%50.35
%16.31
%33.33

CMYK Percentages of Color #47172f

%0
%68
%34
%72

Triadic Colors of #47172f

#47172f #2f4717 #172f47

Analogous Colors of #47172f

#47172f #471717 #471747

Monochromatic Colors of #47172f

#47172f

Complementary Color

#47172f #17472f

#47172f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47172f Color Preview on White Background

Lorem ipsum dolor sit amet.

#47172f Color CSS Codes

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

#47172f Text Font Color

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

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


#47172f Background Color

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

This div background color is #47172f


#47172f Border Color

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

This div border color is #47172f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47172f


Comments

No comments written yet.

Please login to write comment.