COLOR #8C9274

HEX: #8C9274 RGB: (140,146,116)

Color info

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

RGB color model

#8C9274 color RGB value is (140,146,116).

RGB: (140,146,116) (55%, 57%, 45%)

RGB channels and saturation

R 140 of 255 = 55%
G 146 of 255 = 57%
B 116 of 255 = 45%

140
146
116

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

Portions of RGB colors in percentages

R + G + B = 140 + 146 + 116 = 402 (100%)
R 140 of 402 ~ 34.83%
G 146 of 402 ~ 36.32%
B 116 of 402 ~ 28.86'%

%34.83
%36.32
%28.86

CMYK color model

#8C9274 color CMYK value is (4,0,21,43).

  • cyan value is 4.11%
  • magenta value is 0.00%
  • yellow value is 20.55%
  • key color value is 42.75%

CMYK: (4,0,21,43)
C4M0Y21K43 (4%, 0%, 21%, 43%)
(0.04 / 0.00 / 0.21 / 0.43)

CMYK percentages

%4.11
%0
%20.55
%42.75

Codes

Color #8C9274 in popluar color models

8C 92 74
RGB 140 146 116
HSL 72° 12.10% 51.37%
HSB/HSV 72° 20.55% 57.25%
CMYK 4.11% 0.00% 20.55%
42.75%

Color #8C9274 in popluar number systems.

HEX 8C 92 74
Decimal 140 146 116
Binary 10001100 10010010 1110100
Octal 214 222 164

Shades and tints

Shades of #8C9274

#8C9274
(140,146,116)
#80856A
(128,133,106)
#747860
(116,120,96)
#686B56
(104,107,86)
#5C5E4C
(92,94,76)
#505142
(80,81,66)
#444438
(68,68,56)
#38372E
(56,55,46)
#2C2A24
(44,42,36)
#201D1A
(32,29,26)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #8C9274

#8C9274
(140,146,116)
#969B80
(150,155,128)
#A0A48C
(160,164,140)
#AAAD98
(170,173,152)
#B4B6A4
(180,182,164)
#BEBFB0
(190,191,176)
#C8C8BC
(200,200,188)
#D2D1C8
(210,209,200)
#DCDAD4
(220,218,212)
#E6E3E0
(230,227,224)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C9274; }

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

This text font color is #8C9274.

Background Color

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

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

This div background color is #8C9274.

Border color

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

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

This div border color is #8C9274.

Opacity

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

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

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

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

This text has shadow with #8C9274 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C9274.

Preview

Color preview on black background

This text has color #8C9274 on black background.


Color preview on white background

This text has color #8C9274 on white background.


Black color preview on #8C9274 background

This text has black color on #8C9274 background.


White color preview on #8C9274 background

This text has white color on #8C9274 background.


Related colors

Complementary color

Complementary color for #hex is #736D8B.


I love getcolorcode.com

Triadic colors

1 #748C92 and #92748C with #8C9274 are triadic colors.

2 #74928C and #928C74 with #8C9274 are triadic colors.