COLOR #8CA58D

HEX: #8CA58D RGB: (140,165,141)

Color info

#8CA58D contains red, green and blue colors in about the same proportion. Web safe color of #8CA58D is #999999 (or #999).

RGB color model

#8CA58D color RGB value is (140,165,141).

RGB: (140,165,141) (55%, 65%, 55%)

RGB channels and saturation

R 140 of 255 = 55%
G 165 of 255 = 65%
B 141 of 255 = 55%

140
165
141

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

Portions of RGB colors in percentages

R + G + B = 140 + 165 + 141 = 446 (100%)
R 140 of 446 ~ 31.39%
G 165 of 446 ~ 37%
B 141 of 446 ~ 31.61'%

%31.39
%37
%31.61

CMYK color model

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

  • cyan value is 15.15%
  • magenta value is 0.00%
  • yellow value is 14.55%
  • key color value is 35.29%

CMYK: (15,0,15,35)
C15M0Y15K35 (15%, 0%, 15%, 35%)
(0.15 / 0.00 / 0.15 / 0.35)

CMYK percentages

%15.15
%0
%14.55
%35.29

Codes

Color #8CA58D in popluar color models

8C A5 8D
RGB 140 165 141
HSL 122° 12.20% 59.80%
HSB/HSV 122° 15.15% 64.71%
CMYK 15.15% 0.00% 14.55%
35.29%

Color #8CA58D in popluar number systems.

HEX 8C A5 8D
Decimal 140 165 141
Binary 10001100 10100101 10001101
Octal 214 245 215

Shades and tints

Shades of #8CA58D

#8CA58D
(140,165,141)
#809681
(128,150,129)
#748775
(116,135,117)
#687869
(104,120,105)
#5C695D
(92,105,93)
#505A51
(80,90,81)
#444B45
(68,75,69)
#383C39
(56,60,57)
#2C2D2D
(44,45,45)
#201E21
(32,30,33)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #8CA58D

#8CA58D
(140,165,141)
#96AD97
(150,173,151)
#A0B5A1
(160,181,161)
#AABDAB
(170,189,171)
#B4C5B5
(180,197,181)
#BECDBF
(190,205,191)
#C8D5C9
(200,213,201)
#D2DDD3
(210,221,211)
#DCE5DD
(220,229,221)
#E6EDE7
(230,237,231)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA58D; }

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

This text font color is #8CA58D.

Background Color

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

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

This div background color is #8CA58D.

Border color

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

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

This div border color is #8CA58D.

Opacity

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

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

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

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

This text has shadow with #8CA58D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CA58D.

Preview

Color preview on black background

This text has color #8CA58D on black background.


Color preview on white background

This text has color #8CA58D on white background.


Black color preview on #8CA58D background

This text has black color on #8CA58D background.


White color preview on #8CA58D background

This text has white color on #8CA58D background.


Related colors

Complementary color

Complementary color for #hex is #735A72.


I love getcolorcode.com

Triadic colors

1 #8D8CA5 and #A58D8C with #8CA58D are triadic colors.

2 #8DA58C and #A58C8D with #8CA58D are triadic colors.