Color Hex Logo

#a4371d Color Hex

#A4371D
(164,55,29)
0 Favorites   0 Comments

Color spaces of #a4371d

RGB 1645529
HSL0.030.700.38
HSV12°82°64°
CMYK 0.000.660.82   0.36
XYZ16.897810.71362.3397
Yxy10.71360.56420.3577
Hunter Lab32.731634.870818.6740
CIE-Lab39.093943.673839.3866

#a4371d color RGB value is (164,55,29).

#a4371d hex color red value is 164, green value is 55 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #a4371d hue: 0.03 , saturation: 0.70 and the lightness value of a4371d is 0.38.

The process color (four color CMYK) of #a4371d color hex is 0.00, 0.66, 0.82, 0.36. Web safe color of #a4371d is #993333. Color #a4371d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00110111 00011101
Octal 244 67 35
Decimal 164 55 29
Hex A4 37 1D

RGB Percentages of Color #a4371d

%66.13
%22.18
%11.69

CMYK Percentages of Color #a4371d

%0
%66
%82
%36

Triadic Colors of #a4371d

#a4371d #1da437 #371da4

Analogous Colors of #a4371d

#a4371d #a47b1d #a41d47

Monochromatic Colors of #a4371d

#a4371d

Complementary Color

#a4371d #1d8aa4

#a4371d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4371d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4371d Color CSS Codes

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

#a4371d Text Font Color

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

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


#a4371d Background Color

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

This div background color is #a4371d


#a4371d Border Color

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

This div border color is #a4371d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,55,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a4371d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a4371d;
  -webkit-box-shadow: 1px 1px 3px 2px #a4371d;
  box-shadow:         1px 1px 3px 2px #a4371d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,55,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4371d


Comments

No comments written yet.

Please login to write comment.