Color Hex Logo

#a45035 Color Hex

#A45035
(164,80,53)
0 Favorites   0 Comments

Color spaces of #a45035

RGB 1648053
HSL0.040.510.43
HSV15°68°64°
CMYK 0.000.510.68   0.36
XYZ18.821113.88695.0566
Yxy13.88690.49840.3677
Hunter Lab37.265124.939118.0404
CIE-Lab44.070332.509431.6804

#a45035 color RGB value is (164,80,53).

#a45035 hex color red value is 164, green value is 80 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #a45035 hue: 0.04 , saturation: 0.51 and the lightness value of a45035 is 0.43.

The process color (four color CMYK) of #a45035 color hex is 0.00, 0.51, 0.68, 0.36. Web safe color of #a45035 is #996633. Color #a45035 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01010000 00110101
Octal 244 120 65
Decimal 164 80 53
Hex A4 50 35

RGB Percentages of Color #a45035

%55.22
%26.94
%17.85

CMYK Percentages of Color #a45035

%0
%51
%68
%36

Triadic Colors of #a45035

#a45035 #35a450 #5035a4

Analogous Colors of #a45035

#a45035 #a48835 #a43552

Monochromatic Colors of #a45035

#a45035

Complementary Color

#a45035 #3589a4

#a45035 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a45035 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a45035 Color CSS Codes

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

#a45035 Text Font Color

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

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


#a45035 Background Color

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

This div background color is #a45035


#a45035 Border Color

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

This div border color is #a45035


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a45035


Comments

No comments written yet.

Please login to write comment.