COLOR #8C7C3F

HEX: #8C7C3F RGB: (140,124,63)

Color info

#8C7C3F contains mainly red and green colors. Web safe color of #8C7C3F is #996633 (or #963).

RGB color model

#8C7C3F color RGB value is (140,124,63).

RGB: (140,124,63) (55%, 49%, 25%)

RGB channels and saturation

R 140 of 255 = 55%
G 124 of 255 = 49%
B 63 of 255 = 25%

140
124
63

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

Portions of RGB colors in percentages

R + G + B = 140 + 124 + 63 = 327 (100%)
R 140 of 327 ~ 42.81%
G 124 of 327 ~ 37.92%
B 63 of 327 ~ 19.27'%

%42.81
%37.92
%19.27

CMYK color model

#8C7C3F color CMYK value is (0,11,55,45).

  • cyan value is 0.00%
  • magenta value is 11.43%
  • yellow value is 55.00%
  • key color value is 45.10%

CMYK: (0,11,55,45)
C0M11Y55K45 (0%, 11%, 55%, 45%)
(0.00 / 0.11 / 0.55 / 0.45)

CMYK percentages

%0
%11.43
%55
%45.1

Codes

Color #8C7C3F in popluar color models

8C 7C 3F
RGB 140 124 63
HSL 48° 37.93% 39.80%
HSB/HSV 48° 55.00% 54.90%
CMYK 0.00% 11.43% 55.00%
45.10%

Color #8C7C3F in popluar number systems.

HEX 8C 7C 3F
Decimal 140 124 63
Binary 10001100 1111100 111111
Octal 214 174 77

Shades and tints

Shades of #8C7C3F

#8C7C3F
(140,124,63)
#80713A
(128,113,58)
#746635
(116,102,53)
#685B30
(104,91,48)
#5C502B
(92,80,43)
#504526
(80,69,38)
#443A21
(68,58,33)
#382F1C
(56,47,28)
#2C2417
(44,36,23)
#201912
(32,25,18)
#140E0D
(20,14,13)
#000000
(0,0,0)

Tints of #8C7C3F

#8C7C3F
(140,124,63)
#968750
(150,135,80)
#A09261
(160,146,97)
#AA9D72
(170,157,114)
#B4A883
(180,168,131)
#BEB394
(190,179,148)
#C8BEA5
(200,190,165)
#D2C9B6
(210,201,182)
#DCD4C7
(220,212,199)
#E6DFD8
(230,223,216)
#F0EAE9
(240,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C7C3F color. Also use rgb(140,124,63) instead hex code.

Text Font Color

.myTextColor { color: #8C7C3F; }

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

This text font color is #8C7C3F.

Background Color

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

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

This div background color is #8C7C3F.

Border color

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

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

This div border color is #8C7C3F.

Opacity

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

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

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

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

This text has shadow with #8C7C3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C7C3F.

Preview

Color preview on black background

This text has color #8C7C3F on black background.


Color preview on white background

This text has color #8C7C3F on white background.


Black color preview on #8C7C3F background

This text has black color on #8C7C3F background.


White color preview on #8C7C3F background

This text has white color on #8C7C3F background.


Related colors

Complementary color

Complementary color for #hex is #7383C0.


I love getcolorcode.com

Triadic colors

1 #3F8C7C and #7C3F8C with #8C7C3F are triadic colors.

2 #3F7C8C and #7C8C3F with #8C7C3F are triadic colors.