COLOR #8D9748

HEX: #8D9748 RGB: (141,151,72)

Color info

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

RGB color model

#8D9748 color RGB value is (141,151,72).

RGB: (141,151,72) (55%, 59%, 28%)

RGB channels and saturation

R 141 of 255 = 55%
G 151 of 255 = 59%
B 72 of 255 = 28%

141
151
72

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

Portions of RGB colors in percentages

R + G + B = 141 + 151 + 72 = 364 (100%)
R 141 of 364 ~ 38.74%
G 151 of 364 ~ 41.48%
B 72 of 364 ~ 19.78'%

%38.74
%41.48
%19.78

CMYK color model

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

  • cyan value is 6.62%
  • magenta value is 0.00%
  • yellow value is 52.32%
  • 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
%52.32
%40.78

Codes

Color #8D9748 in popluar color models

8D 97 48
RGB 141 151 72
HSL 68° 35.43% 43.73%
HSB/HSV 68° 52.32% 59.22%
CMYK 6.62% 0.00% 52.32%
40.78%

Color #8D9748 in popluar number systems.

HEX 8D 97 48
Decimal 141 151 72
Binary 10001101 10010111 1001000
Octal 215 227 110

Shades and tints

Shades of #8D9748

#8D9748
(141,151,72)
#818A42
(129,138,66)
#757D3C
(117,125,60)
#697036
(105,112,54)
#5D6330
(93,99,48)
#51562A
(81,86,42)
#454924
(69,73,36)
#393C1E
(57,60,30)
#2D2F18
(45,47,24)
#212212
(33,34,18)
#15150C
(21,21,12)
#000000
(0,0,0)

Tints of #8D9748

#8D9748
(141,151,72)
#97A058
(151,160,88)
#A1A968
(161,169,104)
#ABB278
(171,178,120)
#B5BB88
(181,187,136)
#BFC498
(191,196,152)
#C9CDA8
(201,205,168)
#D3D6B8
(211,214,184)
#DDDFC8
(221,223,200)
#E7E8D8
(231,232,216)
#F1F1E8
(241,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D9748; }

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

This text font color is #8D9748.

Background Color

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

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

This div background color is #8D9748.

Border color

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

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

This div border color is #8D9748.

Opacity

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

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

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

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

This text has shadow with #8D9748 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D9748.

Preview

Color preview on black background

This text has color #8D9748 on black background.


Color preview on white background

This text has color #8D9748 on white background.


Black color preview on #8D9748 background

This text has black color on #8D9748 background.


White color preview on #8D9748 background

This text has white color on #8D9748 background.


Related colors

Complementary color

Complementary color for #hex is #7268B7.


I love getcolorcode.com

Triadic colors

1 #488D97 and #97488D with #8D9748 are triadic colors.

2 #48978D and #978D48 with #8D9748 are triadic colors.