Color Hex Logo

#a45307 Color Hex

#A45307
(164,83,7)
0 Favorites   0 Comments

Color spaces of #a45307

RGB 164837
HSL0.080.920.34
HSV29°96°64°
CMYK 0.000.490.96   0.36
XYZ18.441414.09441.9495
Yxy14.09440.53480.4087
Hunter Lab37.542521.982323.2010
CIE-Lab44.368029.253051.7608

#a45307 color RGB value is (164,83,7).

#a45307 hex color red value is 164, green value is 83 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #a45307 hue: 0.08 , saturation: 0.92 and the lightness value of a45307 is 0.34.

The process color (four color CMYK) of #a45307 color hex is 0.00, 0.49, 0.96, 0.36. Web safe color of #a45307 is #996600. Color #a45307 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01010011 00000111
Octal 244 123 7
Decimal 164 83 7
Hex A4 53 7

RGB Percentages of Color #a45307

%64.57
%32.68
%2.76

CMYK Percentages of Color #a45307

%0
%49
%96
%36

Triadic Colors of #a45307

#a45307 #07a453 #5307a4

Analogous Colors of #a45307

#a45307 #a4a207 #a4070a

Monochromatic Colors of #a45307

#a45307

Complementary Color

#a45307 #0758a4

#a45307 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a45307 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a45307 Color CSS Codes

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

#a45307 Text Font Color

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

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


#a45307 Background Color

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

This div background color is #a45307


#a45307 Border Color

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

This div border color is #a45307


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a45307


Comments

No comments written yet.

Please login to write comment.