COLOR #8D514C

HEX: #8D514C
RGB: (141,81,76)

Color info

#8D514C contains mainly red color. Web safe color of #8D514C is #996633 (or #963).

RGB color model

#8D514C color RGB value is (141,81,76).

  • red value is 141;
  • green value is 81;
  • blue value is 76.
RGB:
(141,81,76)
(55%,32%,30%)

RGB channels and saturation

R 141 of 255 = 55%
G 81 of 255 = 32%
B 76 of 255 = 30%

141
81
76

R + G + B ~ 39%. #8D514C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 81 + 76 = 298 (100%)
R 141 of 298 ~ 47.32%
G 81 of 298 ~ 27.18%
B 76 of 298 ~ 25.5%

%47.32
%27.18
%25.5

CMYK color model

#8D514C color CMYK value is (0,43,46,45).

  • cyan value is 0.00%
  • magenta value is 42.55%
  • yellow value is 46.10%
  • key color value is 44.71%
CMYK:
(0,43,46,45)
C0M43Y46K45 
(0%,43%,46%,45%)
(0.00/0.43/0.46/0.45)	

CMYK percentages

%0
%42.55
%46.1
%44.71

Codes

Color #8D514C in popluar color models

8D514C
RGB1418176
HSL29.95%42.55%
HSB/HSV46.10%55.29%
CMYK0.00%42.55%46.10%
44.71%

Color #8D514C in popluar number systems.

HEX8D514C
Decimal1418176
Binary1000110110100011001100
Octal215121114

Shades and tints

Shades of #8D514C

#8D514C
(141,81,76)
#814A46
(129,74,70)
#754340
(117,67,64)
#693C3A
(105,60,58)
#5D3534
(93,53,52)
#512E2E
(81,46,46)
#452728
(69,39,40)
#392022
(57,32,34)
#2D191C
(45,25,28)
#211216
(33,18,22)
#150B10
(21,11,16)
#000000
(0,0,0)

Tints of #8D514C

#8D514C
(141,81,76)
#97605C
(151,96,92)
#A16F6C
(161,111,108)
#AB7E7C
(171,126,124)
#B58D8C
(181,141,140)
#BF9C9C
(191,156,156)
#C9ABAC
(201,171,172)
#D3BABC
(211,186,188)
#DDC9CC
(221,201,204)
#E7D8DC
(231,216,220)
#F1E7EC
(241,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D514C color. Also use rgb(141,81,76) instead hex code.

Text Font Color

.myTextColor { color: #8D514C; }

<p style="color:#8D514C">This sample text font color is #8D514C.</p>

This text font color is #8D514C.


Background Color

.myBgColor { background-color: #8D514C; }

<div style="background-color:#8D514C">Inner text</div>

This div background color is #8D514C.


Border color

.myBorderColor { border: 1px solid #8D514C; }

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

This div border color is #8D514C.


Opacity

.myOpacity80 { color: #8D514C; opacity: 0.8; }

<p style="color:#8D514C;opacity:0.8;">80%</p>

Text with #8D514C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #8D514C;}

<p style="text-shadow: 3px 3px 1px #8D514C">Text here.</p>

This text has shadow with #8D514C color.

.textShadow {text-shadow: 3px 3px 1px #8D514C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #8D514C, 5px 5px 20px red">Text here.</p>

This text has shadow with #8D514C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8D514C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#8D514C, Direction=45, Strength=4)">Text</p>

This text has shadow with #8D514C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #8D514C;
  -webkit-box-shadow:	1px 1px 3px 2px #8D514C;
  box-shadow:		1px 1px 3px 2px #8D514C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8D514C;
-webkit-box-shadow: 1px 1px 3px 2px #8D514C;
box-shadow:1px 1px 3px 2px #8D514C;">
Div content here</div>
This div box has shadow with color #8D514C.

Preview

Color preview on black background

This text has color #8D514C on black background.


Color preview on white background

This text has color #8D514C on white background.



Black color preview on #8D514C background

This text has black color on #8D514C background.


White color preview on #8D514C background

This text has white color on #8D514C background.