COLOR #8D616B

HEX: #8D616B
RGB: (141,97,107)

Color info

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

RGB color model

#8D616B color RGB value is (141,97,107).

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

RGB channels and saturation

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

141
97
107

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

Portions of RGB colors in percentages

R + G + B =
141 + 97 + 107 = 345 (100%)
R 141 of 345 ~ 40.87%
G 97 of 345 ~ 28.12%
B 107 of 345 ~ 31.01%

%40.87
%28.12
%31.01

CMYK color model

#8D616B color CMYK value is (0,31,24,45).

  • cyan value is 0.00%
  • magenta value is 31.21%
  • yellow value is 24.11%
  • key color value is 44.71%
CMYK:
(0,31,24,45)
C0M31Y24K45 
(0%,31%,24%,45%)
(0.00/0.31/0.24/0.45)	

CMYK percentages

%0
%31.21
%24.11
%44.71

Codes

Color #8D616B in popluar color models

8D616B
RGB14197107
HSL346°18.49%46.67%
HSB/HSV346°31.21%55.29%
CMYK0.00%31.21%24.11%
44.71%

Color #8D616B in popluar number systems.

HEX8D616B
Decimal14197107
Binary1000110111000011101011
Octal215141153

Shades and tints

Shades of #8D616B

#8D616B
(141,97,107)
#815962
(129,89,98)
#755159
(117,81,89)
#694950
(105,73,80)
#5D4147
(93,65,71)
#51393E
(81,57,62)
#453135
(69,49,53)
#39292C
(57,41,44)
#2D2123
(45,33,35)
#21191A
(33,25,26)
#151111
(21,17,17)
#000000
(0,0,0)

Tints of #8D616B

#8D616B
(141,97,107)
#976F78
(151,111,120)
#A17D85
(161,125,133)
#AB8B92
(171,139,146)
#B5999F
(181,153,159)
#BFA7AC
(191,167,172)
#C9B5B9
(201,181,185)
#D3C3C6
(211,195,198)
#DDD1D3
(221,209,211)
#E7DFE0
(231,223,224)
#F1EDED
(241,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D616B; }

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

This text font color is #8D616B.


Background Color

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

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

This div background color is #8D616B.


Border color

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

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

This div border color is #8D616B.


Opacity

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

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

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

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

This text has shadow with #8D616B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D616B on black background.


Color preview on white background

This text has color #8D616B on white background.



Black color preview on #8D616B background

This text has black color on #8D616B background.


White color preview on #8D616B background

This text has white color on #8D616B background.