Color Hex Logo

#a47634 Color Hex

#A47634
(164,118,52)
0 Favorites   0 Comments

Color spaces of #a47634

RGB 16411852
HSL0.100.520.42
HSV35°68°64°
CMYK 0.000.280.68   0.36
XYZ22.408121.09736.1400
Yxy21.09730.45140.4250
Hunter Lab45.93186.701624.2266
CIE-Lab53.055811.227342.3669

#a47634 color RGB value is (164,118,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110110 00110100
Octal 244 166 64
Decimal 164 118 52
Hex A4 76 34

RGB Percentages of Color #a47634

%49.10
%35.33
%15.57

CMYK Percentages of Color #a47634

%0
%28
%68
%36

Triadic Colors of #a47634

#a47634 #34a476 #7634a4

Analogous Colors of #a47634

#a47634 #9aa434 #a43e34

Monochromatic Colors of #a47634

#a47634

Complementary Color

#a47634 #3462a4

#a47634 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47634 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47634 Color CSS Codes

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

#a47634 Text Font Color

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

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


#a47634 Background Color

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

This div background color is #a47634


#a47634 Border Color

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

This div border color is #a47634


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47634


Comments

No comments written yet.

Please login to write comment.