Color Hex Logo

#a47708 Color Hex

#A47708
(164,119,8)
0 Favorites   0 Comments

Color spaces of #a47708

RGB 1641198
HSL0.120.910.34
HSV43°95°64°
CMYK 0.000.270.95   0.36
XYZ21.950521.10373.1462
Yxy21.10370.47510.4568
Hunter Lab45.93884.898228.0966
CIE-Lab53.06289.080257.7015

#a47708 color RGB value is (164,119,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110111 00001000
Octal 244 167 10
Decimal 164 119 8
Hex A4 77 8

RGB Percentages of Color #a47708

%56.36
%40.89
%2.75

CMYK Percentages of Color #a47708

%0
%27
%95
%36

Triadic Colors of #a47708

#a47708 #08a477 #7708a4

Analogous Colors of #a47708

#a47708 #83a408 #a42908

Monochromatic Colors of #a47708

#a47708

Complementary Color

#a47708 #0835a4

#a47708 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47708 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47708 Color CSS Codes

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

#a47708 Text Font Color

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

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


#a47708 Background Color

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

This div background color is #a47708


#a47708 Border Color

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

This div border color is #a47708


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47708


Comments

No comments written yet.

Please login to write comment.