COLOR #8D675C

HEX: #8D675C
RGB: (141,103,92)

Color info

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

RGB color model

#8D675C color RGB value is (141,103,92).

  • red value is 141;
  • green value is 103;
  • blue value is 92.
RGB:
(141,103,92)
(55%,40%,36%)

RGB channels and saturation

R 141 of 255 = 55%
G 103 of 255 = 40%
B 92 of 255 = 36%

141
103
92

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

Portions of RGB colors in percentages

R + G + B =
141 + 103 + 92 = 336 (100%)
R 141 of 336 ~ 41.96%
G 103 of 336 ~ 30.65%
B 92 of 336 ~ 27.38%

%41.96
%30.65
%27.38

CMYK color model

#8D675C color CMYK value is (0,27,35,45).

  • cyan value is 0.00%
  • magenta value is 26.95%
  • yellow value is 34.75%
  • key color value is 44.71%
CMYK:
(0,27,35,45)
C0M27Y35K45 
(0%,27%,35%,45%)
(0.00/0.27/0.35/0.45)	

CMYK percentages

%0
%26.95
%34.75
%44.71

Codes

Color #8D675C in popluar color models

8D675C
RGB14110392
HSL13°21.03%45.69%
HSB/HSV13°34.75%55.29%
CMYK0.00%26.95%34.75%
44.71%

Color #8D675C in popluar number systems.

HEX8D675C
Decimal14110392
Binary1000110111001111011100
Octal215147134

Shades and tints

Shades of #8D675C

#8D675C
(141,103,92)
#815E54
(129,94,84)
#75554C
(117,85,76)
#694C44
(105,76,68)
#5D433C
(93,67,60)
#513A34
(81,58,52)
#45312C
(69,49,44)
#392824
(57,40,36)
#2D1F1C
(45,31,28)
#211614
(33,22,20)
#150D0C
(21,13,12)
#000000
(0,0,0)

Tints of #8D675C

#8D675C
(141,103,92)
#97746A
(151,116,106)
#A18178
(161,129,120)
#AB8E86
(171,142,134)
#B59B94
(181,155,148)
#BFA8A2
(191,168,162)
#C9B5B0
(201,181,176)
#D3C2BE
(211,194,190)
#DDCFCC
(221,207,204)
#E7DCDA
(231,220,218)
#F1E9E8
(241,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D675C; }

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

This text font color is #8D675C.


Background Color

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

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

This div background color is #8D675C.


Border color

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

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

This div border color is #8D675C.


Opacity

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

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

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

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

This text has shadow with #8D675C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D675C on black background.


Color preview on white background

This text has color #8D675C on white background.



Black color preview on #8D675C background

This text has black color on #8D675C background.


White color preview on #8D675C background

This text has white color on #8D675C background.