Color Hex Logo

#a7411e Color Hex

#A7411E
(167,65,30)
0 Favorites   0 Comments

Color spaces of #a7411e

RGB 1676530
HSL0.040.700.39
HSV15°82°65°
CMYK 0.000.610.82   0.35
XYZ18.061012.08982.6099
Yxy12.08980.55130.3690
Hunter Lab34.770431.871219.8889
CIE-Lab41.358540.221041.2282

#a7411e color RGB value is (167,65,30).

#a7411e hex color red value is 167, green value is 65 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #a7411e hue: 0.04 , saturation: 0.70 and the lightness value of a7411e is 0.39.

The process color (four color CMYK) of #a7411e color hex is 0.00, 0.61, 0.82, 0.35. Web safe color of #a7411e is #993333. Color #a7411e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000001 00011110
Octal 247 101 36
Decimal 167 65 30
Hex A7 41 1E

RGB Percentages of Color #a7411e

%63.74
%24.81
%11.45

CMYK Percentages of Color #a7411e

%0
%61
%82
%35

Triadic Colors of #a7411e

#a7411e #1ea741 #411ea7

Analogous Colors of #a7411e

#a7411e #a7861e #a71e3f

Monochromatic Colors of #a7411e

#a7411e

Complementary Color

#a7411e #1e84a7

#a7411e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7411e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7411e Color CSS Codes

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

#a7411e Text Font Color

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

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


#a7411e Background Color

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

This div background color is #a7411e


#a7411e Border Color

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

This div border color is #a7411e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7411e


Comments

No comments written yet.

Please login to write comment.