Color Hex Logo

#8a7846 Color Hex

#8A7846
(138,120,70)
0 Favorites   0 Comments

Color spaces of #8a7846

RGB 13812070
HSL0.120.330.41
HSV44°49°54°
CMYK 0.000.130.49   0.46
XYZ18.303219.27848.5508
Yxy19.27840.39680.4179
Hunter Lab43.9072-2.427819.1885
CIE-Lab51.0113-0.106929.8898

#8a7846 color RGB value is (138,120,70).

#8a7846 hex color red value is 138, green value is 120 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #8a7846 hue: 0.12 , saturation: 0.33 and the lightness value of 8a7846 is 0.41.

The process color (four color CMYK) of #8a7846 color hex is 0.00, 0.13, 0.49, 0.46. Web safe color of #8a7846 is #996633. Color #8a7846 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 01111000 01000110
Octal 212 170 106
Decimal 138 120 70
Hex 8A 78 46

RGB Percentages of Color #8a7846

%42.07
%36.59
%21.34

CMYK Percentages of Color #8a7846

%0
%13
%49
%46

Triadic Colors of #8a7846

#8a7846 #468a78 #78468a

Analogous Colors of #8a7846

#8a7846 #7a8a46 #8a5646

Monochromatic Colors of #8a7846

#8a7846

Complementary Color

#8a7846 #46588a

#8a7846 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a7846 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a7846 Color CSS Codes

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

#8a7846 Text Font Color

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

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


#8a7846 Background Color

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

This div background color is #8a7846


#8a7846 Border Color

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

This div border color is #8a7846


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a7846


Comments

No comments written yet.

Please login to write comment.