Color Hex Logo

#8d363e Color Hex

#8D363E
(141,54,62)
0 Favorites   0 Comments

Color spaces of #8d363e

RGB 1415462
HSL0.980.450.38
HSV354°62°55°
CMYK 0.000.620.56   0.45
XYZ13.17328.64895.5325
Yxy8.64890.48160.3162
Hunter Lab29.409028.48999.4325
CIE-Lab35.299337.636614.3700

#8d363e color RGB value is (141,54,62).

#8d363e hex color red value is 141, green value is 54 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #8d363e hue: 0.98 , saturation: 0.45 and the lightness value of 8d363e is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 00110110 00111110
Octal 215 66 76
Decimal 141 54 62
Hex 8D 36 3E

RGB Percentages of Color #8d363e

%54.86
%21.01
%24.12

CMYK Percentages of Color #8d363e

%0
%62
%56
%45

Triadic Colors of #8d363e

#8d363e #3e8d36 #363e8d

Analogous Colors of #8d363e

#8d363e #8d5a36 #8d366a

Monochromatic Colors of #8d363e

#8d363e

Complementary Color

#8d363e #368d85

#8d363e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d363e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d363e Color CSS Codes

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

#8d363e Text Font Color

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

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


#8d363e Background Color

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

This div background color is #8d363e


#8d363e Border Color

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

This div border color is #8d363e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d363e


Comments

No comments written yet.

Please login to write comment.