Color Hex Logo

#ad4319 Color Hex

#AD4319
(173,67,25)
0 Favorites   0 Comments

Color spaces of #ad4319

RGB 1736725
HSL0.050.750.39
HSV17°86°68°
CMYK 0.000.610.86   0.32
XYZ19.416212.96872.3996
Yxy12.96870.55820.3728
Hunter Lab36.012133.218621.2578
CIE-Lab42.716041.386545.1612

#ad4319 color RGB value is (173,67,25).

#ad4319 hex color red value is 173, green value is 67 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #ad4319 hue: 0.05 , saturation: 0.75 and the lightness value of ad4319 is 0.39.

The process color (four color CMYK) of #ad4319 color hex is 0.00, 0.61, 0.86, 0.32. Web safe color of #ad4319 is #993300. Color #ad4319 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000011 00011001
Octal 255 103 31
Decimal 173 67 25
Hex AD 43 19

RGB Percentages of Color #ad4319

%65.28
%25.28
%9.43

CMYK Percentages of Color #ad4319

%0
%61
%86
%32

Triadic Colors of #ad4319

#ad4319 #19ad43 #4319ad

Analogous Colors of #ad4319

#ad4319 #ad8d19 #ad1939

Monochromatic Colors of #ad4319

#ad4319

Complementary Color

#ad4319 #1983ad

#ad4319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad4319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad4319 Color CSS Codes

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

#ad4319 Text Font Color

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

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


#ad4319 Background Color

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

This div background color is #ad4319


#ad4319 Border Color

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

This div border color is #ad4319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad4319


Comments

No comments written yet.

Please login to write comment.