COLOR #8CAF55

HEX: #8CAF55
RGB: (140,175,85)

Color info

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

RGB color model

#8CAF55 color RGB value is (140,175,85).

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

RGB channels and saturation

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

140
175
85

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

Portions of RGB colors in percentages

R + G + B =
140 + 175 + 85 = 400 (100%)
R 140 of 400 ~ 35%
G 175 of 400 ~ 43.75%
B 85 of 400 ~ 21.25%

%35
%43.75
%21.25

CMYK color model

#8CAF55 color CMYK value is (20,0,51,31).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 51.43%
  • key color value is 31.37%
CMYK:
(20,0,51,31)
C20M0Y51K31 
(20%,0%,51%,31%)
(0.20/0.00/0.51/0.31)	

CMYK percentages

%20
%0
%51.43
%31.37

Codes

Color #8CAF55 in popluar color models

8CAF55
RGB14017585
HSL83°36.00%50.98%
HSB/HSV83°51.43%68.63%
CMYK20.00%0.00%51.43%
31.37%

Color #8CAF55 in popluar number systems.

HEX8CAF55
Decimal14017585
Binary10001100101011111010101
Octal214257125

Shades and tints

Shades of #8CAF55

#8CAF55
(140,175,85)
#80A04E
(128,160,78)
#749147
(116,145,71)
#688240
(104,130,64)
#5C7339
(92,115,57)
#506432
(80,100,50)
#44552B
(68,85,43)
#384624
(56,70,36)
#2C371D
(44,55,29)
#202816
(32,40,22)
#14190F
(20,25,15)
#000000
(0,0,0)

Tints of #8CAF55

#8CAF55
(140,175,85)
#96B664
(150,182,100)
#A0BD73
(160,189,115)
#AAC482
(170,196,130)
#B4CB91
(180,203,145)
#BED2A0
(190,210,160)
#C8D9AF
(200,217,175)
#D2E0BE
(210,224,190)
#DCE7CD
(220,231,205)
#E6EEDC
(230,238,220)
#F0F5EB
(240,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CAF55; }

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

This text font color is #8CAF55.


Background Color

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

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

This div background color is #8CAF55.


Border color

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

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

This div border color is #8CAF55.


Opacity

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

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

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

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

This text has shadow with #8CAF55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CAF55 on black background.


Color preview on white background

This text has color #8CAF55 on white background.



Black color preview on #8CAF55 background

This text has black color on #8CAF55 background.


White color preview on #8CAF55 background

This text has white color on #8CAF55 background.