COLOR #8C917D

HEX: #8C917D
RGB: (140,145,125)

Color info

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

RGB color model

#8C917D color RGB value is (140,145,125).

  • red value is 140;
  • green value is 145;
  • blue value is 125.
RGB:
(140,145,125)
(55%,57%,49%)

RGB channels and saturation

R 140 of 255 = 55%
G 145 of 255 = 57%
B 125 of 255 = 49%

140
145
125

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

Portions of RGB colors in percentages

R + G + B =
140 + 145 + 125 = 410 (100%)
R 140 of 410 ~ 34.15%
G 145 of 410 ~ 35.37%
B 125 of 410 ~ 30.49%

%34.15
%35.37
%30.49

CMYK color model

#8C917D color CMYK value is (3,0,14,43).

  • cyan value is 3.45%
  • magenta value is 0.00%
  • yellow value is 13.79%
  • key color value is 43.14%
CMYK:
(3,0,14,43)
C3M0Y14K43 
(3%,0%,14%,43%)
(0.03/0.00/0.14/0.43)	

CMYK percentages

%3.45
%0
%13.79
%43.14

Codes

Color #8C917D in popluar color models

8C917D
RGB140145125
HSL75°8.33%52.94%
HSB/HSV75°13.79%56.86%
CMYK3.45%0.00%13.79%
43.14%

Color #8C917D in popluar number systems.

HEX8C917D
Decimal140145125
Binary10001100100100011111101
Octal214221175

Shades and tints

Shades of #8C917D

#8C917D
(140,145,125)
#808472
(128,132,114)
#747767
(116,119,103)
#686A5C
(104,106,92)
#5C5D51
(92,93,81)
#505046
(80,80,70)
#44433B
(68,67,59)
#383630
(56,54,48)
#2C2925
(44,41,37)
#201C1A
(32,28,26)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #8C917D

#8C917D
(140,145,125)
#969B88
(150,155,136)
#A0A593
(160,165,147)
#AAAF9E
(170,175,158)
#B4B9A9
(180,185,169)
#BEC3B4
(190,195,180)
#C8CDBF
(200,205,191)
#D2D7CA
(210,215,202)
#DCE1D5
(220,225,213)
#E6EBE0
(230,235,224)
#F0F5EB
(240,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C917D color. Also use rgb(140,145,125) instead hex code.

Text Font Color

.myTextColor { color: #8C917D; }

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

This text font color is #8C917D.


Background Color

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

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

This div background color is #8C917D.


Border color

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

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

This div border color is #8C917D.


Opacity

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

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

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

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

This text has shadow with #8C917D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C917D on black background.


Color preview on white background

This text has color #8C917D on white background.



Black color preview on #8C917D background

This text has black color on #8C917D background.


White color preview on #8C917D background

This text has white color on #8C917D background.