COLOR #8D655B

HEX: #8D655B
RGB: (141,101,91)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

141
101
91

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

Portions of RGB colors in percentages

R + G + B =
141 + 101 + 91 = 333 (100%)
R 141 of 333 ~ 42.34%
G 101 of 333 ~ 30.33%
B 91 of 333 ~ 27.33%

%42.34
%30.33
%27.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.37%
  • yellow value is 35.46%
  • key color value is 44.71%
CMYK:
(0,28,35,45)
C0M28Y35K45 
(0%,28%,35%,45%)
(0.00/0.28/0.35/0.45)	

CMYK percentages

%0
%28.37
%35.46
%44.71

Codes

Color #8D655B in popluar color models

8D655B
RGB14110191
HSL12°21.55%45.49%
HSB/HSV12°35.46%55.29%
CMYK0.00%28.37%35.46%
44.71%

Color #8D655B in popluar number systems.

HEX8D655B
Decimal14110191
Binary1000110111001011011011
Octal215145133

Shades and tints

Shades of #8D655B

#8D655B
(141,101,91)
#815C53
(129,92,83)
#75534B
(117,83,75)
#694A43
(105,74,67)
#5D413B
(93,65,59)
#513833
(81,56,51)
#452F2B
(69,47,43)
#392623
(57,38,35)
#2D1D1B
(45,29,27)
#211413
(33,20,19)
#150B0B
(21,11,11)
#000000
(0,0,0)

Tints of #8D655B

#8D655B
(141,101,91)
#977369
(151,115,105)
#A18177
(161,129,119)
#AB8F85
(171,143,133)
#B59D93
(181,157,147)
#BFABA1
(191,171,161)
#C9B9AF
(201,185,175)
#D3C7BD
(211,199,189)
#DDD5CB
(221,213,203)
#E7E3D9
(231,227,217)
#F1F1E7
(241,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D655B; }

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

This text font color is #8D655B.


Background Color

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

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

This div background color is #8D655B.


Border color

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

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

This div border color is #8D655B.


Opacity

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

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

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

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

This text has shadow with #8D655B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D655B on black background.


Color preview on white background

This text has color #8D655B on white background.



Black color preview on #8D655B background

This text has black color on #8D655B background.


White color preview on #8D655B background

This text has white color on #8D655B background.