COLOR #8CB475

HEX: #8CB475 RGB: (140,180,117)

Color info

#8CB475 contains mainly red and green colors. Web safe color of #8CB475 is #99CC66 (or #9C6).

RGB color model

#8CB475 color RGB value is (140,180,117).

RGB: (140,180,117) (55%, 71%, 46%)

RGB channels and saturation

R 140 of 255 = 55%
G 180 of 255 = 71%
B 117 of 255 = 46%

140
180
117

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

Portions of RGB colors in percentages

R + G + B = 140 + 180 + 117 = 437 (100%)
R 140 of 437 ~ 32.04%
G 180 of 437 ~ 41.19%
B 117 of 437 ~ 26.77'%

%32.04
%41.19
%26.77

CMYK color model

#8CB475 color CMYK value is (22,0,35,29).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 35.00%
  • key color value is 29.41%

CMYK: (22,0,35,29)
C22M0Y35K29 (22%, 0%, 35%, 29%)
(0.22 / 0.00 / 0.35 / 0.29)

CMYK percentages

%22.22
%0
%35
%29.41

Codes

Color #8CB475 in popluar color models

8C B4 75
RGB 140 180 117
HSL 98° 29.58% 58.24%
HSB/HSV 98° 35.00% 70.59%
CMYK 22.22% 0.00% 35.00%
29.41%

Color #8CB475 in popluar number systems.

HEX 8C B4 75
Decimal 140 180 117
Binary 10001100 10110100 1110101
Octal 214 264 165

Shades and tints

Shades of #8CB475

#8CB475
(140,180,117)
#80A46B
(128,164,107)
#749461
(116,148,97)
#688457
(104,132,87)
#5C744D
(92,116,77)
#506443
(80,100,67)
#445439
(68,84,57)
#38442F
(56,68,47)
#2C3425
(44,52,37)
#20241B
(32,36,27)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #8CB475

#8CB475
(140,180,117)
#96BA81
(150,186,129)
#A0C08D
(160,192,141)
#AAC699
(170,198,153)
#B4CCA5
(180,204,165)
#BED2B1
(190,210,177)
#C8D8BD
(200,216,189)
#D2DEC9
(210,222,201)
#DCE4D5
(220,228,213)
#E6EAE1
(230,234,225)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CB475 color. Also use rgb(140,180,117) instead hex code.

Text Font Color

.myTextColor { color: #8CB475; }

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

This text font color is #8CB475.

Background Color

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

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

This div background color is #8CB475.

Border color

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

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

This div border color is #8CB475.

Opacity

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

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

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

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

This text has shadow with #8CB475 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CB475.

Preview

Color preview on black background

This text has color #8CB475 on black background.


Color preview on white background

This text has color #8CB475 on white background.


Black color preview on #8CB475 background

This text has black color on #8CB475 background.


White color preview on #8CB475 background

This text has white color on #8CB475 background.


Related colors

Complementary color

Complementary color for #hex is #734B8A.


I love getcolorcode.com

Triadic colors

1 #758CB4 and #B4758C with #8CB475 are triadic colors.

2 #75B48C and #B48C75 with #8CB475 are triadic colors.