COLOR #8D9064

HEX: #8D9064 RGB: (141,144,100)

Color info

#8D9064 contains red, green and blue colors in about the same proportion. Web safe color of #8D9064 is #999966 (or #996).

RGB color model

#8D9064 color RGB value is (141,144,100).

RGB: (141,144,100) (55%, 56%, 39%)

RGB channels and saturation

R 141 of 255 = 55%
G 144 of 255 = 56%
B 100 of 255 = 39%

141
144
100

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

Portions of RGB colors in percentages

R + G + B = 141 + 144 + 100 = 385 (100%)
R 141 of 385 ~ 36.62%
G 144 of 385 ~ 37.4%
B 100 of 385 ~ 25.97'%

%36.62
%37.4
%25.97

CMYK color model

#8D9064 color CMYK value is (2,0,31,44).

  • cyan value is 2.08%
  • magenta value is 0.00%
  • yellow value is 30.56%
  • key color value is 43.53%

CMYK: (2,0,31,44)
C2M0Y31K44 (2%, 0%, 31%, 44%)
(0.02 / 0.00 / 0.31 / 0.44)

CMYK percentages

%2.08
%0
%30.56
%43.53

Codes

Color #8D9064 in popluar color models

8D 90 64
RGB 141 144 100
HSL 64° 18.03% 47.84%
HSB/HSV 64° 30.56% 56.47%
CMYK 2.08% 0.00% 30.56%
43.53%

Color #8D9064 in popluar number systems.

HEX 8D 90 64
Decimal 141 144 100
Binary 10001101 10010000 1100100
Octal 215 220 144

Shades and tints

Shades of #8D9064

#8D9064
(141,144,100)
#81835B
(129,131,91)
#757652
(117,118,82)
#696949
(105,105,73)
#5D5C40
(93,92,64)
#514F37
(81,79,55)
#45422E
(69,66,46)
#393525
(57,53,37)
#2D281C
(45,40,28)
#211B13
(33,27,19)
#150E0A
(21,14,10)
#000000
(0,0,0)

Tints of #8D9064

#8D9064
(141,144,100)
#979A72
(151,154,114)
#A1A480
(161,164,128)
#ABAE8E
(171,174,142)
#B5B89C
(181,184,156)
#BFC2AA
(191,194,170)
#C9CCB8
(201,204,184)
#D3D6C6
(211,214,198)
#DDE0D4
(221,224,212)
#E7EAE2
(231,234,226)
#F1F4F0
(241,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D9064 color. Also use rgb(141,144,100) instead hex code.

Text Font Color

.myTextColor { color: #8D9064; }

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

This text font color is #8D9064.

Background Color

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

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

This div background color is #8D9064.

Border color

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

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

This div border color is #8D9064.

Opacity

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

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

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

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

This text has shadow with #8D9064 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D9064.

Preview

Color preview on black background

This text has color #8D9064 on black background.


Color preview on white background

This text has color #8D9064 on white background.


Black color preview on #8D9064 background

This text has black color on #8D9064 background.


White color preview on #8D9064 background

This text has white color on #8D9064 background.


Related colors

Complementary color

Complementary color for #hex is #726F9B.


I love getcolorcode.com

Triadic colors

1 #648D90 and #90648D with #8D9064 are triadic colors.

2 #64908D and #908D64 with #8D9064 are triadic colors.