COLOR #9F827F

HEX: #9F827F RGB: (159,130,127)

Color info

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

RGB color model

#9F827F color RGB value is (159,130,127).

RGB: (159,130,127) (62%, 51%, 50%)

RGB channels and saturation

R 159 of 255 = 62%
G 130 of 255 = 51%
B 127 of 255 = 50%

159
130
127

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

Portions of RGB colors in percentages

R + G + B = 159 + 130 + 127 = 416 (100%)
R 159 of 416 ~ 38.22%
G 130 of 416 ~ 31.25%
B 127 of 416 ~ 30.53'%

%38.22
%31.25
%30.53

CMYK color model

#9F827F color CMYK value is (0,18,20,38).

  • cyan value is 0.00%
  • magenta value is 18.24%
  • yellow value is 20.13%
  • key color value is 37.65%

CMYK: (0,18,20,38)
C0M18Y20K38 (0%, 18%, 20%, 38%)
(0.00 / 0.18 / 0.20 / 0.38)

CMYK percentages

%0
%18.24
%20.13
%37.65

Codes

Color #9F827F in popluar color models

9F 82 7F
RGB 159 130 127
HSL 14.29% 56.08%
HSB/HSV 20.13% 62.35%
CMYK 0.00% 18.24% 20.13%
37.65%

Color #9F827F in popluar number systems.

HEX 9F 82 7F
Decimal 159 130 127
Binary 10011111 10000010 1111111
Octal 237 202 177

Shades and tints

Shades of #9F827F

#9F827F
(159,130,127)
#917774
(145,119,116)
#836C69
(131,108,105)
#75615E
(117,97,94)
#675653
(103,86,83)
#594B48
(89,75,72)
#4B403D
(75,64,61)
#3D3532
(61,53,50)
#2F2A27
(47,42,39)
#211F1C
(33,31,28)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #9F827F

#9F827F
(159,130,127)
#A78D8A
(167,141,138)
#AF9895
(175,152,149)
#B7A3A0
(183,163,160)
#BFAEAB
(191,174,171)
#C7B9B6
(199,185,182)
#CFC4C1
(207,196,193)
#D7CFCC
(215,207,204)
#DFDAD7
(223,218,215)
#E7E5E2
(231,229,226)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F827F; }

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

This text font color is #9F827F.

Background Color

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

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

This div background color is #9F827F.

Border color

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

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

This div border color is #9F827F.

Opacity

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

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

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

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

This text has shadow with #9F827F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F827F.

Preview

Color preview on black background

This text has color #9F827F on black background.


Color preview on white background

This text has color #9F827F on white background.


Black color preview on #9F827F background

This text has black color on #9F827F background.


White color preview on #9F827F background

This text has white color on #9F827F background.


Related colors

Complementary color

Complementary color for #hex is #607D80.


I love getcolorcode.com

Triadic colors

1 #7F9F82 and #827F9F with #9F827F are triadic colors.

2 #7F829F and #829F7F with #9F827F are triadic colors.