COLOR #8D616C

HEX: #8D616C
RGB: (141,97,108)

Color info

#8D616C contains red, green and blue colors in about the same proportion. Web safe color of #8D616C is #996666 (or #966).

RGB color model

#8D616C color RGB value is (141,97,108).

  • red value is 141;
  • green value is 97;
  • blue value is 108.
RGB:
(141,97,108)
(55%,38%,42%)

RGB channels and saturation

R 141 of 255 = 55%
G 97 of 255 = 38%
B 108 of 255 = 42%

141
97
108

R + G + B ~ 45%. #8D616C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
141 + 97 + 108 = 346 (100%)
R 141 of 346 ~ 40.75%
G 97 of 346 ~ 28.03%
B 108 of 346 ~ 31.21%

%40.75
%28.03
%31.21

CMYK color model

#8D616C color CMYK value is (0,31,23,45).

  • cyan value is 0.00%
  • magenta value is 31.21%
  • yellow value is 23.40%
  • key color value is 44.71%
CMYK:
(0,31,23,45)
C0M31Y23K45 
(0%,31%,23%,45%)
(0.00/0.31/0.23/0.45)	

CMYK percentages

%0
%31.21
%23.4
%44.71

Codes

Color #8D616C in popluar color models

8D616C
RGB14197108
HSL345°18.49%46.67%
HSB/HSV345°31.21%55.29%
CMYK0.00%31.21%23.40%
44.71%

Color #8D616C in popluar number systems.

HEX8D616C
Decimal14197108
Binary1000110111000011101100
Octal215141154

Shades and tints

Shades of #8D616C

#8D616C
(141,97,108)
#815963
(129,89,99)
#75515A
(117,81,90)
#694951
(105,73,81)
#5D4148
(93,65,72)
#51393F
(81,57,63)
#453136
(69,49,54)
#39292D
(57,41,45)
#2D2124
(45,33,36)
#21191B
(33,25,27)
#151112
(21,17,18)
#000000
(0,0,0)

Tints of #8D616C

#8D616C
(141,97,108)
#976F79
(151,111,121)
#A17D86
(161,125,134)
#AB8B93
(171,139,147)
#B599A0
(181,153,160)
#BFA7AD
(191,167,173)
#C9B5BA
(201,181,186)
#D3C3C7
(211,195,199)
#DDD1D4
(221,209,212)
#E7DFE1
(231,223,225)
#F1EDEE
(241,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D616C color. Also use rgb(141,97,108) instead hex code.

Text Font Color

.myTextColor { color: #8D616C; }

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

This text font color is #8D616C.


Background Color

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

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

This div background color is #8D616C.


Border color

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

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

This div border color is #8D616C.


Opacity

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

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

Text with #8D616C 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 #8D616C;}

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

This text has shadow with #8D616C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D616C on black background.


Color preview on white background

This text has color #8D616C on white background.



Black color preview on #8D616C background

This text has black color on #8D616C background.


White color preview on #8D616C background

This text has white color on #8D616C background.