Color Hex Logo

#ad361f Color Hex

#AD361F
(173,54,31)
0 Favorites   0 Comments

Color spaces of #ad361f

RGB 1735431
HSL0.030.700.40
HSV10°82°68°
CMYK 0.000.690.82   0.32
XYZ18.800111.62152.5486
Yxy11.62150.57020.3525
Hunter Lab34.090338.781019.4307
CIE-Lab40.608147.324240.3895

#ad361f color RGB value is (173,54,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110110 00011111
Octal 255 66 37
Decimal 173 54 31
Hex AD 36 1F

RGB Percentages of Color #ad361f

%67.05
%20.93
%12.02

CMYK Percentages of Color #ad361f

%0
%69
%82
%32

Triadic Colors of #ad361f

#ad361f #1fad36 #361fad

Analogous Colors of #ad361f

#ad361f #ad7d1f #ad1f4f

Monochromatic Colors of #ad361f

#ad361f

Complementary Color

#ad361f #1f96ad

#ad361f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad361f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad361f Color CSS Codes

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

#ad361f Text Font Color

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

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


#ad361f Background Color

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

This div background color is #ad361f


#ad361f Border Color

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

This div border color is #ad361f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad361f


Comments

No comments written yet.

Please login to write comment.