Color Hex Logo

#8a7832 Color Hex

#8A7832
(138,120,50)
0 Favorites   0 Comments

Color spaces of #8a7832

RGB 13812050
HSL0.130.470.37
HSV48°64°54°
CMYK 0.000.130.64   0.46
XYZ17.773419.06655.7611
Yxy19.06650.41720.4476
Hunter Lab43.6652-3.757822.7430
CIE-Lab50.7649-1.857940.0283

#8a7832 color RGB value is (138,120,50).

#8a7832 hex color red value is 138, green value is 120 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #8a7832 hue: 0.13 , saturation: 0.47 and the lightness value of 8a7832 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 01111000 00110010
Octal 212 170 62
Decimal 138 120 50
Hex 8A 78 32

RGB Percentages of Color #8a7832

%44.81
%38.96
%16.23

CMYK Percentages of Color #8a7832

%0
%13
%64
%46

Triadic Colors of #8a7832

#8a7832 #328a78 #78328a

Analogous Colors of #8a7832

#8a7832 #708a32 #8a4c32

Monochromatic Colors of #8a7832

#8a7832

Complementary Color

#8a7832 #32448a

#8a7832 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a7832 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a7832 Color CSS Codes

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

#8a7832 Text Font Color

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

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


#8a7832 Background Color

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

This div background color is #8a7832


#8a7832 Border Color

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

This div border color is #8a7832


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a7832


Comments

No comments written yet.

Please login to write comment.