Color Hex Logo

#472529 Color Hex

#472529
(71,37,41)
0 Favorites   0 Comments

Color spaces of #472529

RGB 713741
HSL0.980.310.21
HSV353°48°28°
CMYK 0.000.480.42   0.72
XYZ3.66032.82282.4498
Yxy2.82280.40980.3160
Hunter Lab16.80129.48583.1157
CIE-Lab19.319816.60764.4345

#472529 color RGB value is (71,37,41).

#472529 hex color red value is 71, green value is 37 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #472529 hue: 0.98 , saturation: 0.31 and the lightness value of 472529 is 0.21.

The process color (four color CMYK) of #472529 color hex is 0.00, 0.48, 0.42, 0.72. Web safe color of #472529 is #333333. Color #472529 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00100101 00101001
Octal 107 45 51
Decimal 71 37 41
Hex 47 25 29

RGB Percentages of Color #472529

%47.65
%24.83
%27.52

CMYK Percentages of Color #472529

%0
%48
%42
%72

Triadic Colors of #472529

#472529 #294725 #252947

Analogous Colors of #472529

#472529 #473225 #47253a

Monochromatic Colors of #472529

#472529

Complementary Color

#472529 #254743

#472529 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#472529 Color Preview on White Background

Lorem ipsum dolor sit amet.

#472529 Color CSS Codes

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

#472529 Text Font Color

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

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


#472529 Background Color

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

This div background color is #472529


#472529 Border Color

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

This div border color is #472529


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #472529


Comments

No comments written yet.

Please login to write comment.