Color Hex Logo

#a74313 Color Hex

#A74313
(167,67,19)
0 Favorites   0 Comments

Color spaces of #a74313

RGB 1676719
HSL0.050.800.36
HSV19°89°65°
CMYK 0.000.600.89   0.35
XYZ18.061012.27682.0338
Yxy12.27680.55790.3792
Hunter Lab35.038330.693521.0853
CIE-Lab41.652738.952846.3357

#a74313 color RGB value is (167,67,19).

#a74313 hex color red value is 167, green value is 67 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #a74313 hue: 0.05 , saturation: 0.80 and the lightness value of a74313 is 0.36.

The process color (four color CMYK) of #a74313 color hex is 0.00, 0.60, 0.89, 0.35. Web safe color of #a74313 is #993300. Color #a74313 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000011 00010011
Octal 247 103 23
Decimal 167 67 19
Hex A7 43 13

RGB Percentages of Color #a74313

%66.01
%26.48
%7.51

CMYK Percentages of Color #a74313

%0
%60
%89
%35

Triadic Colors of #a74313

#a74313 #13a743 #4313a7

Analogous Colors of #a74313

#a74313 #a78d13 #a7132d

Monochromatic Colors of #a74313

#a74313

Complementary Color

#a74313 #1377a7

#a74313 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a74313 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a74313 Color CSS Codes

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

#a74313 Text Font Color

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

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


#a74313 Background Color

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

This div background color is #a74313


#a74313 Border Color

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

This div border color is #a74313


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,67,19, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a74313


Comments

No comments written yet.

Please login to write comment.