COLOR #8C955D

HEX: #8C955D
RGB: (140,149,93)

Color info

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

RGB color model

#8C955D color RGB value is (140,149,93).

  • red value is 140;
  • green value is 149;
  • blue value is 93.
RGB:
(140,149,93)
(55%,58%,36%)

RGB channels and saturation

R 140 of 255 = 55%
G 149 of 255 = 58%
B 93 of 255 = 36%

140
149
93

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

Portions of RGB colors in percentages

R + G + B =
140 + 149 + 93 = 382 (100%)
R 140 of 382 ~ 36.65%
G 149 of 382 ~ 39.01%
B 93 of 382 ~ 24.35%

%36.65
%39.01
%24.35

CMYK color model

#8C955D color CMYK value is (6,0,38,42).

  • cyan value is 6.04%
  • magenta value is 0.00%
  • yellow value is 37.58%
  • key color value is 41.57%
CMYK:
(6,0,38,42)
C6M0Y38K42 
(6%,0%,38%,42%)
(0.06/0.00/0.38/0.42)	

CMYK percentages

%6.04
%0
%37.58
%41.57

Codes

Color #8C955D in popluar color models

8C955D
RGB14014993
HSL70°23.14%47.45%
HSB/HSV70°37.58%58.43%
CMYK6.04%0.00%37.58%
41.57%

Color #8C955D in popluar number systems.

HEX8C955D
Decimal14014993
Binary10001100100101011011101
Octal214225135

Shades and tints

Shades of #8C955D

#8C955D
(140,149,93)
#808855
(128,136,85)
#747B4D
(116,123,77)
#686E45
(104,110,69)
#5C613D
(92,97,61)
#505435
(80,84,53)
#44472D
(68,71,45)
#383A25
(56,58,37)
#2C2D1D
(44,45,29)
#202015
(32,32,21)
#14130D
(20,19,13)
#000000
(0,0,0)

Tints of #8C955D

#8C955D
(140,149,93)
#969E6B
(150,158,107)
#A0A779
(160,167,121)
#AAB087
(170,176,135)
#B4B995
(180,185,149)
#BEC2A3
(190,194,163)
#C8CBB1
(200,203,177)
#D2D4BF
(210,212,191)
#DCDDCD
(220,221,205)
#E6E6DB
(230,230,219)
#F0EFE9
(240,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C955D color. Also use rgb(140,149,93) instead hex code.

Text Font Color

.myTextColor { color: #8C955D; }

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

This text font color is #8C955D.


Background Color

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

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

This div background color is #8C955D.


Border color

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

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

This div border color is #8C955D.


Opacity

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

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

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

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

This text has shadow with #8C955D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C955D on black background.


Color preview on white background

This text has color #8C955D on white background.



Black color preview on #8C955D background

This text has black color on #8C955D background.


White color preview on #8C955D background

This text has white color on #8C955D background.