COLOR #8CA582

HEX: #8CA582
RGB: (140,165,130)

Color info

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

RGB color model

#8CA582 color RGB value is (140,165,130).

  • red value is 140;
  • green value is 165;
  • blue value is 130.
RGB:
(140,165,130)
(55%,65%,51%)

RGB channels and saturation

R 140 of 255 = 55%
G 165 of 255 = 65%
B 130 of 255 = 51%

140
165
130

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

Portions of RGB colors in percentages

R + G + B =
140 + 165 + 130 = 435 (100%)
R 140 of 435 ~ 32.18%
G 165 of 435 ~ 37.93%
B 130 of 435 ~ 29.89%

%32.18
%37.93
%29.89

CMYK color model

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

  • cyan value is 15.15%
  • magenta value is 0.00%
  • yellow value is 21.21%
  • key color value is 35.29%
CMYK:
(15,0,21,35)
C15M0Y21K35 
(15%,0%,21%,35%)
(0.15/0.00/0.21/0.35)	

CMYK percentages

%15.15
%0
%21.21
%35.29

Codes

Color #8CA582 in popluar color models

8CA582
RGB140165130
HSL103°16.28%57.84%
HSB/HSV103°21.21%64.71%
CMYK15.15%0.00%21.21%
35.29%

Color #8CA582 in popluar number systems.

HEX8CA582
Decimal140165130
Binary100011001010010110000010
Octal214245202

Shades and tints

Shades of #8CA582

#8CA582
(140,165,130)
#809677
(128,150,119)
#74876C
(116,135,108)
#687861
(104,120,97)
#5C6956
(92,105,86)
#505A4B
(80,90,75)
#444B40
(68,75,64)
#383C35
(56,60,53)
#2C2D2A
(44,45,42)
#201E1F
(32,30,31)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #8CA582

#8CA582
(140,165,130)
#96AD8D
(150,173,141)
#A0B598
(160,181,152)
#AABDA3
(170,189,163)
#B4C5AE
(180,197,174)
#BECDB9
(190,205,185)
#C8D5C4
(200,213,196)
#D2DDCF
(210,221,207)
#DCE5DA
(220,229,218)
#E6EDE5
(230,237,229)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA582; }

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

This text font color is #8CA582.


Background Color

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

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

This div background color is #8CA582.


Border color

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

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

This div border color is #8CA582.


Opacity

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

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

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

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

This text has shadow with #8CA582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA582 on black background.


Color preview on white background

This text has color #8CA582 on white background.



Black color preview on #8CA582 background

This text has black color on #8CA582 background.


White color preview on #8CA582 background

This text has white color on #8CA582 background.