Color Hex Logo

#a78507 Color Hex

#A78507
(167,133,7)
0 Favorites   0 Comments

Color spaces of #a78507

RGB 1671337
HSL0.130.920.34
HSV47°96°65°
CMYK 0.000.200.96   0.35
XYZ24.362225.00593.7436
Yxy25.00590.45870.4708
Hunter Lab50.0059-0.547530.5655
CIE-Lab57.08122.606360.9681

#a78507 color RGB value is (167,133,7).

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

The process color (four color CMYK) of #a78507 color hex is 0.00, 0.20, 0.96, 0.35. Web safe color of #a78507 is #999900. Color #a78507 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10000101 00000111
Octal 247 205 7
Decimal 167 133 7
Hex A7 85 7

RGB Percentages of Color #a78507

%54.40
%43.32
%2.28

CMYK Percentages of Color #a78507

%0
%20
%96
%35

Triadic Colors of #a78507

#a78507 #07a785 #8507a7

Analogous Colors of #a78507

#a78507 #79a707 #a73507

Monochromatic Colors of #a78507

#a78507

Complementary Color

#a78507 #0729a7

#a78507 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78507 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78507 Color CSS Codes

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

#a78507 Text Font Color

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

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


#a78507 Background Color

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

This div background color is #a78507


#a78507 Border Color

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

This div border color is #a78507


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78507


Comments

No comments written yet.

Please login to write comment.