Color Hex Logo

#a47375 Color Hex

#A47375
(164,115,117)
0 Favorites   0 Comments

Color spaces of #a47375

RGB 164115117
HSL0.990.210.55
HSV358°30°64°
CMYK 0.000.300.29   0.36
XYZ24.651521.438319.6684
Yxy21.43830.37490.3260
Hunter Lab46.301514.00807.2253
CIE-Lab53.425919.61416.6422

#a47375 color RGB value is (164,115,117).

#a47375 hex color red value is 164, green value is 115 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #a47375 hue: 0.99 , saturation: 0.21 and the lightness value of a47375 is 0.55.

The process color (four color CMYK) of #a47375 color hex is 0.00, 0.30, 0.29, 0.36. Web safe color of #a47375 is #996666. Color #a47375 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110011 01110101
Octal 244 163 165
Decimal 164 115 117
Hex A4 73 75

RGB Percentages of Color #a47375

%41.41
%29.04
%29.55

CMYK Percentages of Color #a47375

%0
%30
%29
%36

Triadic Colors of #a47375

#a47375 #75a473 #7375a4

Analogous Colors of #a47375

#a47375 #a48a73 #a4738e

Monochromatic Colors of #a47375

#a47375

Complementary Color

#a47375 #73a4a2

#a47375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47375 Color CSS Codes

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

#a47375 Text Font Color

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

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


#a47375 Background Color

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

This div background color is #a47375


#a47375 Border Color

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

This div border color is #a47375


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47375


Comments

No comments written yet.

Please login to write comment.