Color Hex Logo

#a3473d Color Hex

#A3473D
(163,71,61)
0 Favorites   0 Comments

Color spaces of #a3473d

RGB 1637161
HSL0.020.460.44
HSV63°64°
CMYK 0.000.560.63   0.36
XYZ18.199812.62995.8935
Yxy12.62990.49560.3439
Hunter Lab35.538629.219915.0447
CIE-Lab42.200237.327324.6908

#a3473d color RGB value is (163,71,61).

#a3473d hex color red value is 163, green value is 71 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #a3473d hue: 0.02 , saturation: 0.46 and the lightness value of a3473d is 0.44.

The process color (four color CMYK) of #a3473d color hex is 0.00, 0.56, 0.63, 0.36. Web safe color of #a3473d is #993333. Color #a3473d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01000111 00111101
Octal 243 107 75
Decimal 163 71 61
Hex A3 47 3D

RGB Percentages of Color #a3473d

%55.25
%24.07
%20.68

CMYK Percentages of Color #a3473d

%0
%56
%63
%36

Triadic Colors of #a3473d

#a3473d #3da347 #473da3

Analogous Colors of #a3473d

#a3473d #a37a3d #a33d66

Monochromatic Colors of #a3473d

#a3473d

Complementary Color

#a3473d #3d99a3

#a3473d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3473d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3473d Color CSS Codes

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

#a3473d Text Font Color

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

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


#a3473d Background Color

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

This div background color is #a3473d


#a3473d Border Color

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

This div border color is #a3473d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3473d


Comments

No comments written yet.

Please login to write comment.