Color Hex Logo

#8a735d Color Hex

#8A735D
(138,115,93)
0 Favorites   0 Comments

Color spaces of #8a735d

RGB 13811593
HSL0.080.190.45
HSV29°33°54°
CMYK 0.000.170.33   0.46
XYZ18.587818.455112.9384
Yxy18.45510.37190.3692
Hunter Lab42.95942.055012.2148
CIE-Lab50.04355.553615.5417

#8a735d color RGB value is (138,115,93).

#8a735d hex color red value is 138, green value is 115 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #8a735d hue: 0.08 , saturation: 0.19 and the lightness value of 8a735d is 0.45.

The process color (four color CMYK) of #8a735d color hex is 0.00, 0.17, 0.33, 0.46. Web safe color of #8a735d is #996666. Color #8a735d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 01110011 01011101
Octal 212 163 135
Decimal 138 115 93
Hex 8A 73 5D

RGB Percentages of Color #8a735d

%39.88
%33.24
%26.88

CMYK Percentages of Color #8a735d

%0
%17
%33
%46

Triadic Colors of #8a735d

#8a735d #5d8a73 #735d8a

Analogous Colors of #8a735d

#8a735d #8a8a5d #8a5d5e

Monochromatic Colors of #8a735d

#8a735d

Complementary Color

#8a735d #5d748a

#8a735d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a735d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a735d Color CSS Codes

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

#8a735d Text Font Color

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

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


#8a735d Background Color

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

This div background color is #8a735d


#8a735d Border Color

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

This div border color is #8a735d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,115,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8a735d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8a735d;
  -webkit-box-shadow: 1px 1px 3px 2px #8a735d;
  box-shadow:         1px 1px 3px 2px #8a735d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a735d


Comments

No comments written yet.

Please login to write comment.