Color Hex Logo

#a47d32 Color Hex

#A47D32
(164,125,50)
0 Favorites   0 Comments

Color spaces of #a47d32

RGB 16412550
HSL0.110.530.42
HSV39°70°64°
CMYK 0.000.240.70   0.36
XYZ23.219222.79006.1927
Yxy22.79000.44480.4366
Hunter Lab47.73893.275725.7261
CIE-Lab54.85547.153445.2508

#a47d32 color RGB value is (164,125,50).

#a47d32 hex color red value is 164, green value is 125 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #a47d32 hue: 0.11 , saturation: 0.53 and the lightness value of a47d32 is 0.42.

The process color (four color CMYK) of #a47d32 color hex is 0.00, 0.24, 0.70, 0.36. Web safe color of #a47d32 is #996633. Color #a47d32 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111101 00110010
Octal 244 175 62
Decimal 164 125 50
Hex A4 7D 32

RGB Percentages of Color #a47d32

%48.38
%36.87
%14.75

CMYK Percentages of Color #a47d32

%0
%24
%70
%36

Triadic Colors of #a47d32

#a47d32 #32a47d #7d32a4

Analogous Colors of #a47d32

#a47d32 #92a432 #a44432

Monochromatic Colors of #a47d32

#a47d32

Complementary Color

#a47d32 #3259a4

#a47d32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47d32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47d32 Color CSS Codes

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

#a47d32 Text Font Color

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

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


#a47d32 Background Color

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

This div background color is #a47d32


#a47d32 Border Color

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

This div border color is #a47d32


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,125,50, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a47d32; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a47d32;
  -webkit-box-shadow: 1px 1px 3px 2px #a47d32;
  box-shadow:         1px 1px 3px 2px #a47d32; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,125,50, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47d32


Comments

No comments written yet.

Please login to write comment.