Color Hex Logo

#8c453d Color Hex

#8C453D
(140,69,61)
0 Favorites   0 Comments

Color spaces of #8c453d

RGB 1406961
HSL0.020.390.39
HSV56°55°
CMYK 0.000.510.56   0.45
XYZ13.785610.16865.6510
Yxy10.16860.46560.3435
Hunter Lab31.888221.362911.8148
CIE-Lab38.143329.327018.7484

#8c453d color RGB value is (140,69,61).

#8c453d hex color red value is 140, green value is 69 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #8c453d hue: 0.02 , saturation: 0.39 and the lightness value of 8c453d is 0.39.

The process color (four color CMYK) of #8c453d color hex is 0.00, 0.51, 0.56, 0.45. Web safe color of #8c453d is #993333. Color #8c453d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 01000101 00111101
Octal 214 105 75
Decimal 140 69 61
Hex 8C 45 3D

RGB Percentages of Color #8c453d

%51.85
%25.56
%22.59

CMYK Percentages of Color #8c453d

%0
%51
%56
%45

Triadic Colors of #8c453d

#8c453d #3d8c45 #453d8c

Analogous Colors of #8c453d

#8c453d #8c6d3d #8c3d5c

Monochromatic Colors of #8c453d

#8c453d

Complementary Color

#8c453d #3d848c

#8c453d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c453d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c453d Color CSS Codes

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

#8c453d Text Font Color

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

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


#8c453d Background Color

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

This div background color is #8c453d


#8c453d Border Color

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

This div border color is #8c453d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c453d


Comments

No comments written yet.

Please login to write comment.