Color Hex Logo

#8b824a Color Hex

#8B824A
(139,130,74)
0 Favorites   0 Comments

Color spaces of #8b824a

RGB 13913074
HSL0.140.310.42
HSV52°47°55°
CMYK 0.000.060.47   0.45
XYZ19.866121.94869.6680
Yxy21.94860.38590.4263
Hunter Lab46.8493-6.294820.5592
CIE-Lab53.9724-4.875331.4166

#8b824a color RGB value is (139,130,74).

#8b824a hex color red value is 139, green value is 130 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #8b824a hue: 0.14 , saturation: 0.31 and the lightness value of 8b824a is 0.42.

The process color (four color CMYK) of #8b824a color hex is 0.00, 0.06, 0.47, 0.45. Web safe color of #8b824a is #999933. Color #8b824a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10000010 01001010
Octal 213 202 112
Decimal 139 130 74
Hex 8B 82 4A

RGB Percentages of Color #8b824a

%40.52
%37.90
%21.57

CMYK Percentages of Color #8b824a

%0
%6
%47
%45

Triadic Colors of #8b824a

#8b824a #4a8b82 #824a8b

Analogous Colors of #8b824a

#8b824a #748b4a #8b624a

Monochromatic Colors of #8b824a

#8b824a

Complementary Color

#8b824a #4a538b

#8b824a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b824a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b824a Color CSS Codes

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

#8b824a Text Font Color

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

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


#8b824a Background Color

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

This div background color is #8b824a


#8b824a Border Color

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

This div border color is #8b824a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,130,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8b824a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8b824a;
  -webkit-box-shadow: 1px 1px 3px 2px #8b824a;
  box-shadow:         1px 1px 3px 2px #8b824a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,130,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b824a


Comments

No comments written yet.

Please login to write comment.