Color Hex Logo

#a53925 Color Hex

#A53925
(165,57,37)
0 Favorites   0 Comments

Color spaces of #a53925

RGB 1655737
HSL0.030.630.40
HSV78°65°
CMYK 0.000.650.78   0.35
XYZ17.314111.05922.9723
Yxy11.05920.55240.3528
Hunter Lab33.255434.737417.9795
CIE-Lab39.680043.437435.7800

#a53925 color RGB value is (165,57,37).

#a53925 hex color red value is 165, green value is 57 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #a53925 hue: 0.03 , saturation: 0.63 and the lightness value of a53925 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00111001 00100101
Octal 245 71 45
Decimal 165 57 37
Hex A5 39 25

RGB Percentages of Color #a53925

%63.71
%22.01
%14.29

CMYK Percentages of Color #a53925

%0
%65
%78
%35

Triadic Colors of #a53925

#a53925 #25a539 #3925a5

Analogous Colors of #a53925

#a53925 #a57925 #a52551

Monochromatic Colors of #a53925

#a53925

Complementary Color

#a53925 #2591a5

#a53925 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a53925 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a53925 Color CSS Codes

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

#a53925 Text Font Color

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

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


#a53925 Background Color

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

This div background color is #a53925


#a53925 Border Color

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

This div border color is #a53925


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a53925


Comments

No comments written yet.

Please login to write comment.