Color Hex Logo

#a47808 Color Hex

#A47808
(164,120,8)
0 Favorites   0 Comments

Color spaces of #a47808

RGB 1641208
HSL0.120.910.34
HSV43°95°64°
CMYK 0.000.270.95   0.36
XYZ22.070121.34303.1861
Yxy21.34300.47360.4580
Hunter Lab46.19854.426328.2500
CIE-Lab53.32298.515457.8916

#a47808 color RGB value is (164,120,8).

#a47808 hex color red value is 164, green value is 120 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #a47808 hue: 0.12 , saturation: 0.91 and the lightness value of a47808 is 0.34.

The process color (four color CMYK) of #a47808 color hex is 0.00, 0.27, 0.95, 0.36. Web safe color of #a47808 is #996600. Color #a47808 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111000 00001000
Octal 244 170 10
Decimal 164 120 8
Hex A4 78 8

RGB Percentages of Color #a47808

%56.16
%41.10
%2.74

CMYK Percentages of Color #a47808

%0
%27
%95
%36

Triadic Colors of #a47808

#a47808 #08a478 #7808a4

Analogous Colors of #a47808

#a47808 #82a408 #a42a08

Monochromatic Colors of #a47808

#a47808

Complementary Color

#a47808 #0834a4

#a47808 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47808 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47808 Color CSS Codes

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

#a47808 Text Font Color

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

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


#a47808 Background Color

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

This div background color is #a47808


#a47808 Border Color

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

This div border color is #a47808


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47808


Comments

No comments written yet.

Please login to write comment.