Color Hex Logo

#a47639 Color Hex

#A47639
(164,118,57)
0 Favorites   0 Comments

Color spaces of #a47639

RGB 16411857
HSL0.100.480.43
HSV34°65°64°
CMYK 0.000.280.65   0.36
XYZ22.526821.14486.7650
Yxy21.14480.44660.4192
Hunter Lab45.98356.974123.4658
CIE-Lab53.107611.548639.9375

#a47639 color RGB value is (164,118,57).

#a47639 hex color red value is 164, green value is 118 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #a47639 hue: 0.10 , saturation: 0.48 and the lightness value of a47639 is 0.43.

The process color (four color CMYK) of #a47639 color hex is 0.00, 0.28, 0.65, 0.36. Web safe color of #a47639 is #996633. Color #a47639 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110110 00111001
Octal 244 166 71
Decimal 164 118 57
Hex A4 76 39

RGB Percentages of Color #a47639

%48.38
%34.81
%16.81

CMYK Percentages of Color #a47639

%0
%28
%65
%36

Triadic Colors of #a47639

#a47639 #39a476 #7639a4

Analogous Colors of #a47639

#a47639 #9da439 #a44139

Monochromatic Colors of #a47639

#a47639

Complementary Color

#a47639 #3967a4

#a47639 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47639 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47639 Color CSS Codes

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

#a47639 Text Font Color

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

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


#a47639 Background Color

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

This div background color is #a47639


#a47639 Border Color

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

This div border color is #a47639


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47639


Comments

No comments written yet.

Please login to write comment.