COLOR #8D616A

HEX: #8D616A
RGB: (141,97,106)

Color info

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

RGB color model

#8D616A color RGB value is (141,97,106).

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

RGB channels and saturation

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

141
97
106

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

Portions of RGB colors in percentages

R + G + B =
141 + 97 + 106 = 344 (100%)
R 141 of 344 ~ 40.99%
G 97 of 344 ~ 28.2%
B 106 of 344 ~ 30.81%

%40.99
%28.2
%30.81

CMYK color model

#8D616A color CMYK value is (0,31,25,45).

  • cyan value is 0.00%
  • magenta value is 31.21%
  • yellow value is 24.82%
  • key color value is 44.71%
CMYK:
(0,31,25,45)
C0M31Y25K45 
(0%,31%,25%,45%)
(0.00/0.31/0.25/0.45)	

CMYK percentages

%0
%31.21
%24.82
%44.71

Codes

Color #8D616A in popluar color models

8D616A
RGB14197106
HSL348°18.49%46.67%
HSB/HSV348°31.21%55.29%
CMYK0.00%31.21%24.82%
44.71%

Color #8D616A in popluar number systems.

HEX8D616A
Decimal14197106
Binary1000110111000011101010
Octal215141152

Shades and tints

Shades of #8D616A

#8D616A
(141,97,106)
#815961
(129,89,97)
#755158
(117,81,88)
#69494F
(105,73,79)
#5D4146
(93,65,70)
#51393D
(81,57,61)
#453134
(69,49,52)
#39292B
(57,41,43)
#2D2122
(45,33,34)
#211919
(33,25,25)
#151110
(21,17,16)
#000000
(0,0,0)

Tints of #8D616A

#8D616A
(141,97,106)
#976F77
(151,111,119)
#A17D84
(161,125,132)
#AB8B91
(171,139,145)
#B5999E
(181,153,158)
#BFA7AB
(191,167,171)
#C9B5B8
(201,181,184)
#D3C3C5
(211,195,197)
#DDD1D2
(221,209,210)
#E7DFDF
(231,223,223)
#F1EDEC
(241,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D616A; }

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

This text font color is #8D616A.


Background Color

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

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

This div background color is #8D616A.


Border color

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

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

This div border color is #8D616A.


Opacity

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

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

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

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

This text has shadow with #8D616A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D616A on black background.


Color preview on white background

This text has color #8D616A on white background.



Black color preview on #8D616A background

This text has black color on #8D616A background.


White color preview on #8D616A background

This text has white color on #8D616A background.