COLOR #8CB055

HEX: #8CB055
RGB: (140,176,85)

Color info

#8CB055 contains mainly red and green colors. Web safe color of #8CB055 is #999966 (or #996).

RGB color model

#8CB055 color RGB value is (140,176,85).

  • red value is 140;
  • green value is 176;
  • blue value is 85.
RGB:
(140,176,85)
(55%,69%,33%)

RGB channels and saturation

R 140 of 255 = 55%
G 176 of 255 = 69%
B 85 of 255 = 33%

140
176
85

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

Portions of RGB colors in percentages

R + G + B =
140 + 176 + 85 = 401 (100%)
R 140 of 401 ~ 34.91%
G 176 of 401 ~ 43.89%
B 85 of 401 ~ 21.2%

%34.91
%43.89
%21.2

CMYK color model

#8CB055 color CMYK value is (20,0,52,31).

  • cyan value is 20.45%
  • magenta value is 0.00%
  • yellow value is 51.70%
  • key color value is 30.98%
CMYK:
(20,0,52,31)
C20M0Y52K31 
(20%,0%,52%,31%)
(0.20/0.00/0.52/0.31)	

CMYK percentages

%20.45
%0
%51.7
%30.98

Codes

Color #8CB055 in popluar color models

8CB055
RGB14017685
HSL84°36.55%51.18%
HSB/HSV84°51.70%69.02%
CMYK20.45%0.00%51.70%
30.98%

Color #8CB055 in popluar number systems.

HEX8CB055
Decimal14017685
Binary10001100101100001010101
Octal214260125

Shades and tints

Shades of #8CB055

#8CB055
(140,176,85)
#80A04E
(128,160,78)
#749047
(116,144,71)
#688040
(104,128,64)
#5C7039
(92,112,57)
#506032
(80,96,50)
#44502B
(68,80,43)
#384024
(56,64,36)
#2C301D
(44,48,29)
#202016
(32,32,22)
#14100F
(20,16,15)
#000000
(0,0,0)

Tints of #8CB055

#8CB055
(140,176,85)
#96B764
(150,183,100)
#A0BE73
(160,190,115)
#AAC582
(170,197,130)
#B4CC91
(180,204,145)
#BED3A0
(190,211,160)
#C8DAAF
(200,218,175)
#D2E1BE
(210,225,190)
#DCE8CD
(220,232,205)
#E6EFDC
(230,239,220)
#F0F6EB
(240,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CB055 color. Also use rgb(140,176,85) instead hex code.

Text Font Color

.myTextColor { color: #8CB055; }

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

This text font color is #8CB055.


Background Color

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

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

This div background color is #8CB055.


Border color

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

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

This div border color is #8CB055.


Opacity

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

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

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

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

This text has shadow with #8CB055 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CB055 on black background.


Color preview on white background

This text has color #8CB055 on white background.



Black color preview on #8CB055 background

This text has black color on #8CB055 background.


White color preview on #8CB055 background

This text has white color on #8CB055 background.