COLOR #8D9749

HEX: #8D9749 RGB: (141,151,73)

Color info

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

RGB color model

#8D9749 color RGB value is (141,151,73).

RGB: (141,151,73) (55%, 59%, 29%)

RGB channels and saturation

R 141 of 255 = 55%
G 151 of 255 = 59%
B 73 of 255 = 29%

141
151
73

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

Portions of RGB colors in percentages

R + G + B = 141 + 151 + 73 = 365 (100%)
R 141 of 365 ~ 38.63%
G 151 of 365 ~ 41.37%
B 73 of 365 ~ 20'%

%38.63
%41.37
%20

CMYK color model

#8D9749 color CMYK value is (7,0,52,41).

  • cyan value is 6.62%
  • magenta value is 0.00%
  • yellow value is 51.66%
  • key color value is 40.78%

CMYK: (7,0,52,41)
C7M0Y52K41 (7%, 0%, 52%, 41%)
(0.07 / 0.00 / 0.52 / 0.41)

CMYK percentages

%6.62
%0
%51.66
%40.78

Codes

Color #8D9749 in popluar color models

8D 97 49
RGB 141 151 73
HSL 68° 34.82% 43.92%
HSB/HSV 68° 51.66% 59.22%
CMYK 6.62% 0.00% 51.66%
40.78%

Color #8D9749 in popluar number systems.

HEX 8D 97 49
Decimal 141 151 73
Binary 10001101 10010111 1001001
Octal 215 227 111

Shades and tints

Shades of #8D9749

#8D9749
(141,151,73)
#818A43
(129,138,67)
#757D3D
(117,125,61)
#697037
(105,112,55)
#5D6331
(93,99,49)
#51562B
(81,86,43)
#454925
(69,73,37)
#393C1F
(57,60,31)
#2D2F19
(45,47,25)
#212213
(33,34,19)
#15150D
(21,21,13)
#000000
(0,0,0)

Tints of #8D9749

#8D9749
(141,151,73)
#97A059
(151,160,89)
#A1A969
(161,169,105)
#ABB279
(171,178,121)
#B5BB89
(181,187,137)
#BFC499
(191,196,153)
#C9CDA9
(201,205,169)
#D3D6B9
(211,214,185)
#DDDFC9
(221,223,201)
#E7E8D9
(231,232,217)
#F1F1E9
(241,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D9749 color. Also use rgb(141,151,73) instead hex code.

Text Font Color

.myTextColor { color: #8D9749; }

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

This text font color is #8D9749.

Background Color

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

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

This div background color is #8D9749.

Border color

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

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

This div border color is #8D9749.

Opacity

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

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

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

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

This text has shadow with #8D9749 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D9749.

Preview

Color preview on black background

This text has color #8D9749 on black background.


Color preview on white background

This text has color #8D9749 on white background.


Black color preview on #8D9749 background

This text has black color on #8D9749 background.


White color preview on #8D9749 background

This text has white color on #8D9749 background.


Related colors

Complementary color

Complementary color for #hex is #7268B6.


I love getcolorcode.com

Triadic colors

1 #498D97 and #97498D with #8D9749 are triadic colors.

2 #49978D and #978D49 with #8D9749 are triadic colors.