Color Hex Logo

#471543 Color Hex

#471543
(71,21,67)
0 Favorites   0 Comments

Color spaces of #471543

RGB 712167
HSL0.850.540.18
HSV305°70°28°
CMYK 0.000.700.06   0.72
XYZ3.87982.28125.5460
Yxy2.28120.33140.1949
Hunter Lab15.103619.4214-11.1985
CIE-Lab16.898730.3530-17.4153

#471543 color RGB value is (71,21,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00010101 01000011
Octal 107 25 103
Decimal 71 21 67
Hex 47 15 43

RGB Percentages of Color #471543

%44.65
%13.21
%42.14

CMYK Percentages of Color #471543

%0
%70
%6
%72

Triadic Colors of #471543

#471543 #434715 #154347

Analogous Colors of #471543

#471543 #47152a #321547

Monochromatic Colors of #471543

#471543

Complementary Color

#471543 #154719

#471543 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#471543 Color Preview on White Background

Lorem ipsum dolor sit amet.

#471543 Color CSS Codes

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

#471543 Text Font Color

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

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


#471543 Background Color

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

This div background color is #471543


#471543 Border Color

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

This div border color is #471543


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #471543


Comments

No comments written yet.

Please login to write comment.