Color Hex Logo

#a3310e Color Hex

#A3310E
(163,49,14)
0 Favorites   0 Comments

Color spaces of #a3310e

RGB 1634914
HSL0.040.840.35
HSV14°91°64°
CMYK 0.000.700.91   0.36
XYZ16.281810.01491.4904
Yxy10.01490.58590.3604
Hunter Lab31.646336.455919.3601
CIE-Lab37.869245.493945.0357

#a3310e color RGB value is (163,49,14).

#a3310e hex color red value is 163, green value is 49 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #a3310e hue: 0.04 , saturation: 0.84 and the lightness value of a3310e is 0.35.

The process color (four color CMYK) of #a3310e color hex is 0.00, 0.70, 0.91, 0.36. Web safe color of #a3310e is #993300. Color #a3310e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00110001 00001110
Octal 243 61 16
Decimal 163 49 14
Hex A3 31 E

RGB Percentages of Color #a3310e

%72.12
%21.68
%6.19

CMYK Percentages of Color #a3310e

%0
%70
%91
%36

Triadic Colors of #a3310e

#a3310e #0ea331 #310ea3

Analogous Colors of #a3310e

#a3310e #a37c0e #a30e36

Monochromatic Colors of #a3310e

#a3310e

Complementary Color

#a3310e #0e80a3

#a3310e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3310e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3310e Color CSS Codes

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

#a3310e Text Font Color

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

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


#a3310e Background Color

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

This div background color is #a3310e


#a3310e Border Color

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

This div border color is #a3310e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,49,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a3310e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a3310e;
  -webkit-box-shadow: 1px 1px 3px 2px #a3310e;
  box-shadow:         1px 1px 3px 2px #a3310e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,49,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3310e


Comments

No comments written yet.

Please login to write comment.