Color Hex Logo

#8d835e Color Hex

#8D835E
(141,131,94)
0 Favorites   0 Comments

Color spaces of #8d835e

RGB 14113194
HSL0.130.200.46
HSV47°33°55°
CMYK 0.000.070.33   0.45
XYZ21.121222.703513.8587
Yxy22.70350.36620.3936
Hunter Lab47.6482-4.259916.1090
CIE-Lab54.7656-2.172521.4052

#8d835e color RGB value is (141,131,94).

#8d835e hex color red value is 141, green value is 131 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #8d835e hue: 0.13 , saturation: 0.20 and the lightness value of 8d835e is 0.46.

The process color (four color CMYK) of #8d835e color hex is 0.00, 0.07, 0.33, 0.45. Web safe color of #8d835e is #999966. Color #8d835e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10000011 01011110
Octal 215 203 136
Decimal 141 131 94
Hex 8D 83 5E

RGB Percentages of Color #8d835e

%38.52
%35.79
%25.68

CMYK Percentages of Color #8d835e

%0
%7
%33
%45

Triadic Colors of #8d835e

#8d835e #5e8d83 #835e8d

Analogous Colors of #8d835e

#8d835e #808d5e #8d6c5e

Monochromatic Colors of #8d835e

#8d835e

Complementary Color

#8d835e #5e688d

#8d835e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d835e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d835e Color CSS Codes

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

#8d835e Text Font Color

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

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


#8d835e Background Color

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

This div background color is #8d835e


#8d835e Border Color

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

This div border color is #8d835e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d835e


Comments

No comments written yet.

Please login to write comment.