Color Hex Logo

#a3482f Color Hex

#A3482F
(163,72,47)
0 Favorites   0 Comments

Color spaces of #a3482f

RGB 1637247
HSL0.040.550.41
HSV13°71°64°
CMYK 0.000.560.71   0.36
XYZ17.934712.62654.1812
Yxy12.62650.51620.3634
Hunter Lab35.533827.908817.8971
CIE-Lab42.195035.943732.8611

#a3482f color RGB value is (163,72,47).

#a3482f hex color red value is 163, green value is 72 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #a3482f hue: 0.04 , saturation: 0.55 and the lightness value of a3482f is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01001000 00101111
Octal 243 110 57
Decimal 163 72 47
Hex A3 48 2F

RGB Percentages of Color #a3482f

%57.80
%25.53
%16.67

CMYK Percentages of Color #a3482f

%0
%56
%71
%36

Triadic Colors of #a3482f

#a3482f #2fa348 #482fa3

Analogous Colors of #a3482f

#a3482f #a3822f #a32f50

Monochromatic Colors of #a3482f

#a3482f

Complementary Color

#a3482f #2f8aa3

#a3482f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3482f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3482f Color CSS Codes

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

#a3482f Text Font Color

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

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


#a3482f Background Color

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

This div background color is #a3482f


#a3482f Border Color

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

This div border color is #a3482f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3482f


Comments

No comments written yet.

Please login to write comment.