COLOR #8C8F78

HEX: #8C8F78
RGB: (140,143,120)

Color info

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

RGB color model

#8C8F78 color RGB value is (140,143,120).

  • red value is 140;
  • green value is 143;
  • blue value is 120.
RGB:
(140,143,120)
(55%,56%,47%)

RGB channels and saturation

R 140 of 255 = 55%
G 143 of 255 = 56%
B 120 of 255 = 47%

140
143
120

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

Portions of RGB colors in percentages

R + G + B =
140 + 143 + 120 = 403 (100%)
R 140 of 403 ~ 34.74%
G 143 of 403 ~ 35.48%
B 120 of 403 ~ 29.78%

%34.74
%35.48
%29.78

CMYK color model

#8C8F78 color CMYK value is (2,0,16,44).

  • cyan value is 2.10%
  • magenta value is 0.00%
  • yellow value is 16.08%
  • key color value is 43.92%
CMYK:
(2,0,16,44)
C2M0Y16K44 
(2%,0%,16%,44%)
(0.02/0.00/0.16/0.44)	

CMYK percentages

%2.1
%0
%16.08
%43.92

Codes

Color #8C8F78 in popluar color models

8C8F78
RGB140143120
HSL68°9.31%51.57%
HSB/HSV68°16.08%56.08%
CMYK2.10%0.00%16.08%
43.92%

Color #8C8F78 in popluar number systems.

HEX8C8F78
Decimal140143120
Binary10001100100011111111000
Octal214217170

Shades and tints

Shades of #8C8F78

#8C8F78
(140,143,120)
#80826E
(128,130,110)
#747564
(116,117,100)
#68685A
(104,104,90)
#5C5B50
(92,91,80)
#504E46
(80,78,70)
#44413C
(68,65,60)
#383432
(56,52,50)
#2C2728
(44,39,40)
#201A1E
(32,26,30)
#140D14
(20,13,20)
#000000
(0,0,0)

Tints of #8C8F78

#8C8F78
(140,143,120)
#969984
(150,153,132)
#A0A390
(160,163,144)
#AAAD9C
(170,173,156)
#B4B7A8
(180,183,168)
#BEC1B4
(190,193,180)
#C8CBC0
(200,203,192)
#D2D5CC
(210,213,204)
#DCDFD8
(220,223,216)
#E6E9E4
(230,233,228)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C8F78 color. Also use rgb(140,143,120) instead hex code.

Text Font Color

.myTextColor { color: #8C8F78; }

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

This text font color is #8C8F78.


Background Color

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

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

This div background color is #8C8F78.


Border color

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

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

This div border color is #8C8F78.


Opacity

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

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

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

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

This text has shadow with #8C8F78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C8F78 on black background.


Color preview on white background

This text has color #8C8F78 on white background.



Black color preview on #8C8F78 background

This text has black color on #8C8F78 background.


White color preview on #8C8F78 background

This text has white color on #8C8F78 background.