Color Hex Logo

#8d583c Color Hex

#8D583C
(141,88,60)
0 Favorites   0 Comments

Color spaces of #8d583c

RGB 1418860
HSL0.060.400.39
HSV21°57°55°
CMYK 0.000.380.57   0.45
XYZ15.289812.96845.9723
Yxy12.96840.44670.3789
Hunter Lab36.011712.767015.3753
CIE-Lab42.715618.846025.2437

#8d583c color RGB value is (141,88,60).

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

The process color (four color CMYK) of #8d583c color hex is 0.00, 0.38, 0.57, 0.45. Web safe color of #8d583c is #996633. Color #8d583c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 01011000 00111100
Octal 215 130 74
Decimal 141 88 60
Hex 8D 58 3C

RGB Percentages of Color #8d583c

%48.79
%30.45
%20.76

CMYK Percentages of Color #8d583c

%0
%38
%57
%45

Triadic Colors of #8d583c

#8d583c #3c8d58 #583c8d

Analogous Colors of #8d583c

#8d583c #8d813c #8d3c49

Monochromatic Colors of #8d583c

#8d583c

Complementary Color

#8d583c #3c718d

#8d583c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d583c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d583c Color CSS Codes

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

#8d583c Text Font Color

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

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


#8d583c Background Color

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

This div background color is #8d583c


#8d583c Border Color

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

This div border color is #8d583c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,88,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 #8d583c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d583c


Comments

No comments written yet.

Please login to write comment.