COLOR #8D993F

HEX: #8D993F RGB: (141,153,63)

Color info

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

RGB color model

#8D993F color RGB value is (141,153,63).

RGB: (141,153,63) (55%, 60%, 25%)

RGB channels and saturation

R 141 of 255 = 55%
G 153 of 255 = 60%
B 63 of 255 = 25%

141
153
63

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

Portions of RGB colors in percentages

R + G + B = 141 + 153 + 63 = 357 (100%)
R 141 of 357 ~ 39.5%
G 153 of 357 ~ 42.86%
B 63 of 357 ~ 17.65'%

%39.5
%42.86
%17.65

CMYK color model

#8D993F color CMYK value is (8,0,59,40).

  • cyan value is 7.84%
  • magenta value is 0.00%
  • yellow value is 58.82%
  • key color value is 40.00%

CMYK: (8,0,59,40)
C8M0Y59K40 (8%, 0%, 59%, 40%)
(0.08 / 0.00 / 0.59 / 0.40)

CMYK percentages

%7.84
%0
%58.82
%40

Codes

Color #8D993F in popluar color models

8D 99 3F
RGB 141 153 63
HSL 68° 41.67% 42.35%
HSB/HSV 68° 58.82% 60.00%
CMYK 7.84% 0.00% 58.82%
40.00%

Color #8D993F in popluar number systems.

HEX 8D 99 3F
Decimal 141 153 63
Binary 10001101 10011001 111111
Octal 215 231 77

Shades and tints

Shades of #8D993F

#8D993F
(141,153,63)
#818C3A
(129,140,58)
#757F35
(117,127,53)
#697230
(105,114,48)
#5D652B
(93,101,43)
#515826
(81,88,38)
#454B21
(69,75,33)
#393E1C
(57,62,28)
#2D3117
(45,49,23)
#212412
(33,36,18)
#15170D
(21,23,13)
#000000
(0,0,0)

Tints of #8D993F

#8D993F
(141,153,63)
#97A250
(151,162,80)
#A1AB61
(161,171,97)
#ABB472
(171,180,114)
#B5BD83
(181,189,131)
#BFC694
(191,198,148)
#C9CFA5
(201,207,165)
#D3D8B6
(211,216,182)
#DDE1C7
(221,225,199)
#E7EAD8
(231,234,216)
#F1F3E9
(241,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D993F color. Also use rgb(141,153,63) instead hex code.

Text Font Color

.myTextColor { color: #8D993F; }

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

This text font color is #8D993F.

Background Color

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

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

This div background color is #8D993F.

Border color

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

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

This div border color is #8D993F.

Opacity

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

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

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

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

This text has shadow with #8D993F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D993F.

Preview

Color preview on black background

This text has color #8D993F on black background.


Color preview on white background

This text has color #8D993F on white background.


Black color preview on #8D993F background

This text has black color on #8D993F background.


White color preview on #8D993F background

This text has white color on #8D993F background.


Related colors

Complementary color

Complementary color for #hex is #7266C0.


I love getcolorcode.com

Triadic colors

1 #3F8D99 and #993F8D with #8D993F are triadic colors.

2 #3F998D and #998D3F with #8D993F are triadic colors.