Color Hex Logo

#a4360b Color Hex

#A4360B
(164,54,11)
0 Favorites   0 Comments

Color spaces of #a4360b

RGB 1645411
HSL0.050.870.34
HSV17°93°64°
CMYK 0.000.670.93   0.36
XYZ16.689410.55501.4743
Yxy10.55500.58110.3675
Hunter Lab32.488534.841120.0514
CIE-Lab38.820643.690946.8491

#a4360b color RGB value is (164,54,11).

#a4360b hex color red value is 164, green value is 54 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #a4360b hue: 0.05 , saturation: 0.87 and the lightness value of a4360b is 0.34.

The process color (four color CMYK) of #a4360b color hex is 0.00, 0.67, 0.93, 0.36. Web safe color of #a4360b is #993300. Color #a4360b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00110110 00001011
Octal 244 66 13
Decimal 164 54 11
Hex A4 36 B

RGB Percentages of Color #a4360b

%71.62
%23.58
%4.80

CMYK Percentages of Color #a4360b

%0
%67
%93
%36

Triadic Colors of #a4360b

#a4360b #0ba436 #360ba4

Analogous Colors of #a4360b

#a4360b #a4830b #a40b2c

Monochromatic Colors of #a4360b

#a4360b

Complementary Color

#a4360b #0b79a4

#a4360b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4360b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4360b Color CSS Codes

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

#a4360b Text Font Color

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

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


#a4360b Background Color

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

This div background color is #a4360b


#a4360b Border Color

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

This div border color is #a4360b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4360b


Comments

No comments written yet.

Please login to write comment.