Color Hex Logo

#8b836d Color Hex

#8B836D
(139,131,109)
0 Favorites   0 Comments

Color spaces of #8b836d

RGB 139131109
HSL0.120.120.49
HSV44°22°55°
CMYK 0.000.060.22   0.45
XYZ21.524122.825717.7394
Yxy22.82570.34670.3676
Hunter Lab47.7762-3.190811.4289
CIE-Lab54.8923-0.805212.9946

#8b836d color RGB value is (139,131,109).

#8b836d hex color red value is 139, green value is 131 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #8b836d hue: 0.12 , saturation: 0.12 and the lightness value of 8b836d is 0.49.

The process color (four color CMYK) of #8b836d color hex is 0.00, 0.06, 0.22, 0.45. Web safe color of #8b836d is #999966. Color #8b836d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10000011 01101101
Octal 213 203 155
Decimal 139 131 109
Hex 8B 83 6D

RGB Percentages of Color #8b836d

%36.68
%34.56
%28.76

CMYK Percentages of Color #8b836d

%0
%6
%22
%45

Triadic Colors of #8b836d

#8b836d #6d8b83 #836d8b

Analogous Colors of #8b836d

#8b836d #848b6d #8b746d

Monochromatic Colors of #8b836d

#8b836d

Complementary Color

#8b836d #6d758b

#8b836d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b836d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b836d Color CSS Codes

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

#8b836d Text Font Color

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

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


#8b836d Background Color

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

This div background color is #8b836d


#8b836d Border Color

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

This div border color is #8b836d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b836d


Comments

No comments written yet.

Please login to write comment.