COLOR #8F855F

HEX: #8F855F RGB: (143,133,95)

Color info

#8F855F contains red, green and blue colors in about the same proportion. Web safe color of #8F855F is #999966 (or #996).

RGB color model

#8F855F color RGB value is (143,133,95).

RGB: (143,133,95) (56%, 52%, 37%)

RGB channels and saturation

R 143 of 255 = 56%
G 133 of 255 = 52%
B 95 of 255 = 37%

143
133
95

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

Portions of RGB colors in percentages

R + G + B = 143 + 133 + 95 = 371 (100%)
R 143 of 371 ~ 38.54%
G 133 of 371 ~ 35.85%
B 95 of 371 ~ 25.61'%

%38.54
%35.85
%25.61

CMYK color model

#8F855F color CMYK value is (0,7,34,44).

  • cyan value is 0.00%
  • magenta value is 6.99%
  • yellow value is 33.57%
  • key color value is 43.92%

CMYK: (0,7,34,44)
C0M7Y34K44 (0%, 7%, 34%, 44%)
(0.00 / 0.07 / 0.34 / 0.44)

CMYK percentages

%0
%6.99
%33.57
%43.92

Codes

Color #8F855F in popluar color models

8F 85 5F
RGB 143 133 95
HSL 48° 20.17% 46.67%
HSB/HSV 48° 33.57% 56.08%
CMYK 0.00% 6.99% 33.57%
43.92%

Color #8F855F in popluar number systems.

HEX 8F 85 5F
Decimal 143 133 95
Binary 10001111 10000101 1011111
Octal 217 205 137

Shades and tints

Shades of #8F855F

#8F855F
(143,133,95)
#827957
(130,121,87)
#756D4F
(117,109,79)
#686147
(104,97,71)
#5B553F
(91,85,63)
#4E4937
(78,73,55)
#413D2F
(65,61,47)
#343127
(52,49,39)
#27251F
(39,37,31)
#1A1917
(26,25,23)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #8F855F

#8F855F
(143,133,95)
#99906D
(153,144,109)
#A39B7B
(163,155,123)
#ADA689
(173,166,137)
#B7B197
(183,177,151)
#C1BCA5
(193,188,165)
#CBC7B3
(203,199,179)
#D5D2C1
(213,210,193)
#DFDDCF
(223,221,207)
#E9E8DD
(233,232,221)
#F3F3EB
(243,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F855F color. Also use rgb(143,133,95) instead hex code.

Text Font Color

.myTextColor { color: #8F855F; }

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

This text font color is #8F855F.

Background Color

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

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

This div background color is #8F855F.

Border color

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

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

This div border color is #8F855F.

Opacity

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

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

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

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

This text has shadow with #8F855F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F855F.

Preview

Color preview on black background

This text has color #8F855F on black background.


Color preview on white background

This text has color #8F855F on white background.


Black color preview on #8F855F background

This text has black color on #8F855F background.


White color preview on #8F855F background

This text has white color on #8F855F background.


Related colors

Complementary color

Complementary color for #hex is #707AA0.


I love getcolorcode.com

Triadic colors

1 #5F8F85 and #855F8F with #8F855F are triadic colors.

2 #5F858F and #858F5F with #8F855F are triadic colors.