Color Hex Logo

#8c4d4e Color Hex

#8C4D4E
(140,77,78)
0 Favorites   0 Comments

Color spaces of #8c4d4e

RGB 1407778
HSL1.000.290.43
HSV359°45°55°
CMYK 0.000.450.44   0.45
XYZ14.844211.43338.6322
Yxy11.43330.42520.3275
Hunter Lab33.813219.18968.5330
CIE-Lab40.300926.586511.1526

#8c4d4e color RGB value is (140,77,78).

#8c4d4e hex color red value is 140, green value is 77 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #8c4d4e hue: 1.00 , saturation: 0.29 and the lightness value of 8c4d4e is 0.43.

The process color (four color CMYK) of #8c4d4e color hex is 0.00, 0.45, 0.44, 0.45. Web safe color of #8c4d4e is #996666. Color #8c4d4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 01001101 01001110
Octal 214 115 116
Decimal 140 77 78
Hex 8C 4D 4E

RGB Percentages of Color #8c4d4e

%47.46
%26.10
%26.44

CMYK Percentages of Color #8c4d4e

%0
%45
%44
%45

Triadic Colors of #8c4d4e

#8c4d4e #4e8c4d #4d4e8c

Analogous Colors of #8c4d4e

#8c4d4e #8c6c4d #8c4d6e

Monochromatic Colors of #8c4d4e

#8c4d4e

Complementary Color

#8c4d4e #4d8c8b

#8c4d4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c4d4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c4d4e Color CSS Codes

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

#8c4d4e Text Font Color

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

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


#8c4d4e Background Color

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

This div background color is #8c4d4e


#8c4d4e Border Color

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

This div border color is #8c4d4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c4d4e


Comments

No comments written yet.

Please login to write comment.