Color Hex Logo

#a54039 Color Hex

#A54039
(165,64,57)
0 Favorites   0 Comments

Color spaces of #a54039

RGB 1656457
HSL0.010.490.44
HSV65°65°
CMYK 0.000.610.65   0.35
XYZ18.089011.96155.2263
Yxy11.96150.51280.3391
Hunter Lab34.585432.835415.2503
CIE-Lab41.154941.247125.8584

#a54039 color RGB value is (165,64,57).

#a54039 hex color red value is 165, green value is 64 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #a54039 hue: 0.01 , saturation: 0.49 and the lightness value of a54039 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01000000 00111001
Octal 245 100 71
Decimal 165 64 57
Hex A5 40 39

RGB Percentages of Color #a54039

%57.69
%22.38
%19.93

CMYK Percentages of Color #a54039

%0
%61
%65
%35

Triadic Colors of #a54039

#a54039 #39a540 #4039a5

Analogous Colors of #a54039

#a54039 #a57639 #a53968

Monochromatic Colors of #a54039

#a54039

Complementary Color

#a54039 #399ea5

#a54039 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a54039 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a54039 Color CSS Codes

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

#a54039 Text Font Color

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

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


#a54039 Background Color

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

This div background color is #a54039


#a54039 Border Color

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

This div border color is #a54039


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,64,57, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a54039; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a54039;
  -webkit-box-shadow: 1px 1px 3px 2px #a54039;
  box-shadow:         1px 1px 3px 2px #a54039; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,64,57, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a54039


Comments

No comments written yet.

Please login to write comment.