Color Hex Logo

#ad730d Color Hex

#AD730D
(173,115,13)
0 Favorites   0 Comments

Color spaces of #ad730d

RGB 17311513
HSL0.110.860.36
HSV38°92°68°
CMYK 0.000.340.92   0.32
XYZ23.437021.17483.2326
Yxy21.17480.48990.4426
Hunter Lab46.016110.385828.0462
CIE-Lab53.140315.520357.2784

#ad730d color RGB value is (173,115,13).

#ad730d hex color red value is 173, green value is 115 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ad730d hue: 0.11 , saturation: 0.86 and the lightness value of ad730d is 0.36.

The process color (four color CMYK) of #ad730d color hex is 0.00, 0.34, 0.92, 0.32. Web safe color of #ad730d is #996600. Color #ad730d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110011 00001101
Octal 255 163 15
Decimal 173 115 13
Hex AD 73 D

RGB Percentages of Color #ad730d

%57.48
%38.21
%4.32

CMYK Percentages of Color #ad730d

%0
%34
%92
%32

Triadic Colors of #ad730d

#ad730d #0dad73 #730dad

Analogous Colors of #ad730d

#ad730d #97ad0d #ad230d

Monochromatic Colors of #ad730d

#ad730d

Complementary Color

#ad730d #0d47ad

#ad730d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad730d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad730d Color CSS Codes

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

#ad730d Text Font Color

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

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


#ad730d Background Color

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

This div background color is #ad730d


#ad730d Border Color

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

This div border color is #ad730d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad730d


Comments

No comments written yet.

Please login to write comment.