COLOR #8C7449

HEX: #8C7449 RGB: (140,116,73)

Color info

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

RGB color model

#8C7449 color RGB value is (140,116,73).

RGB: (140,116,73) (55%, 45%, 29%)

RGB channels and saturation

R 140 of 255 = 55%
G 116 of 255 = 45%
B 73 of 255 = 29%

140
116
73

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

Portions of RGB colors in percentages

R + G + B = 140 + 116 + 73 = 329 (100%)
R 140 of 329 ~ 42.55%
G 116 of 329 ~ 35.26%
B 73 of 329 ~ 22.19'%

%42.55
%35.26
%22.19

CMYK color model

#8C7449 color CMYK value is (0,17,48,45).

  • cyan value is 0.00%
  • magenta value is 17.14%
  • yellow value is 47.86%
  • key color value is 45.10%

CMYK: (0,17,48,45)
C0M17Y48K45 (0%, 17%, 48%, 45%)
(0.00 / 0.17 / 0.48 / 0.45)

CMYK percentages

%0
%17.14
%47.86
%45.1

Codes

Color #8C7449 in popluar color models

8C 74 49
RGB 140 116 73
HSL 39° 31.46% 41.76%
HSB/HSV 39° 47.86% 54.90%
CMYK 0.00% 17.14% 47.86%
45.10%

Color #8C7449 in popluar number systems.

HEX 8C 74 49
Decimal 140 116 73
Binary 10001100 1110100 1001001
Octal 214 164 111

Shades and tints

Shades of #8C7449

#8C7449
(140,116,73)
#806A43
(128,106,67)
#74603D
(116,96,61)
#685637
(104,86,55)
#5C4C31
(92,76,49)
#50422B
(80,66,43)
#443825
(68,56,37)
#382E1F
(56,46,31)
#2C2419
(44,36,25)
#201A13
(32,26,19)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #8C7449

#8C7449
(140,116,73)
#968059
(150,128,89)
#A08C69
(160,140,105)
#AA9879
(170,152,121)
#B4A489
(180,164,137)
#BEB099
(190,176,153)
#C8BCA9
(200,188,169)
#D2C8B9
(210,200,185)
#DCD4C9
(220,212,201)
#E6E0D9
(230,224,217)
#F0ECE9
(240,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C7449 color. Also use rgb(140,116,73) instead hex code.

Text Font Color

.myTextColor { color: #8C7449; }

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

This text font color is #8C7449.

Background Color

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

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

This div background color is #8C7449.

Border color

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

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

This div border color is #8C7449.

Opacity

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

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

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

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

This text has shadow with #8C7449 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C7449.

Preview

Color preview on black background

This text has color #8C7449 on black background.


Color preview on white background

This text has color #8C7449 on white background.


Black color preview on #8C7449 background

This text has black color on #8C7449 background.


White color preview on #8C7449 background

This text has white color on #8C7449 background.


Related colors

Complementary color

Complementary color for #hex is #738BB6.


I love getcolorcode.com

Triadic colors

1 #498C74 and #74498C with #8C7449 are triadic colors.

2 #49748C and #748C49 with #8C7449 are triadic colors.