COLOR #8D784A

HEX: #8D784A RGB: (141,120,74)

Color info

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

RGB color model

#8D784A color RGB value is (141,120,74).

RGB: (141,120,74) (55%, 47%, 29%)

RGB channels and saturation

R 141 of 255 = 55%
G 120 of 255 = 47%
B 74 of 255 = 29%

141
120
74

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

Portions of RGB colors in percentages

R + G + B = 141 + 120 + 74 = 335 (100%)
R 141 of 335 ~ 42.09%
G 120 of 335 ~ 35.82%
B 74 of 335 ~ 22.09'%

%42.09
%35.82
%22.09

CMYK color model

#8D784A color CMYK value is (0,15,48,45).

  • cyan value is 0.00%
  • magenta value is 14.89%
  • yellow value is 47.52%
  • key color value is 44.71%
CMYK: (0,15,48,45) C0M15Y48K45 (0%,15%,48%,45%) (0.00/0.15/0.48/0.45) 

CMYK percentages

%0
%14.89
%47.52
%44.71

Codes

Color #8D784A in popluar color models

8D 78 4A
RGB 141 120 74
HSL 41° 31.16% 42.16%
HSB/HSV 41° 47.52% 55.29%
CMYK 0.00% 14.89% 47.52%
44.71%

Color #8D784A in popluar number systems.

HEX 8D 78 4A
Decimal 141 120 74
Binary 10001101 1111000 1001010
Octal 215 170 112

Shades and tints

Shades of #8D784A

#8D784A
(141,120,74)
#816E44
(129,110,68)
#75643E
(117,100,62)
#695A38
(105,90,56)
#5D5032
(93,80,50)
#51462C
(81,70,44)
#453C26
(69,60,38)
#393220
(57,50,32)
#2D281A
(45,40,26)
#211E14
(33,30,20)
#15140E
(21,20,14)
#000000
(0,0,0)

Tints of #8D784A

#8D784A
(141,120,74)
#97845A
(151,132,90)
#A1906A
(161,144,106)
#AB9C7A
(171,156,122)
#B5A88A
(181,168,138)
#BFB49A
(191,180,154)
#C9C0AA
(201,192,170)
#D3CCBA
(211,204,186)
#DDD8CA
(221,216,202)
#E7E4DA
(231,228,218)
#F1F0EA
(241,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D784A color. Also use rgb(141,120,74) instead hex code.

Text Font Color

.myTextColor { color: #8D784A; }

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

This text font color is #8D784A.

Background Color

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

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

This div background color is #8D784A.

Border color

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

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

This div border color is #8D784A.

Opacity

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

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

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

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

This text has shadow with #8D784A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D784A.

Preview

Color preview on black background

This text has color #8D784A on black background.


Color preview on white background

This text has color #8D784A on white background.


Black color preview on #8D784A background

This text has black color on #8D784A background.


White color preview on #8D784A background

This text has white color on #8D784A background.


Related colors

Complementary color

Complementary color for #hex is #7287B5.


I love getcolorcode.com

Triadic colors

1 #4A8D78 and #784A8D with #8D784A are triadic colors.

2 #4A788D and #788D4A with #8D784A are triadic colors.