Color Hex Logo

#8c5848 Color Hex

#8C5848
(140,88,72)
0 Favorites   0 Comments

Color spaces of #8c5848

RGB 1408872
HSL0.040.320.42
HSV14°49°55°
CMYK 0.000.370.49   0.45
XYZ15.474613.02287.8289
Yxy13.02280.42600.3585
Hunter Lab36.087113.390512.3983
CIE-Lab42.797619.583818.2096

#8c5848 color RGB value is (140,88,72).

#8c5848 hex color red value is 140, green value is 88 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #8c5848 hue: 0.04 , saturation: 0.32 and the lightness value of 8c5848 is 0.42.

The process color (four color CMYK) of #8c5848 color hex is 0.00, 0.37, 0.49, 0.45. Web safe color of #8c5848 is #996633. Color #8c5848 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 01011000 01001000
Octal 214 130 110
Decimal 140 88 72
Hex 8C 58 48

RGB Percentages of Color #8c5848

%46.67
%29.33
%24.00

CMYK Percentages of Color #8c5848

%0
%37
%49
%45

Triadic Colors of #8c5848

#8c5848 #488c58 #58488c

Analogous Colors of #8c5848

#8c5848 #8c7a48 #8c485a

Monochromatic Colors of #8c5848

#8c5848

Complementary Color

#8c5848 #487c8c

#8c5848 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c5848 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c5848 Color CSS Codes

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

#8c5848 Text Font Color

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

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


#8c5848 Background Color

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

This div background color is #8c5848


#8c5848 Border Color

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

This div border color is #8c5848


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,88,72, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c5848


Comments

No comments written yet.

Please login to write comment.