COLOR #8D615C

HEX: #8D615C RGB: (141,97,92)

Color info

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

RGB color model

#8D615C color RGB value is (141,97,92).

RGB: (141,97,92) (55%, 38%, 36%)

RGB channels and saturation

R 141 of 255 = 55%
G 97 of 255 = 38%
B 92 of 255 = 36%

141
97
92

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

Portions of RGB colors in percentages

R + G + B = 141 + 97 + 92 = 330 (100%)
R 141 of 330 ~ 42.73%
G 97 of 330 ~ 29.39%
B 92 of 330 ~ 27.88'%

%42.73
%29.39
%27.88

CMYK color model

#8D615C color CMYK value is (0,31,35,45).

  • cyan value is 0.00%
  • magenta value is 31.21%
  • yellow value is 34.75%
  • key color value is 44.71%

CMYK: (0,31,35,45)
C0M31Y35K45 (0%, 31%, 35%, 45%)
(0.00 / 0.31 / 0.35 / 0.45)

CMYK percentages

%0
%31.21
%34.75
%44.71

Codes

Color #8D615C in popluar color models

8D 61 5C
RGB 141 97 92
HSL 21.03% 45.69%
HSB/HSV 34.75% 55.29%
CMYK 0.00% 31.21% 34.75%
44.71%

Color #8D615C in popluar number systems.

HEX 8D 61 5C
Decimal 141 97 92
Binary 10001101 1100001 1011100
Octal 215 141 134

Shades and tints

Shades of #8D615C

#8D615C
(141,97,92)
#815954
(129,89,84)
#75514C
(117,81,76)
#694944
(105,73,68)
#5D413C
(93,65,60)
#513934
(81,57,52)
#45312C
(69,49,44)
#392924
(57,41,36)
#2D211C
(45,33,28)
#211914
(33,25,20)
#15110C
(21,17,12)
#000000
(0,0,0)

Tints of #8D615C

#8D615C
(141,97,92)
#976F6A
(151,111,106)
#A17D78
(161,125,120)
#AB8B86
(171,139,134)
#B59994
(181,153,148)
#BFA7A2
(191,167,162)
#C9B5B0
(201,181,176)
#D3C3BE
(211,195,190)
#DDD1CC
(221,209,204)
#E7DFDA
(231,223,218)
#F1EDE8
(241,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D615C; }

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

This text font color is #8D615C.

Background Color

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

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

This div background color is #8D615C.

Border color

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

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

This div border color is #8D615C.

Opacity

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

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

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

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

This text has shadow with #8D615C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D615C.

Preview

Color preview on black background

This text has color #8D615C on black background.


Color preview on white background

This text has color #8D615C on white background.


Black color preview on #8D615C background

This text has black color on #8D615C background.


White color preview on #8D615C background

This text has white color on #8D615C background.


Related colors

Complementary color

Complementary color for #hex is #729EA3.


I love getcolorcode.com

Triadic colors

1 #5C8D61 and #615C8D with #8D615C are triadic colors.

2 #5C618D and #618D5C with #8D615C are triadic colors.