Color Hex Logo

#8a784d Color Hex

#8A784D
(138,120,77)
0 Favorites   0 Comments

Color spaces of #8a784d

RGB 13812077
HSL0.120.280.42
HSV42°44°54°
CMYK 0.000.130.44   0.46
XYZ18.537319.37209.7833
Yxy19.37200.38870.4062
Hunter Lab44.0136-1.844717.6306
CIE-Lab51.11960.652126.1447

#8a784d color RGB value is (138,120,77).

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

The process color (four color CMYK) of #8a784d color hex is 0.00, 0.13, 0.44, 0.46. Web safe color of #8a784d is #996666. Color #8a784d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 01111000 01001101
Octal 212 170 115
Decimal 138 120 77
Hex 8A 78 4D

RGB Percentages of Color #8a784d

%41.19
%35.82
%22.99

CMYK Percentages of Color #8a784d

%0
%13
%44
%46

Triadic Colors of #8a784d

#8a784d #4d8a78 #784d8a

Analogous Colors of #8a784d

#8a784d #7e8a4d #8a5a4d

Monochromatic Colors of #8a784d

#8a784d

Complementary Color

#8a784d #4d5f8a

#8a784d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a784d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a784d Color CSS Codes

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

#8a784d Text Font Color

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

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


#8a784d Background Color

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

This div background color is #8a784d


#8a784d Border Color

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

This div border color is #8a784d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a784d


Comments

No comments written yet.

Please login to write comment.