Color Hex Logo

#47153e Color Hex

#47153E
(71,21,62)
0 Favorites   0 Comments

Color spaces of #47153e

RGB 712162
HSL0.860.540.18
HSV311°70°28°
CMYK 0.000.700.13   0.72
XYZ3.73622.22374.7897
Yxy2.22370.34760.2069
Hunter Lab14.912118.6268-8.6053
CIE-Lab16.620029.4039-14.3600

#47153e color RGB value is (71,21,62).

#47153e hex color red value is 71, green value is 21 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #47153e hue: 0.86 , saturation: 0.54 and the lightness value of 47153e is 0.18.

The process color (four color CMYK) of #47153e color hex is 0.00, 0.70, 0.13, 0.72. Web safe color of #47153e is #330033. Color #47153e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00010101 00111110
Octal 107 25 76
Decimal 71 21 62
Hex 47 15 3E

RGB Percentages of Color #47153e

%46.10
%13.64
%40.26

CMYK Percentages of Color #47153e

%0
%70
%13
%72

Triadic Colors of #47153e

#47153e #3e4715 #153e47

Analogous Colors of #47153e

#47153e #471525 #371547

Monochromatic Colors of #47153e

#47153e

Complementary Color

#47153e #15471e

#47153e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47153e Color Preview on White Background

Lorem ipsum dolor sit amet.

#47153e Color CSS Codes

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

#47153e Text Font Color

<p style="color:#47153e">Text here</p>

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


#47153e Background Color

<div style="background-color:#47153e">
Div content here</div>

This div background color is #47153e


#47153e Border Color

<div style="border:3px solid #47153e">
Div here</div>

This div border color is #47153e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,21,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47153e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47153e;
  -webkit-box-shadow: 1px 1px 3px 2px #47153e;
  box-shadow:         1px 1px 3px 2px #47153e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47153e


Comments

No comments written yet.

Please login to write comment.