color codes Logo

#8d673c color codes

#8D673C
(141,103,60)
0 Favorites   0 Comments

Color spaces of #8d673c

RGB 14110360
HSL0.090.400.39
HSV32°57°55°
CMYK 0.000.270.57   0.45
XYZ16.650415.68956.4258
Yxy15.68950.42950.4047
Hunter Lab39.61005.716618.1086
CIE-Lab46.564510.094130.0029

#8d673c color RGB value is (141,103,60).

#8d673c hex color red value is 141, green value is 103 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #8d673c hue: 0.09 , saturation: 0.40 and the lightness value of 8d673c is 0.39.

The process color (four color CMYK) of #8d673c color code is 0.00, 0.27, 0.57, 0.45. Web safe color of #8d673c is #996633. Color #8d673c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 01100111 00111100
Octal 215 147 74
Decimal 141 103 60
Hex 8D 67 3C

RGB Percentages of Color #8d673c

%46.38
%33.88
%19.74

CMYK Percentages of Color #8d673c

%0
%27
%57
%45

Triadic Colors of #8d673c

#8d673c #3c8d67 #673c8d

Analogous Colors of #8d673c

#8d673c #8b8d3c #8d3f3c

Monochromatic Colors of #8d673c

#8d673c

Complementary Color

#8d673c #3c628d

#8d673c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d673c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d673c Color CSS Codes

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

#8d673c Text Font Color

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

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


#8d673c Background Color

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

This div background color is #8d673c


#8d673c Border Color

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

This div border color is #8d673c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d673c


Comments

No comments written yet.

Please login to write comment.