COLOR #8D6565

HEX: #8D6565 RGB: (141,101,101)

Color info

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

RGB color model

#8D6565 color RGB value is (141,101,101).

RGB: (141,101,101) (55%, 40%, 40%)

RGB channels and saturation

R 141 of 255 = 55%
G 101 of 255 = 40%
B 101 of 255 = 40%

141
101
101

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

Portions of RGB colors in percentages

R + G + B = 141 + 101 + 101 = 343 (100%)
R 141 of 343 ~ 41.11%
G 101 of 343 ~ 29.45%
B 101 of 343 ~ 29.45'%

%41.11
%29.45
%29.45

CMYK color model

#8D6565 color CMYK value is (0,28,28,45).

  • cyan value is 0.00%
  • magenta value is 28.37%
  • yellow value is 28.37%
  • key color value is 44.71%

CMYK: (0,28,28,45)
C0M28Y28K45 (0%, 28%, 28%, 45%)
(0.00 / 0.28 / 0.28 / 0.45)

CMYK percentages

%0
%28.37
%28.37
%44.71

Codes

Color #8D6565 in popluar color models

8D 65 65
RGB 141 101 101
HSL 16.53% 47.45%
HSB/HSV 28.37% 55.29%
CMYK 0.00% 28.37% 28.37%
44.71%

Color #8D6565 in popluar number systems.

HEX 8D 65 65
Decimal 141 101 101
Binary 10001101 1100101 1100101
Octal 215 145 145

Shades and tints

Shades of #8D6565

#8D6565
(141,101,101)
#815C5C
(129,92,92)
#755353
(117,83,83)
#694A4A
(105,74,74)
#5D4141
(93,65,65)
#513838
(81,56,56)
#452F2F
(69,47,47)
#392626
(57,38,38)
#2D1D1D
(45,29,29)
#211414
(33,20,20)
#150B0B
(21,11,11)
#000000
(0,0,0)

Tints of #8D6565

#8D6565
(141,101,101)
#977373
(151,115,115)
#A18181
(161,129,129)
#AB8F8F
(171,143,143)
#B59D9D
(181,157,157)
#BFABAB
(191,171,171)
#C9B9B9
(201,185,185)
#D3C7C7
(211,199,199)
#DDD5D5
(221,213,213)
#E7E3E3
(231,227,227)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D6565; }

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

This text font color is #8D6565.

Background Color

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

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

This div background color is #8D6565.

Border color

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

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

This div border color is #8D6565.

Opacity

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

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

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

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

This text has shadow with #8D6565 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D6565.

Preview

Color preview on black background

This text has color #8D6565 on black background.


Color preview on white background

This text has color #8D6565 on white background.


Black color preview on #8D6565 background

This text has black color on #8D6565 background.


White color preview on #8D6565 background

This text has white color on #8D6565 background.


Related colors

Complementary color

Complementary color for #hex is #729A9A.


I love getcolorcode.com