COLOR #8F827F

HEX: #8F827F
RGB: (143,130,127)

Color info

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

RGB color model

#8F827F color RGB value is (143,130,127).

  • red value is 143;
  • green value is 130;
  • blue value is 127.
RGB:
(143,130,127)
(56%,51%,50%)

RGB channels and saturation

R 143 of 255 = 56%
G 130 of 255 = 51%
B 127 of 255 = 50%

143
130
127

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

Portions of RGB colors in percentages

R + G + B =
143 + 130 + 127 = 400 (100%)
R 143 of 400 ~ 35.75%
G 130 of 400 ~ 32.5%
B 127 of 400 ~ 31.75%

%35.75
%32.5
%31.75

CMYK color model

#8F827F color CMYK value is (0,9,11,44).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 11.19%
  • key color value is 43.92%
CMYK:
(0,9,11,44)
C0M9Y11K44 
(0%,9%,11%,44%)
(0.00/0.09/0.11/0.44)	

CMYK percentages

%0
%9.09
%11.19
%43.92

Codes

Color #8F827F in popluar color models

8F827F
RGB143130127
HSL11°6.67%52.94%
HSB/HSV11°11.19%56.08%
CMYK0.00%9.09%11.19%
43.92%

Color #8F827F in popluar number systems.

HEX8F827F
Decimal143130127
Binary10001111100000101111111
Octal217202177

Shades and tints

Shades of #8F827F

#8F827F
(143,130,127)
#827774
(130,119,116)
#756C69
(117,108,105)
#68615E
(104,97,94)
#5B5653
(91,86,83)
#4E4B48
(78,75,72)
#41403D
(65,64,61)
#343532
(52,53,50)
#272A27
(39,42,39)
#1A1F1C
(26,31,28)
#0D1411
(13,20,17)
#000000
(0,0,0)

Tints of #8F827F

#8F827F
(143,130,127)
#998D8A
(153,141,138)
#A39895
(163,152,149)
#ADA3A0
(173,163,160)
#B7AEAB
(183,174,171)
#C1B9B6
(193,185,182)
#CBC4C1
(203,196,193)
#D5CFCC
(213,207,204)
#DFDAD7
(223,218,215)
#E9E5E2
(233,229,226)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F827F color. Also use rgb(143,130,127) instead hex code.

Text Font Color

.myTextColor { color: #8F827F; }

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

This text font color is #8F827F.


Background Color

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

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

This div background color is #8F827F.


Border color

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

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

This div border color is #8F827F.


Opacity

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

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

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

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

This text has shadow with #8F827F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F827F on black background.


Color preview on white background

This text has color #8F827F on white background.



Black color preview on #8F827F background

This text has black color on #8F827F background.


White color preview on #8F827F background

This text has white color on #8F827F background.