COLOR #8CA492

HEX: #8CA492
RGB: (140,164,146)

Color info

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

RGB color model

#8CA492 color RGB value is (140,164,146).

  • red value is 140;
  • green value is 164;
  • blue value is 146.
RGB:
(140,164,146)
(55%,64%,57%)

RGB channels and saturation

R 140 of 255 = 55%
G 164 of 255 = 64%
B 146 of 255 = 57%

140
164
146

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

Portions of RGB colors in percentages

R + G + B =
140 + 164 + 146 = 450 (100%)
R 140 of 450 ~ 31.11%
G 164 of 450 ~ 36.44%
B 146 of 450 ~ 32.44%

%31.11
%36.44
%32.44

CMYK color model

#8CA492 color CMYK value is (15,0,11,36).

  • cyan value is 14.63%
  • magenta value is 0.00%
  • yellow value is 10.98%
  • key color value is 35.69%
CMYK:
(15,0,11,36)
C15M0Y11K36 
(15%,0%,11%,36%)
(0.15/0.00/0.11/0.36)	

CMYK percentages

%14.63
%0
%10.98
%35.69

Codes

Color #8CA492 in popluar color models

8CA492
RGB140164146
HSL135°11.65%59.61%
HSB/HSV135°14.63%64.31%
CMYK14.63%0.00%10.98%
35.69%

Color #8CA492 in popluar number systems.

HEX8CA492
Decimal140164146
Binary100011001010010010010010
Octal214244222

Shades and tints

Shades of #8CA492

#8CA492
(140,164,146)
#809685
(128,150,133)
#748878
(116,136,120)
#687A6B
(104,122,107)
#5C6C5E
(92,108,94)
#505E51
(80,94,81)
#445044
(68,80,68)
#384237
(56,66,55)
#2C342A
(44,52,42)
#20261D
(32,38,29)
#141810
(20,24,16)
#000000
(0,0,0)

Tints of #8CA492

#8CA492
(140,164,146)
#96AC9B
(150,172,155)
#A0B4A4
(160,180,164)
#AABCAD
(170,188,173)
#B4C4B6
(180,196,182)
#BECCBF
(190,204,191)
#C8D4C8
(200,212,200)
#D2DCD1
(210,220,209)
#DCE4DA
(220,228,218)
#E6ECE3
(230,236,227)
#F0F4EC
(240,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CA492 color. Also use rgb(140,164,146) instead hex code.

Text Font Color

.myTextColor { color: #8CA492; }

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

This text font color is #8CA492.


Background Color

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

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

This div background color is #8CA492.


Border color

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

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

This div border color is #8CA492.


Opacity

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

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

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

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

This text has shadow with #8CA492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA492 on black background.


Color preview on white background

This text has color #8CA492 on white background.



Black color preview on #8CA492 background

This text has black color on #8CA492 background.


White color preview on #8CA492 background

This text has white color on #8CA492 background.