COLOR #8C827A

HEX: #8C827A
RGB: (140,130,122)

Color info

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

RGB color model

#8C827A color RGB value is (140,130,122).

  • red value is 140;
  • green value is 130;
  • blue value is 122.
RGB:
(140,130,122)
(55%,51%,48%)

RGB channels and saturation

R 140 of 255 = 55%
G 130 of 255 = 51%
B 122 of 255 = 48%

140
130
122

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

Portions of RGB colors in percentages

R + G + B =
140 + 130 + 122 = 392 (100%)
R 140 of 392 ~ 35.71%
G 130 of 392 ~ 33.16%
B 122 of 392 ~ 31.12%

%35.71
%33.16
%31.12

CMYK color model

#8C827A color CMYK value is (0,7,13,45).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 12.86%
  • key color value is 45.10%
CMYK:
(0,7,13,45)
C0M7Y13K45 
(0%,7%,13%,45%)
(0.00/0.07/0.13/0.45)	

CMYK percentages

%0
%7.14
%12.86
%45.1

Codes

Color #8C827A in popluar color models

8C827A
RGB140130122
HSL27°7.26%51.37%
HSB/HSV27°12.86%54.90%
CMYK0.00%7.14%12.86%
45.10%

Color #8C827A in popluar number systems.

HEX8C827A
Decimal140130122
Binary10001100100000101111010
Octal214202172

Shades and tints

Shades of #8C827A

#8C827A
(140,130,122)
#80776F
(128,119,111)
#746C64
(116,108,100)
#686159
(104,97,89)
#5C564E
(92,86,78)
#504B43
(80,75,67)
#444038
(68,64,56)
#38352D
(56,53,45)
#2C2A22
(44,42,34)
#201F17
(32,31,23)
#14140C
(20,20,12)
#000000
(0,0,0)

Tints of #8C827A

#8C827A
(140,130,122)
#968D86
(150,141,134)
#A09892
(160,152,146)
#AAA39E
(170,163,158)
#B4AEAA
(180,174,170)
#BEB9B6
(190,185,182)
#C8C4C2
(200,196,194)
#D2CFCE
(210,207,206)
#DCDADA
(220,218,218)
#E6E5E6
(230,229,230)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C827A color. Also use rgb(140,130,122) instead hex code.

Text Font Color

.myTextColor { color: #8C827A; }

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

This text font color is #8C827A.


Background Color

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

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

This div background color is #8C827A.


Border color

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

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

This div border color is #8C827A.


Opacity

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

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

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

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

This text has shadow with #8C827A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C827A on black background.


Color preview on white background

This text has color #8C827A on white background.



Black color preview on #8C827A background

This text has black color on #8C827A background.


White color preview on #8C827A background

This text has white color on #8C827A background.