COLOR #8C9253

HEX: #8C9253 RGB: (140,146,83)

Color info

#8C9253 contains mainly red and green colors. Web safe color of #8C9253 is #999966 (or #996).

RGB color model

#8C9253 color RGB value is (140,146,83).

RGB: (140,146,83) (55%, 57%, 33%)

RGB channels and saturation

R 140 of 255 = 55%
G 146 of 255 = 57%
B 83 of 255 = 33%

140
146
83

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

Portions of RGB colors in percentages

R + G + B = 140 + 146 + 83 = 369 (100%)
R 140 of 369 ~ 37.94%
G 146 of 369 ~ 39.57%
B 83 of 369 ~ 22.49'%

%37.94
%39.57
%22.49

CMYK color model

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

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

CMYK: (4,0,43,43)
C4M0Y43K43 (4%, 0%, 43%, 43%)
(0.04 / 0.00 / 0.43 / 0.43)

CMYK percentages

%4.11
%0
%43.15
%42.75

Codes

Color #8C9253 in popluar color models

8C 92 53
RGB 140 146 83
HSL 66° 27.51% 44.90%
HSB/HSV 66° 43.15% 57.25%
CMYK 4.11% 0.00% 43.15%
42.75%

Color #8C9253 in popluar number systems.

HEX 8C 92 53
Decimal 140 146 83
Binary 10001100 10010010 1010011
Octal 214 222 123

Shades and tints

Shades of #8C9253

#8C9253
(140,146,83)
#80854C
(128,133,76)
#747845
(116,120,69)
#686B3E
(104,107,62)
#5C5E37
(92,94,55)
#505130
(80,81,48)
#444429
(68,68,41)
#383722
(56,55,34)
#2C2A1B
(44,42,27)
#201D14
(32,29,20)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #8C9253

#8C9253
(140,146,83)
#969B62
(150,155,98)
#A0A471
(160,164,113)
#AAAD80
(170,173,128)
#B4B68F
(180,182,143)
#BEBF9E
(190,191,158)
#C8C8AD
(200,200,173)
#D2D1BC
(210,209,188)
#DCDACB
(220,218,203)
#E6E3DA
(230,227,218)
#F0ECE9
(240,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C9253; }

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

This text font color is #8C9253.

Background Color

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

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

This div background color is #8C9253.

Border color

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

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

This div border color is #8C9253.

Opacity

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

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

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

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

This text has shadow with #8C9253 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C9253.

Preview

Color preview on black background

This text has color #8C9253 on black background.


Color preview on white background

This text has color #8C9253 on white background.


Black color preview on #8C9253 background

This text has black color on #8C9253 background.


White color preview on #8C9253 background

This text has white color on #8C9253 background.


Related colors

Complementary color

Complementary color for #hex is #736DAC.


I love getcolorcode.com

Triadic colors

1 #538C92 and #92538C with #8C9253 are triadic colors.

2 #53928C and #928C53 with #8C9253 are triadic colors.