Color Hex Logo

#a47318 Color Hex

#A47318
(164,115,24)
0 Favorites   0 Comments

Color spaces of #a47318

RGB 16411524
HSL0.110.740.37
HSV39°85°64°
CMYK 0.000.300.85   0.36
XYZ21.605420.21993.6283
Yxy20.21990.47530.4448
Hunter Lab44.96657.073726.6925
CIE-Lab52.084911.679053.0286

#a47318 color RGB value is (164,115,24).

#a47318 hex color red value is 164, green value is 115 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #a47318 hue: 0.11 , saturation: 0.74 and the lightness value of a47318 is 0.37.

The process color (four color CMYK) of #a47318 color hex is 0.00, 0.30, 0.85, 0.36. Web safe color of #a47318 is #996600. Color #a47318 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110011 00011000
Octal 244 163 30
Decimal 164 115 24
Hex A4 73 18

RGB Percentages of Color #a47318

%54.13
%37.95
%7.92

CMYK Percentages of Color #a47318

%0
%30
%85
%36

Triadic Colors of #a47318

#a47318 #18a473 #7318a4

Analogous Colors of #a47318

#a47318 #8fa418 #a42d18

Monochromatic Colors of #a47318

#a47318

Complementary Color

#a47318 #1849a4

#a47318 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47318 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47318 Color CSS Codes

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

#a47318 Text Font Color

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

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


#a47318 Background Color

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

This div background color is #a47318


#a47318 Border Color

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

This div border color is #a47318


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47318


Comments

No comments written yet.

Please login to write comment.