COLOR #8C883A

HEX: #8C883A RGB: (140,136,58)

Color info

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

RGB color model

#8C883A color RGB value is (140,136,58).

RGB: (140,136,58) (55%, 53%, 23%)

RGB channels and saturation

R 140 of 255 = 55%
G 136 of 255 = 53%
B 58 of 255 = 23%

140
136
58

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

Portions of RGB colors in percentages

R + G + B = 140 + 136 + 58 = 334 (100%)
R 140 of 334 ~ 41.92%
G 136 of 334 ~ 40.72%
B 58 of 334 ~ 17.37'%

%41.92
%40.72
%17.37

CMYK color model

#8C883A color CMYK value is (0,3,59,45).

  • cyan value is 0.00%
  • magenta value is 2.86%
  • yellow value is 58.57%
  • key color value is 45.10%

CMYK: (0,3,59,45)
C0M3Y59K45 (0%, 3%, 59%, 45%)
(0.00 / 0.03 / 0.59 / 0.45)

CMYK percentages

%0
%2.86
%58.57
%45.1

Codes

Color #8C883A in popluar color models

8C 88 3A
RGB 140 136 58
HSL 57° 41.41% 38.82%
HSB/HSV 57° 58.57% 54.90%
CMYK 0.00% 2.86% 58.57%
45.10%

Color #8C883A in popluar number systems.

HEX 8C 88 3A
Decimal 140 136 58
Binary 10001100 10001000 111010
Octal 214 210 72

Shades and tints

Shades of #8C883A

#8C883A
(140,136,58)
#807C35
(128,124,53)
#747030
(116,112,48)
#68642B
(104,100,43)
#5C5826
(92,88,38)
#504C21
(80,76,33)
#44401C
(68,64,28)
#383417
(56,52,23)
#2C2812
(44,40,18)
#201C0D
(32,28,13)
#141008
(20,16,8)
#000000
(0,0,0)

Tints of #8C883A

#8C883A
(140,136,58)
#96924B
(150,146,75)
#A09C5C
(160,156,92)
#AAA66D
(170,166,109)
#B4B07E
(180,176,126)
#BEBA8F
(190,186,143)
#C8C4A0
(200,196,160)
#D2CEB1
(210,206,177)
#DCD8C2
(220,216,194)
#E6E2D3
(230,226,211)
#F0ECE4
(240,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C883A color. Also use rgb(140,136,58) instead hex code.

Text Font Color

.myTextColor { color: #8C883A; }

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

This text font color is #8C883A.

Background Color

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

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

This div background color is #8C883A.

Border color

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

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

This div border color is #8C883A.

Opacity

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

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

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

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

This text has shadow with #8C883A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C883A.

Preview

Color preview on black background

This text has color #8C883A on black background.


Color preview on white background

This text has color #8C883A on white background.


Black color preview on #8C883A background

This text has black color on #8C883A background.


White color preview on #8C883A background

This text has white color on #8C883A background.


Related colors

Complementary color

Complementary color for #hex is #7377C5.


I love getcolorcode.com

Triadic colors

1 #3A8C88 and #883A8C with #8C883A are triadic colors.

2 #3A888C and #888C3A with #8C883A are triadic colors.