Color Hex Logo

#a74508 Color Hex

#A74508
(167,69,8)
0 Favorites   0 Comments

Color spaces of #a74508

RGB 167698
HSL0.060.910.34
HSV23°95°65°
CMYK 0.000.590.95   0.35
XYZ18.108312.48931.6860
Yxy12.48930.56090.3869
Hunter Lab35.340229.617921.9096
CIE-Lab41.983437.777950.1218

#a74508 color RGB value is (167,69,8).

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

The process color (four color CMYK) of #a74508 color hex is 0.00, 0.59, 0.95, 0.35. Web safe color of #a74508 is #993300. Color #a74508 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000101 00001000
Octal 247 105 10
Decimal 167 69 8
Hex A7 45 8

RGB Percentages of Color #a74508

%68.44
%28.28
%3.28

CMYK Percentages of Color #a74508

%0
%59
%95
%35

Triadic Colors of #a74508

#a74508 #08a745 #4508a7

Analogous Colors of #a74508

#a74508 #a79508 #a7081a

Monochromatic Colors of #a74508

#a74508

Complementary Color

#a74508 #086aa7

#a74508 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a74508 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a74508 Color CSS Codes

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

#a74508 Text Font Color

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

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


#a74508 Background Color

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

This div background color is #a74508


#a74508 Border Color

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

This div border color is #a74508


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a74508


Comments

No comments written yet.

Please login to write comment.