COLOR #9C827F

HEX: #9C827F
RGB: (156,130,127)

Color info

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

RGB color model

#9C827F color RGB value is (156,130,127).

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

RGB channels and saturation

R 156 of 255 = 61%
G 130 of 255 = 51%
B 127 of 255 = 50%

156
130
127

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

Portions of RGB colors in percentages

R + G + B =
156 + 130 + 127 = 413 (100%)
R 156 of 413 ~ 37.77%
G 130 of 413 ~ 31.48%
B 127 of 413 ~ 30.75%

%37.77
%31.48
%30.75

CMYK color model

#9C827F color CMYK value is (0,17,19,39).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 18.59%
  • key color value is 38.82%
CMYK:
(0,17,19,39)
C0M17Y19K39 
(0%,17%,19%,39%)
(0.00/0.17/0.19/0.39)	

CMYK percentages

%0
%16.67
%18.59
%38.82

Codes

Color #9C827F in popluar color models

9C827F
RGB156130127
HSL12.78%55.49%
HSB/HSV18.59%61.18%
CMYK0.00%16.67%18.59%
38.82%

Color #9C827F in popluar number systems.

HEX9C827F
Decimal156130127
Binary10011100100000101111111
Octal234202177

Shades and tints

Shades of #9C827F

#9C827F
(156,130,127)
#8E7774
(142,119,116)
#806C69
(128,108,105)
#72615E
(114,97,94)
#645653
(100,86,83)
#564B48
(86,75,72)
#48403D
(72,64,61)
#3A3532
(58,53,50)
#2C2A27
(44,42,39)
#1E1F1C
(30,31,28)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #9C827F

#9C827F
(156,130,127)
#A58D8A
(165,141,138)
#AE9895
(174,152,149)
#B7A3A0
(183,163,160)
#C0AEAB
(192,174,171)
#C9B9B6
(201,185,182)
#D2C4C1
(210,196,193)
#DBCFCC
(219,207,204)
#E4DAD7
(228,218,215)
#EDE5E2
(237,229,226)
#F6F0ED
(246,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C827F; }

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

This text font color is #9C827F.


Background Color

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

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

This div background color is #9C827F.


Border color

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

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

This div border color is #9C827F.


Opacity

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

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

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

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

This text has shadow with #9C827F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C827F on black background.


Color preview on white background

This text has color #9C827F on white background.



Black color preview on #9C827F background

This text has black color on #9C827F background.


White color preview on #9C827F background

This text has white color on #9C827F background.