Color Hex Logo

#8d673f Color Hex

#8D673F
(141,103,63)
0 Favorites   0 Comments

Color spaces of #8d673f

RGB 14110363
HSL0.090.380.40
HSV31°55°55°
CMYK 0.000.270.55   0.45
XYZ16.732015.72216.8554
Yxy15.72210.42560.4000
Hunter Lab39.65115.934117.5049
CIE-Lab46.607810.363728.3796

#8d673f color RGB value is (141,103,63).

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

The process color (four color CMYK) of #8d673f color hex is 0.00, 0.27, 0.55, 0.45. Web safe color of #8d673f is #996633. Color #8d673f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 01100111 00111111
Octal 215 147 77
Decimal 141 103 63
Hex 8D 67 3F

RGB Percentages of Color #8d673f

%45.93
%33.55
%20.52

CMYK Percentages of Color #8d673f

%0
%27
%55
%45

Triadic Colors of #8d673f

#8d673f #3f8d67 #673f8d

Analogous Colors of #8d673f

#8d673f #8c8d3f #8d403f

Monochromatic Colors of #8d673f

#8d673f

Complementary Color

#8d673f #3f658d

#8d673f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d673f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d673f Color CSS Codes

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

#8d673f Text Font Color

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

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


#8d673f Background Color

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

This div background color is #8d673f


#8d673f Border Color

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

This div border color is #8d673f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d673f


Comments

No comments written yet.

Please login to write comment.