Color Hex Logo

#8d831c Color Hex

#8D831C
(141,131,28)
0 Favorites   0 Comments

Color spaces of #8d831c

RGB 14113128
HSL0.150.670.33
HSV55°80°55°
CMYK 0.000.070.80   0.45
XYZ19.310421.97924.3232
Yxy21.97920.42340.4819
Hunter Lab46.8820-8.520427.3500
CIE-Lab54.0049-7.808452.4677

#8d831c color RGB value is (141,131,28).

#8d831c hex color red value is 141, green value is 131 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #8d831c hue: 0.15 , saturation: 0.67 and the lightness value of 8d831c is 0.33.

The process color (four color CMYK) of #8d831c color hex is 0.00, 0.07, 0.80, 0.45. Web safe color of #8d831c is #999933. Color #8d831c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10000011 00011100
Octal 215 203 34
Decimal 141 131 28
Hex 8D 83 1C

RGB Percentages of Color #8d831c

%47.00
%43.67
%9.33

CMYK Percentages of Color #8d831c

%0
%7
%80
%45

Triadic Colors of #8d831c

#8d831c #1c8d83 #831c8d

Analogous Colors of #8d831c

#8d831c #5f8d1c #8d4b1c

Monochromatic Colors of #8d831c

#8d831c

Complementary Color

#8d831c #1c268d

#8d831c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d831c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d831c Color CSS Codes

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

#8d831c Text Font Color

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

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


#8d831c Background Color

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

This div background color is #8d831c


#8d831c Border Color

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

This div border color is #8d831c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d831c


Comments

No comments written yet.

Please login to write comment.