Color Hex Logo

#ac4f1f Color Hex

#AC4F1F
(172,79,31)
0 Favorites   0 Comments

Color spaces of #ac4f1f

RGB 1727931
HSL0.060.690.40
HSV20°82°67°
CMYK 0.000.540.82   0.33
XYZ20.056614.46153.0306
Yxy14.46150.53410.3851
Hunter Lab38.028327.593721.8948
CIE-Lab44.887635.228744.3675

#ac4f1f color RGB value is (172,79,31).

#ac4f1f hex color red value is 172, green value is 79 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ac4f1f hue: 0.06 , saturation: 0.69 and the lightness value of ac4f1f is 0.40.

The process color (four color CMYK) of #ac4f1f color hex is 0.00, 0.54, 0.82, 0.33. Web safe color of #ac4f1f is #996633. Color #ac4f1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01001111 00011111
Octal 254 117 37
Decimal 172 79 31
Hex AC 4F 1F

RGB Percentages of Color #ac4f1f

%60.99
%28.01
%10.99

CMYK Percentages of Color #ac4f1f

%0
%54
%82
%33

Triadic Colors of #ac4f1f

#ac4f1f #1fac4f #4f1fac

Analogous Colors of #ac4f1f

#ac4f1f #ac961f #ac1f36

Monochromatic Colors of #ac4f1f

#ac4f1f

Complementary Color

#ac4f1f #1f7cac

#ac4f1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac4f1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac4f1f Color CSS Codes

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

#ac4f1f Text Font Color

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

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


#ac4f1f Background Color

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

This div background color is #ac4f1f


#ac4f1f Border Color

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

This div border color is #ac4f1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac4f1f


Comments

No comments written yet.

Please login to write comment.