COLOR #8CB476

HEX: #8CB476 RGB: (140,180,118)

Color info

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

RGB color model

#8CB476 color RGB value is (140,180,118).

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

RGB channels and saturation

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

140
180
118

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

Portions of RGB colors in percentages

R + G + B = 140 + 180 + 118 = 438 (100%)
R 140 of 438 ~ 31.96%
G 180 of 438 ~ 41.1%
B 118 of 438 ~ 26.94'%

%31.96
%41.1
%26.94

CMYK color model

#8CB476 color CMYK value is (22,0,34,29).

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

CMYK: (22,0,34,29)
C22M0Y34K29 (22%, 0%, 34%, 29%)
(0.22 / 0.00 / 0.34 / 0.29)

CMYK percentages

%22.22
%0
%34.44
%29.41

Codes

Color #8CB476 in popluar color models

8C B4 76
RGB 140 180 118
HSL 99° 29.25% 58.43%
HSB/HSV 99° 34.44% 70.59%
CMYK 22.22% 0.00% 34.44%
29.41%

Color #8CB476 in popluar number systems.

HEX 8C B4 76
Decimal 140 180 118
Binary 10001100 10110100 1110110
Octal 214 264 166

Shades and tints

Shades of #8CB476

#8CB476
(140,180,118)
#80A46C
(128,164,108)
#749462
(116,148,98)
#688458
(104,132,88)
#5C744E
(92,116,78)
#506444
(80,100,68)
#44543A
(68,84,58)
#384430
(56,68,48)
#2C3426
(44,52,38)
#20241C
(32,36,28)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #8CB476

#8CB476
(140,180,118)
#96BA82
(150,186,130)
#A0C08E
(160,192,142)
#AAC69A
(170,198,154)
#B4CCA6
(180,204,166)
#BED2B2
(190,210,178)
#C8D8BE
(200,216,190)
#D2DECA
(210,222,202)
#DCE4D6
(220,228,214)
#E6EAE2
(230,234,226)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CB476; }

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

This text font color is #8CB476.

Background Color

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

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

This div background color is #8CB476.

Border color

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

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

This div border color is #8CB476.

Opacity

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

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

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

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

This text has shadow with #8CB476 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CB476.

Preview

Color preview on black background

This text has color #8CB476 on black background.


Color preview on white background

This text has color #8CB476 on white background.


Black color preview on #8CB476 background

This text has black color on #8CB476 background.


White color preview on #8CB476 background

This text has white color on #8CB476 background.


Related colors

Complementary color

Complementary color for #hex is #734B89.


I love getcolorcode.com

Triadic colors

1 #768CB4 and #B4768C with #8CB476 are triadic colors.

2 #76B48C and #B48C76 with #8CB476 are triadic colors.