Color Hex Logo

#a47237 Color Hex

#A47237
(164,114,55)
0 Favorites   0 Comments

Color spaces of #a47237

RGB 16411455
HSL0.090.500.43
HSV32°66°64°
CMYK 0.000.300.66   0.36
XYZ22.016720.20306.3536
Yxy20.20300.45330.4159
Hunter Lab44.94778.775923.0825
CIE-Lab52.066013.685039.7810

#a47237 color RGB value is (164,114,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110010 00110111
Octal 244 162 67
Decimal 164 114 55
Hex A4 72 37

RGB Percentages of Color #a47237

%49.25
%34.23
%16.52

CMYK Percentages of Color #a47237

%0
%30
%66
%36

Triadic Colors of #a47237

#a47237 #37a472 #7237a4

Analogous Colors of #a47237

#a47237 #a0a437 #a43c37

Monochromatic Colors of #a47237

#a47237

Complementary Color

#a47237 #3769a4

#a47237 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47237 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47237 Color CSS Codes

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

#a47237 Text Font Color

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

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


#a47237 Background Color

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

This div background color is #a47237


#a47237 Border Color

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

This div border color is #a47237


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47237


Comments

No comments written yet.

Please login to write comment.