COLOR #8C953E

HEX: #8C953E RGB: (140,149,62)

Color info

#8C953E contains mainly red and green colors. Web safe color of #8C953E is #999933 (or #993).

RGB color model

#8C953E color RGB value is (140,149,62).

RGB: (140,149,62) (55%, 58%, 24%)

RGB channels and saturation

R 140 of 255 = 55%
G 149 of 255 = 58%
B 62 of 255 = 24%

140
149
62

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

Portions of RGB colors in percentages

R + G + B = 140 + 149 + 62 = 351 (100%)
R 140 of 351 ~ 39.89%
G 149 of 351 ~ 42.45%
B 62 of 351 ~ 17.66'%

%39.89
%42.45
%17.66

CMYK color model

#8C953E color CMYK value is (6,0,58,42).

  • cyan value is 6.04%
  • magenta value is 0.00%
  • yellow value is 58.39%
  • key color value is 41.57%

CMYK: (6,0,58,42)
C6M0Y58K42 (6%, 0%, 58%, 42%)
(0.06 / 0.00 / 0.58 / 0.42)

CMYK percentages

%6.04
%0
%58.39
%41.57

Codes

Color #8C953E in popluar color models

8C 95 3E
RGB 140 149 62
HSL 66° 41.23% 41.37%
HSB/HSV 66° 58.39% 58.43%
CMYK 6.04% 0.00% 58.39%
41.57%

Color #8C953E in popluar number systems.

HEX 8C 95 3E
Decimal 140 149 62
Binary 10001100 10010101 111110
Octal 214 225 76

Shades and tints

Shades of #8C953E

#8C953E
(140,149,62)
#808839
(128,136,57)
#747B34
(116,123,52)
#686E2F
(104,110,47)
#5C612A
(92,97,42)
#505425
(80,84,37)
#444720
(68,71,32)
#383A1B
(56,58,27)
#2C2D16
(44,45,22)
#202011
(32,32,17)
#14130C
(20,19,12)
#000000
(0,0,0)

Tints of #8C953E

#8C953E
(140,149,62)
#969E4F
(150,158,79)
#A0A760
(160,167,96)
#AAB071
(170,176,113)
#B4B982
(180,185,130)
#BEC293
(190,194,147)
#C8CBA4
(200,203,164)
#D2D4B5
(210,212,181)
#DCDDC6
(220,221,198)
#E6E6D7
(230,230,215)
#F0EFE8
(240,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C953E; }

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

This text font color is #8C953E.

Background Color

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

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

This div background color is #8C953E.

Border color

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

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

This div border color is #8C953E.

Opacity

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

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

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

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

This text has shadow with #8C953E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C953E.

Preview

Color preview on black background

This text has color #8C953E on black background.


Color preview on white background

This text has color #8C953E on white background.


Black color preview on #8C953E background

This text has black color on #8C953E background.


White color preview on #8C953E background

This text has white color on #8C953E background.


Related colors

Complementary color

Complementary color for #hex is #736AC1.


I love getcolorcode.com

Triadic colors

1 #3E8C95 and #953E8C with #8C953E are triadic colors.

2 #3E958C and #958C3E with #8C953E are triadic colors.