COLOR #8CA274

HEX: #8CA274
RGB: (140,162,116)

Color info

#8CA274 contains red, green and blue colors in about the same proportion. Web safe color of #8CA274 is #999966 (or #996).

RGB color model

#8CA274 color RGB value is (140,162,116).

  • red value is 140;
  • green value is 162;
  • blue value is 116.
RGB:
(140,162,116)
(55%,64%,45%)

RGB channels and saturation

R 140 of 255 = 55%
G 162 of 255 = 64%
B 116 of 255 = 45%

140
162
116

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

Portions of RGB colors in percentages

R + G + B =
140 + 162 + 116 = 418 (100%)
R 140 of 418 ~ 33.49%
G 162 of 418 ~ 38.76%
B 116 of 418 ~ 27.75%

%33.49
%38.76
%27.75

CMYK color model

#8CA274 color CMYK value is (14,0,28,36).

  • cyan value is 13.58%
  • magenta value is 0.00%
  • yellow value is 28.40%
  • key color value is 36.47%
CMYK:
(14,0,28,36)
C14M0Y28K36 
(14%,0%,28%,36%)
(0.14/0.00/0.28/0.36)	

CMYK percentages

%13.58
%0
%28.4
%36.47

Codes

Color #8CA274 in popluar color models

8CA274
RGB140162116
HSL89°19.83%54.51%
HSB/HSV89°28.40%63.53%
CMYK13.58%0.00%28.40%
36.47%

Color #8CA274 in popluar number systems.

HEX8CA274
Decimal140162116
Binary10001100101000101110100
Octal214242164

Shades and tints

Shades of #8CA274

#8CA274
(140,162,116)
#80946A
(128,148,106)
#748660
(116,134,96)
#687856
(104,120,86)
#5C6A4C
(92,106,76)
#505C42
(80,92,66)
#444E38
(68,78,56)
#38402E
(56,64,46)
#2C3224
(44,50,36)
#20241A
(32,36,26)
#141610
(20,22,16)
#000000
(0,0,0)

Tints of #8CA274

#8CA274
(140,162,116)
#96AA80
(150,170,128)
#A0B28C
(160,178,140)
#AABA98
(170,186,152)
#B4C2A4
(180,194,164)
#BECAB0
(190,202,176)
#C8D2BC
(200,210,188)
#D2DAC8
(210,218,200)
#DCE2D4
(220,226,212)
#E6EAE0
(230,234,224)
#F0F2EC
(240,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CA274 color. Also use rgb(140,162,116) instead hex code.

Text Font Color

.myTextColor { color: #8CA274; }

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

This text font color is #8CA274.


Background Color

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

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

This div background color is #8CA274.


Border color

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

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

This div border color is #8CA274.


Opacity

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

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

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

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

This text has shadow with #8CA274 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA274 on black background.


Color preview on white background

This text has color #8CA274 on white background.



Black color preview on #8CA274 background

This text has black color on #8CA274 background.


White color preview on #8CA274 background

This text has white color on #8CA274 background.