Color Hex Logo

#ad441f Color Hex

#AD441F
(173,68,31)
0 Favorites   0 Comments

Color spaces of #ad441f

RGB 1736831
HSL0.040.700.40
HSV16°82°68°
CMYK 0.000.610.82   0.32
XYZ19.548013.11742.7979
Yxy13.11740.55120.3699
Hunter Lab36.218032.960820.7723
CIE-Lab42.939641.087642.6016

#ad441f color RGB value is (173,68,31).

#ad441f hex color red value is 173, green value is 68 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ad441f hue: 0.04 , saturation: 0.70 and the lightness value of ad441f is 0.40.

The process color (four color CMYK) of #ad441f color hex is 0.00, 0.61, 0.82, 0.32. Web safe color of #ad441f is #993333. Color #ad441f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000100 00011111
Octal 255 104 37
Decimal 173 68 31
Hex AD 44 1F

RGB Percentages of Color #ad441f

%63.60
%25.00
%11.40

CMYK Percentages of Color #ad441f

%0
%61
%82
%32

Triadic Colors of #ad441f

#ad441f #1fad44 #441fad

Analogous Colors of #ad441f

#ad441f #ad8b1f #ad1f41

Monochromatic Colors of #ad441f

#ad441f

Complementary Color

#ad441f #1f88ad

#ad441f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad441f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad441f Color CSS Codes

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

#ad441f Text Font Color

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

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


#ad441f Background Color

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

This div background color is #ad441f


#ad441f Border Color

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

This div border color is #ad441f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad441f


Comments

No comments written yet.

Please login to write comment.