Color Hex Logo

#ad342d Color Hex

#AD342D
(173,52,45)
0 Favorites   0 Comments

Color spaces of #ad342d

RGB 1735245
HSL0.010.590.43
HSV74°68°
CMYK 0.000.700.74   0.32
XYZ18.935211.52973.7101
Yxy11.52970.55410.3374
Hunter Lab33.955440.118417.2905
CIE-Lab40.458748.664532.5032

#ad342d color RGB value is (173,52,45).

#ad342d hex color red value is 173, green value is 52 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ad342d hue: 0.01 , saturation: 0.59 and the lightness value of ad342d is 0.43.

The process color (four color CMYK) of #ad342d color hex is 0.00, 0.70, 0.74, 0.32. Web safe color of #ad342d is #993333. Color #ad342d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110100 00101101
Octal 255 64 55
Decimal 173 52 45
Hex AD 34 2D

RGB Percentages of Color #ad342d

%64.07
%19.26
%16.67

CMYK Percentages of Color #ad342d

%0
%70
%74
%32

Triadic Colors of #ad342d

#ad342d #2dad34 #342dad

Analogous Colors of #ad342d

#ad342d #ad742d #ad2d66

Monochromatic Colors of #ad342d

#ad342d

Complementary Color

#ad342d #2da6ad

#ad342d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad342d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad342d Color CSS Codes

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

#ad342d Text Font Color

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

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


#ad342d Background Color

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

This div background color is #ad342d


#ad342d Border Color

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

This div border color is #ad342d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad342d


Comments

No comments written yet.

Please login to write comment.