Color Hex Logo

#a3481b Color Hex

#A3481B
(163,72,27)
0 Favorites   0 Comments

Color spaces of #a3481b

RGB 1637227
HSL0.060.720.37
HSV20°83°64°
CMYK 0.000.560.83   0.36
XYZ17.619512.50042.5211
Yxy12.50040.53980.3830
Hunter Lab35.355927.082120.5214
CIE-Lab42.000635.091542.9969

#a3481b color RGB value is (163,72,27).

#a3481b hex color red value is 163, green value is 72 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #a3481b hue: 0.06 , saturation: 0.72 and the lightness value of a3481b is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01001000 00011011
Octal 243 110 33
Decimal 163 72 27
Hex A3 48 1B

RGB Percentages of Color #a3481b

%62.21
%27.48
%10.31

CMYK Percentages of Color #a3481b

%0
%56
%83
%36

Triadic Colors of #a3481b

#a3481b #1ba348 #481ba3

Analogous Colors of #a3481b

#a3481b #a38c1b #a31b32

Monochromatic Colors of #a3481b

#a3481b

Complementary Color

#a3481b #1b76a3

#a3481b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3481b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3481b Color CSS Codes

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

#a3481b Text Font Color

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

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


#a3481b Background Color

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

This div background color is #a3481b


#a3481b Border Color

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

This div border color is #a3481b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3481b


Comments

No comments written yet.

Please login to write comment.