Color Hex Logo

#a53718 Color Hex

#A53718
(165,55,24)
0 Favorites   0 Comments

Color spaces of #a53718

RGB 1655524
HSL0.040.750.37
HSV13°85°65°
CMYK 0.000.670.85   0.35
XYZ17.048110.79772.0498
Yxy10.79770.57030.3612
Hunter Lab32.859935.103319.3034
CIE-Lab39.237643.885242.0330

#a53718 color RGB value is (165,55,24).

#a53718 hex color red value is 165, green value is 55 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #a53718 hue: 0.04 , saturation: 0.75 and the lightness value of a53718 is 0.37.

The process color (four color CMYK) of #a53718 color hex is 0.00, 0.67, 0.85, 0.35. Web safe color of #a53718 is #993300. Color #a53718 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00110111 00011000
Octal 245 67 30
Decimal 165 55 24
Hex A5 37 18

RGB Percentages of Color #a53718

%67.62
%22.54
%9.84

CMYK Percentages of Color #a53718

%0
%67
%85
%35

Triadic Colors of #a53718

#a53718 #18a537 #3718a5

Analogous Colors of #a53718

#a53718 #a57e18 #a51840

Monochromatic Colors of #a53718

#a53718

Complementary Color

#a53718 #1886a5

#a53718 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a53718 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a53718 Color CSS Codes

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

#a53718 Text Font Color

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

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


#a53718 Background Color

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

This div background color is #a53718


#a53718 Border Color

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

This div border color is #a53718


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a53718


Comments

No comments written yet.

Please login to write comment.