Color Hex Logo

#470524 Color Hex

#470524
(71,5,36)
0 Favorites   0 Comments

Color spaces of #470524

RGB 71536
HSL0.920.870.15
HSV332°93°28°
CMYK 0.000.930.49   0.72
XYZ2.97121.57551.8166
Yxy1.57550.46690.2476
Hunter Lab12.551920.28750.2054
CIE-Lab13.080232.1618-0.9667

#470524 color RGB value is (71,5,36).

#470524 hex color red value is 71, green value is 5 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #470524 hue: 0.92 , saturation: 0.87 and the lightness value of 470524 is 0.15.

The process color (four color CMYK) of #470524 color hex is 0.00, 0.93, 0.49, 0.72. Web safe color of #470524 is #330033. Color #470524 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00000101 00100100
Octal 107 5 44
Decimal 71 5 36
Hex 47 5 24

RGB Percentages of Color #470524

%63.39
%4.46
%32.14

CMYK Percentages of Color #470524

%0
%93
%49
%72

Triadic Colors of #470524

#470524 #244705 #052447

Analogous Colors of #470524

#470524 #470705 #470545

Monochromatic Colors of #470524

#470524

Complementary Color

#470524 #054728

#470524 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#470524 Color Preview on White Background

Lorem ipsum dolor sit amet.

#470524 Color CSS Codes

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

#470524 Text Font Color

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

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


#470524 Background Color

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

This div background color is #470524


#470524 Border Color

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

This div border color is #470524


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #470524


Comments

No comments written yet.

Please login to write comment.