Color Hex Logo

#a43c3f Color Hex

#A43C3F
(164,60,63)
0 Favorites   0 Comments

Color spaces of #a43c3f

RGB 1646063
HSL1.000.460.44
HSV358°63°64°
CMYK 0.000.630.62   0.36
XYZ17.822911.48315.9797
Yxy11.48310.50510.3254
Hunter Lab33.886734.581213.2583
CIE-Lab40.382543.159021.1897

#a43c3f color RGB value is (164,60,63).

#a43c3f hex color red value is 164, green value is 60 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #a43c3f hue: 1.00 , saturation: 0.46 and the lightness value of a43c3f is 0.44.

The process color (four color CMYK) of #a43c3f color hex is 0.00, 0.63, 0.62, 0.36. Web safe color of #a43c3f is #993333. Color #a43c3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00111100 00111111
Octal 244 74 77
Decimal 164 60 63
Hex A4 3C 3F

RGB Percentages of Color #a43c3f

%57.14
%20.91
%21.95

CMYK Percentages of Color #a43c3f

%0
%63
%62
%36

Triadic Colors of #a43c3f

#a43c3f #3fa43c #3c3fa4

Analogous Colors of #a43c3f

#a43c3f #a46d3c #a43c73

Monochromatic Colors of #a43c3f

#a43c3f

Complementary Color

#a43c3f #3ca4a1

#a43c3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a43c3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a43c3f Color CSS Codes

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

#a43c3f Text Font Color

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

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


#a43c3f Background Color

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

This div background color is #a43c3f


#a43c3f Border Color

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

This div border color is #a43c3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a43c3f


Comments

No comments written yet.

Please login to write comment.