Color Hex Logo

#a4351e Color Hex

#A4351E
(164,53,30)
0 Favorites   0 Comments

Color spaces of #a4351e

RGB 1645330
HSL0.030.690.38
HSV10°82°64°
CMYK 0.000.680.82   0.36
XYZ16.817310.53252.3749
Yxy10.53250.56580.3543
Hunter Lab32.453835.703118.3790
CIE-Lab38.781744.572338.5709

#a4351e color RGB value is (164,53,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00110101 00011110
Octal 244 65 36
Decimal 164 53 30
Hex A4 35 1E

RGB Percentages of Color #a4351e

%66.40
%21.46
%12.15

CMYK Percentages of Color #a4351e

%0
%68
%82
%36

Triadic Colors of #a4351e

#a4351e #1ea435 #351ea4

Analogous Colors of #a4351e

#a4351e #a4781e #a41e4a

Monochromatic Colors of #a4351e

#a4351e

Complementary Color

#a4351e #1e8da4

#a4351e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4351e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4351e Color CSS Codes

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

#a4351e Text Font Color

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

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


#a4351e Background Color

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

This div background color is #a4351e


#a4351e Border Color

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

This div border color is #a4351e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4351e


Comments

No comments written yet.

Please login to write comment.