Color Hex Logo

#a7423f Color Hex

#A7423F
(167,66,63)
0 Favorites   0 Comments

Color spaces of #a7423f

RGB 1676663
HSL0.000.450.45
HSV62°65°
CMYK 0.000.600.62   0.35
XYZ18.781812.47086.1198
Yxy12.47080.50260.3337
Hunter Lab35.314033.135914.4451
CIE-Lab41.954841.424923.3114

#a7423f color RGB value is (167,66,63).

#a7423f hex color red value is 167, green value is 66 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #a7423f hue: 0.00 , saturation: 0.45 and the lightness value of a7423f is 0.45.

The process color (four color CMYK) of #a7423f color hex is 0.00, 0.60, 0.62, 0.35. Web safe color of #a7423f is #993333. Color #a7423f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000010 00111111
Octal 247 102 77
Decimal 167 66 63
Hex A7 42 3F

RGB Percentages of Color #a7423f

%56.42
%22.30
%21.28

CMYK Percentages of Color #a7423f

%0
%60
%62
%35

Triadic Colors of #a7423f

#a7423f #3fa742 #423fa7

Analogous Colors of #a7423f

#a7423f #a7763f #a73f70

Monochromatic Colors of #a7423f

#a7423f

Complementary Color

#a7423f #3fa4a7

#a7423f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7423f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7423f Color CSS Codes

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

#a7423f Text Font Color

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

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


#a7423f Background Color

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

This div background color is #a7423f


#a7423f Border Color

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

This div border color is #a7423f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,66,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 #a7423f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7423f


Comments

No comments written yet.

Please login to write comment.