Color Hex Logo

#8a831d Color Hex

#8A831D
(138,131,29)
0 Favorites   0 Comments

Color spaces of #8a831d

RGB 13813129
HSL0.160.650.33
HSV56°79°54°
CMYK 0.000.050.79   0.46
XYZ18.819321.72464.3638
Yxy21.72460.41910.4838
Hunter Lab46.6097-9.495027.0758
CIE-Lab53.7336-9.151951.7869

#8a831d color RGB value is (138,131,29).

#8a831d hex color red value is 138, green value is 131 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #8a831d hue: 0.16 , saturation: 0.65 and the lightness value of 8a831d is 0.33.

The process color (four color CMYK) of #8a831d color hex is 0.00, 0.05, 0.79, 0.46. Web safe color of #8a831d is #999933. Color #8a831d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10000011 00011101
Octal 212 203 35
Decimal 138 131 29
Hex 8A 83 1D

RGB Percentages of Color #8a831d

%46.31
%43.96
%9.73

CMYK Percentages of Color #8a831d

%0
%5
%79
%46

Triadic Colors of #8a831d

#8a831d #1d8a83 #831d8a

Analogous Colors of #8a831d

#8a831d #5b8a1d #8a4d1d

Monochromatic Colors of #8a831d

#8a831d

Complementary Color

#8a831d #1d248a

#8a831d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a831d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a831d Color CSS Codes

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

#8a831d Text Font Color

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

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


#8a831d Background Color

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

This div background color is #8a831d


#8a831d Border Color

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

This div border color is #8a831d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a831d


Comments

No comments written yet.

Please login to write comment.