COLOR #8CA55D

HEX: #8CA55D RGB: (140,165,93)

Color info

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

RGB color model

#8CA55D color RGB value is (140,165,93).

RGB: (140,165,93) (55%, 65%, 36%)

RGB channels and saturation

R 140 of 255 = 55%
G 165 of 255 = 65%
B 93 of 255 = 36%

140
165
93

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

Portions of RGB colors in percentages

R + G + B = 140 + 165 + 93 = 398 (100%)
R 140 of 398 ~ 35.18%
G 165 of 398 ~ 41.46%
B 93 of 398 ~ 23.37'%

%35.18
%41.46
%23.37

CMYK color model

#8CA55D color CMYK value is (15,0,44,35).

  • cyan value is 15.15%
  • magenta value is 0.00%
  • yellow value is 43.64%
  • key color value is 35.29%
CMYK: (15,0,44,35) C15M0Y44K35 (15%,0%,44%,35%) (0.15/0.00/0.44/0.35) 

CMYK percentages

%15.15
%0
%43.64
%35.29

Codes

Color #8CA55D in popluar color models

8C A5 5D
RGB 140 165 93
HSL 81° 28.57% 50.59%
HSB/HSV 81° 43.64% 64.71%
CMYK 15.15% 0.00% 43.64%
35.29%

Color #8CA55D in popluar number systems.

HEX 8C A5 5D
Decimal 140 165 93
Binary 10001100 10100101 1011101
Octal 214 245 135

Shades and tints

Shades of #8CA55D

#8CA55D
(140,165,93)
#809655
(128,150,85)
#74874D
(116,135,77)
#687845
(104,120,69)
#5C693D
(92,105,61)
#505A35
(80,90,53)
#444B2D
(68,75,45)
#383C25
(56,60,37)
#2C2D1D
(44,45,29)
#201E15
(32,30,21)
#140F0D
(20,15,13)
#000000
(0,0,0)

Tints of #8CA55D

#8CA55D
(140,165,93)
#96AD6B
(150,173,107)
#A0B579
(160,181,121)
#AABD87
(170,189,135)
#B4C595
(180,197,149)
#BECDA3
(190,205,163)
#C8D5B1
(200,213,177)
#D2DDBF
(210,221,191)
#DCE5CD
(220,229,205)
#E6EDDB
(230,237,219)
#F0F5E9
(240,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CA55D color. Also use rgb(140,165,93) instead hex code.

Text Font Color

.myTextColor { color: #8CA55D; }

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

This text font color is #8CA55D.

Background Color

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

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

This div background color is #8CA55D.

Border color

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

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

This div border color is #8CA55D.

Opacity

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

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

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

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

This text has shadow with #8CA55D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CA55D.

Preview

Color preview on black background

This text has color #8CA55D on black background.


Color preview on white background

This text has color #8CA55D on white background.


Black color preview on #8CA55D background

This text has black color on #8CA55D background.


White color preview on #8CA55D background

This text has white color on #8CA55D background.


Related colors

Complementary color

Complementary color for #hex is #735AA2.


I love getcolorcode.com

Triadic colors

1 #5D8CA5 and #A55D8C with #8CA55D are triadic colors.

2 #5DA58C and #A58C5D with #8CA55D are triadic colors.