Color Hex Logo

#a47234 Color Hex

#A47234
(164,114,52)
0 Favorites   0 Comments

Color spaces of #a47234

RGB 16411452
HSL0.090.520.42
HSV33°68°64°
CMYK 0.000.300.68   0.36
XYZ21.947020.17515.9863
Yxy20.17510.45620.4194
Hunter Lab44.91678.613723.5398
CIE-Lab52.034613.495741.2516

#a47234 color RGB value is (164,114,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110010 00110100
Octal 244 162 64
Decimal 164 114 52
Hex A4 72 34

RGB Percentages of Color #a47234

%49.70
%34.55
%15.76

CMYK Percentages of Color #a47234

%0
%30
%68
%36

Triadic Colors of #a47234

#a47234 #34a472 #7234a4

Analogous Colors of #a47234

#a47234 #9ea434 #a43a34

Monochromatic Colors of #a47234

#a47234

Complementary Color

#a47234 #3466a4

#a47234 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47234 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47234 Color CSS Codes

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

#a47234 Text Font Color

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

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


#a47234 Background Color

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

This div background color is #a47234


#a47234 Border Color

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

This div border color is #a47234


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,114,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 #a47234">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47234


Comments

No comments written yet.

Please login to write comment.