Color Hex Logo

#ac3e07 Color Hex

#AC3E07
(172,62,7)
0 Favorites   0 Comments

Color spaces of #ac3e07

RGB 172627
HSL0.060.920.35
HSV20°96°67°
CMYK 0.000.640.96   0.33
XYZ18.774212.23121.5724
Yxy12.23120.57630.3754
Hunter Lab34.973134.619021.8155
CIE-Lab41.581242.995850.5740

#ac3e07 color RGB value is (172,62,7).

#ac3e07 hex color red value is 172, green value is 62 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #ac3e07 hue: 0.06 , saturation: 0.92 and the lightness value of ac3e07 is 0.35.

The process color (four color CMYK) of #ac3e07 color hex is 0.00, 0.64, 0.96, 0.33. Web safe color of #ac3e07 is #993300. Color #ac3e07 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00111110 00000111
Octal 254 76 7
Decimal 172 62 7
Hex AC 3E 7

RGB Percentages of Color #ac3e07

%71.37
%25.73
%2.90

CMYK Percentages of Color #ac3e07

%0
%64
%96
%33

Triadic Colors of #ac3e07

#ac3e07 #07ac3e #3e07ac

Analogous Colors of #ac3e07

#ac3e07 #ac9107 #ac0723

Monochromatic Colors of #ac3e07

#ac3e07

Complementary Color

#ac3e07 #0775ac

#ac3e07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac3e07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac3e07 Color CSS Codes

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

#ac3e07 Text Font Color

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

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


#ac3e07 Background Color

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

This div background color is #ac3e07


#ac3e07 Border Color

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

This div border color is #ac3e07


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,62,7, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac3e07


Comments

No comments written yet.

Please login to write comment.