COLOR #8C8254

HEX: #8C8254 RGB: (140,130,84)

Color info

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

RGB color model

#8C8254 color RGB value is (140,130,84).

RGB: (140,130,84) (55%, 51%, 33%)

RGB channels and saturation

R 140 of 255 = 55%
G 130 of 255 = 51%
B 84 of 255 = 33%

140
130
84

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

Portions of RGB colors in percentages

R + G + B = 140 + 130 + 84 = 354 (100%)
R 140 of 354 ~ 39.55%
G 130 of 354 ~ 36.72%
B 84 of 354 ~ 23.73'%

%39.55
%36.72
%23.73

CMYK color model

#8C8254 color CMYK value is (0,7,40,45).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 40.00%
  • key color value is 45.10%

CMYK: (0,7,40,45)
C0M7Y40K45 (0%, 7%, 40%, 45%)
(0.00 / 0.07 / 0.40 / 0.45)

CMYK percentages

%0
%7.14
%40
%45.1

Codes

Color #8C8254 in popluar color models

8C 82 54
RGB 140 130 84
HSL 49° 25.00% 43.92%
HSB/HSV 49° 40.00% 54.90%
CMYK 0.00% 7.14% 40.00%
45.10%

Color #8C8254 in popluar number systems.

HEX 8C 82 54
Decimal 140 130 84
Binary 10001100 10000010 1010100
Octal 214 202 124

Shades and tints

Shades of #8C8254

#8C8254
(140,130,84)
#80774D
(128,119,77)
#746C46
(116,108,70)
#68613F
(104,97,63)
#5C5638
(92,86,56)
#504B31
(80,75,49)
#44402A
(68,64,42)
#383523
(56,53,35)
#2C2A1C
(44,42,28)
#201F15
(32,31,21)
#14140E
(20,20,14)
#000000
(0,0,0)

Tints of #8C8254

#8C8254
(140,130,84)
#968D63
(150,141,99)
#A09872
(160,152,114)
#AAA381
(170,163,129)
#B4AE90
(180,174,144)
#BEB99F
(190,185,159)
#C8C4AE
(200,196,174)
#D2CFBD
(210,207,189)
#DCDACC
(220,218,204)
#E6E5DB
(230,229,219)
#F0F0EA
(240,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C8254; }

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

This text font color is #8C8254.

Background Color

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

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

This div background color is #8C8254.

Border color

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

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

This div border color is #8C8254.

Opacity

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

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

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

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

This text has shadow with #8C8254 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C8254.

Preview

Color preview on black background

This text has color #8C8254 on black background.


Color preview on white background

This text has color #8C8254 on white background.


Black color preview on #8C8254 background

This text has black color on #8C8254 background.


White color preview on #8C8254 background

This text has white color on #8C8254 background.


Related colors

Complementary color

Complementary color for #hex is #737DAB.


I love getcolorcode.com

Triadic colors

1 #548C82 and #82548C with #8C8254 are triadic colors.

2 #54828C and #828C54 with #8C8254 are triadic colors.