COLOR #8C834A

HEX: #8C834A RGB: (140,131,74)

Color info

#8C834A contains mainly red and green colors. Web safe color of #8C834A is #999933 (or #993).

RGB color model

#8C834A color RGB value is (140,131,74).

RGB: (140,131,74) (55%, 51%, 29%)

RGB channels and saturation

R 140 of 255 = 55%
G 131 of 255 = 51%
B 74 of 255 = 29%

140
131
74

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

Portions of RGB colors in percentages

R + G + B = 140 + 131 + 74 = 345 (100%)
R 140 of 345 ~ 40.58%
G 131 of 345 ~ 37.97%
B 74 of 345 ~ 21.45'%

%40.58
%37.97
%21.45

CMYK color model

#8C834A color CMYK value is (0,6,47,45).

  • cyan value is 0.00%
  • magenta value is 6.43%
  • yellow value is 47.14%
  • key color value is 45.10%

CMYK: (0,6,47,45)
C0M6Y47K45 (0%, 6%, 47%, 45%)
(0.00 / 0.06 / 0.47 / 0.45)

CMYK percentages

%0
%6.43
%47.14
%45.1

Codes

Color #8C834A in popluar color models

8C 83 4A
RGB 140 131 74
HSL 52° 30.84% 41.96%
HSB/HSV 52° 47.14% 54.90%
CMYK 0.00% 6.43% 47.14%
45.10%

Color #8C834A in popluar number systems.

HEX 8C 83 4A
Decimal 140 131 74
Binary 10001100 10000011 1001010
Octal 214 203 112

Shades and tints

Shades of #8C834A

#8C834A
(140,131,74)
#807844
(128,120,68)
#746D3E
(116,109,62)
#686238
(104,98,56)
#5C5732
(92,87,50)
#504C2C
(80,76,44)
#444126
(68,65,38)
#383620
(56,54,32)
#2C2B1A
(44,43,26)
#202014
(32,32,20)
#14150E
(20,21,14)
#000000
(0,0,0)

Tints of #8C834A

#8C834A
(140,131,74)
#968E5A
(150,142,90)
#A0996A
(160,153,106)
#AAA47A
(170,164,122)
#B4AF8A
(180,175,138)
#BEBA9A
(190,186,154)
#C8C5AA
(200,197,170)
#D2D0BA
(210,208,186)
#DCDBCA
(220,219,202)
#E6E6DA
(230,230,218)
#F0F1EA
(240,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C834A color. Also use rgb(140,131,74) instead hex code.

Text Font Color

.myTextColor { color: #8C834A; }

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

This text font color is #8C834A.

Background Color

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

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

This div background color is #8C834A.

Border color

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

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

This div border color is #8C834A.

Opacity

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

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

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

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

This text has shadow with #8C834A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C834A.

Preview

Color preview on black background

This text has color #8C834A on black background.


Color preview on white background

This text has color #8C834A on white background.


Black color preview on #8C834A background

This text has black color on #8C834A background.


White color preview on #8C834A background

This text has white color on #8C834A background.


Related colors

Complementary color

Complementary color for #hex is #737CB5.


I love getcolorcode.com

Triadic colors

1 #4A8C83 and #834A8C with #8C834A are triadic colors.

2 #4A838C and #838C4A with #8C834A are triadic colors.