COLOR #8D7377

HEX: #8D7377
RGB: (141,115,119)

Color info

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

RGB color model

#8D7377 color RGB value is (141,115,119).

  • red value is 141;
  • green value is 115;
  • blue value is 119.
RGB:
(141,115,119)
(55%,45%,47%)

RGB channels and saturation

R 141 of 255 = 55%
G 115 of 255 = 45%
B 119 of 255 = 47%

141
115
119

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

Portions of RGB colors in percentages

R + G + B =
141 + 115 + 119 = 375 (100%)
R 141 of 375 ~ 37.6%
G 115 of 375 ~ 30.67%
B 119 of 375 ~ 31.73%

%37.6
%30.67
%31.73

CMYK color model

#8D7377 color CMYK value is (0,18,16,45).

  • cyan value is 0.00%
  • magenta value is 18.44%
  • yellow value is 15.60%
  • key color value is 44.71%
CMYK:
(0,18,16,45)
C0M18Y16K45 
(0%,18%,16%,45%)
(0.00/0.18/0.16/0.45)	

CMYK percentages

%0
%18.44
%15.6
%44.71

Codes

Color #8D7377 in popluar color models

8D7377
RGB141115119
HSL351°10.24%50.20%
HSB/HSV351°18.44%55.29%
CMYK0.00%18.44%15.60%
44.71%

Color #8D7377 in popluar number systems.

HEX8D7377
Decimal141115119
Binary1000110111100111110111
Octal215163167

Shades and tints

Shades of #8D7377

#8D7377
(141,115,119)
#81696D
(129,105,109)
#755F63
(117,95,99)
#695559
(105,85,89)
#5D4B4F
(93,75,79)
#514145
(81,65,69)
#45373B
(69,55,59)
#392D31
(57,45,49)
#2D2327
(45,35,39)
#21191D
(33,25,29)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #8D7377

#8D7377
(141,115,119)
#977F83
(151,127,131)
#A18B8F
(161,139,143)
#AB979B
(171,151,155)
#B5A3A7
(181,163,167)
#BFAFB3
(191,175,179)
#C9BBBF
(201,187,191)
#D3C7CB
(211,199,203)
#DDD3D7
(221,211,215)
#E7DFE3
(231,223,227)
#F1EBEF
(241,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D7377; }

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

This text font color is #8D7377.


Background Color

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

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

This div background color is #8D7377.


Border color

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

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

This div border color is #8D7377.


Opacity

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

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

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

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

This text has shadow with #8D7377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7377 on black background.


Color preview on white background

This text has color #8D7377 on white background.



Black color preview on #8D7377 background

This text has black color on #8D7377 background.


White color preview on #8D7377 background

This text has white color on #8D7377 background.