Color Hex Logo

#a47038 Color Hex

#A47038
(164,112,56)
0 Favorites   0 Comments

Color spaces of #a47038

RGB 16411256
HSL0.090.490.43
HSV31°66°64°
CMYK 0.000.320.66   0.36
XYZ21.817819.76646.4067
Yxy19.76640.45460.4119
Hunter Lab44.45949.792222.5778
CIE-Lab51.572114.886438.7140

#a47038 color RGB value is (164,112,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110000 00111000
Octal 244 160 70
Decimal 164 112 56
Hex A4 70 38

RGB Percentages of Color #a47038

%49.40
%33.73
%16.87

CMYK Percentages of Color #a47038

%0
%32
%66
%36

Triadic Colors of #a47038

#a47038 #38a470 #7038a4

Analogous Colors of #a47038

#a47038 #a2a438 #a43a38

Monochromatic Colors of #a47038

#a47038

Complementary Color

#a47038 #386ca4

#a47038 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47038 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47038 Color CSS Codes

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

#a47038 Text Font Color

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

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


#a47038 Background Color

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

This div background color is #a47038


#a47038 Border Color

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

This div border color is #a47038


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47038


Comments

No comments written yet.

Please login to write comment.