Color Hex Logo

#a4341a Color Hex

#A4341A
(164,52,26)
0 Favorites   0 Comments

Color spaces of #a4341a

RGB 1645226
HSL0.030.730.37
HSV11°84°64°
CMYK 0.000.680.84   0.36
XYZ16.724310.42312.1077
Yxy10.42310.57170.3563
Hunter Lab32.284835.968818.7287
CIE-Lab38.591344.874340.4223

#a4341a color RGB value is (164,52,26).

#a4341a hex color red value is 164, green value is 52 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #a4341a hue: 0.03 , saturation: 0.73 and the lightness value of a4341a is 0.37.

The process color (four color CMYK) of #a4341a color hex is 0.00, 0.68, 0.84, 0.36. Web safe color of #a4341a is #993333. Color #a4341a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00110100 00011010
Octal 244 64 32
Decimal 164 52 26
Hex A4 34 1A

RGB Percentages of Color #a4341a

%67.77
%21.49
%10.74

CMYK Percentages of Color #a4341a

%0
%68
%84
%36

Triadic Colors of #a4341a

#a4341a #1aa434 #341aa4

Analogous Colors of #a4341a

#a4341a #a4791a #a41a45

Monochromatic Colors of #a4341a

#a4341a

Complementary Color

#a4341a #1a8aa4

#a4341a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4341a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4341a Color CSS Codes

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

#a4341a Text Font Color

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

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


#a4341a Background Color

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

This div background color is #a4341a


#a4341a Border Color

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

This div border color is #a4341a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4341a


Comments

No comments written yet.

Please login to write comment.