COLOR #8D946E

HEX: #8D946E
RGB: (141,148,110)

Color info

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

RGB color model

#8D946E color RGB value is (141,148,110).

  • red value is 141;
  • green value is 148;
  • blue value is 110.
RGB:
(141,148,110)
(55%,58%,43%)

RGB channels and saturation

R 141 of 255 = 55%
G 148 of 255 = 58%
B 110 of 255 = 43%

141
148
110

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

Portions of RGB colors in percentages

R + G + B =
141 + 148 + 110 = 399 (100%)
R 141 of 399 ~ 35.34%
G 148 of 399 ~ 37.09%
B 110 of 399 ~ 27.57%

%35.34
%37.09
%27.57

CMYK color model

#8D946E color CMYK value is (5,0,26,42).

  • cyan value is 4.73%
  • magenta value is 0.00%
  • yellow value is 25.68%
  • key color value is 41.96%
CMYK:
(5,0,26,42)
C5M0Y26K42 
(5%,0%,26%,42%)
(0.05/0.00/0.26/0.42)	

CMYK percentages

%4.73
%0
%25.68
%41.96

Codes

Color #8D946E in popluar color models

8D946E
RGB141148110
HSL71°15.08%50.59%
HSB/HSV71°25.68%58.04%
CMYK4.73%0.00%25.68%
41.96%

Color #8D946E in popluar number systems.

HEX8D946E
Decimal141148110
Binary10001101100101001101110
Octal215224156

Shades and tints

Shades of #8D946E

#8D946E
(141,148,110)
#818764
(129,135,100)
#757A5A
(117,122,90)
#696D50
(105,109,80)
#5D6046
(93,96,70)
#51533C
(81,83,60)
#454632
(69,70,50)
#393928
(57,57,40)
#2D2C1E
(45,44,30)
#211F14
(33,31,20)
#15120A
(21,18,10)
#000000
(0,0,0)

Tints of #8D946E

#8D946E
(141,148,110)
#979D7B
(151,157,123)
#A1A688
(161,166,136)
#ABAF95
(171,175,149)
#B5B8A2
(181,184,162)
#BFC1AF
(191,193,175)
#C9CABC
(201,202,188)
#D3D3C9
(211,211,201)
#DDDCD6
(221,220,214)
#E7E5E3
(231,229,227)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D946E color. Also use rgb(141,148,110) instead hex code.

Text Font Color

.myTextColor { color: #8D946E; }

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

This text font color is #8D946E.


Background Color

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

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

This div background color is #8D946E.


Border color

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

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

This div border color is #8D946E.


Opacity

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

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

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

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

This text has shadow with #8D946E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D946E on black background.


Color preview on white background

This text has color #8D946E on white background.



Black color preview on #8D946E background

This text has black color on #8D946E background.


White color preview on #8D946E background

This text has white color on #8D946E background.