COLOR #8D9484

HEX: #8D9484
RGB: (141,148,132)

Color info

#8D9484 contains red, green and blue colors in about the same proportion. Web safe color of #8D9484 is #999999 (or #999).

RGB color model

#8D9484 color RGB value is (141,148,132).

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

RGB channels and saturation

R 141 of 255 = 55%
G 148 of 255 = 58%
B 132 of 255 = 52%

141
148
132

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

Portions of RGB colors in percentages

R + G + B =
141 + 148 + 132 = 421 (100%)
R 141 of 421 ~ 33.49%
G 148 of 421 ~ 35.15%
B 132 of 421 ~ 31.35%

%33.49
%35.15
%31.35

CMYK color model

#8D9484 color CMYK value is (5,0,11,42).

  • cyan value is 4.73%
  • magenta value is 0.00%
  • yellow value is 10.81%
  • key color value is 41.96%
CMYK: (5,0,11,42) C5M0Y11K42 (5%,0%,11%,42%) (0.05/0.00/0.11/0.42)

CMYK percentages

%4.73
%0
%10.81
%41.96

Codes

Color #8D9484 in popluar color models

8D9484
RGB141148132
HSL86°6.96%54.90%
HSB/HSV86°10.81%58.04%
CMYK4.73%0.00%10.81%
41.96%

Color #8D9484 in popluar number systems.

HEX8D9484
Decimal141148132
Binary100011011001010010000100
Octal215224204

Shades and tints

Shades of #8D9484

#8D9484
(141,148,132)
#818778
(129,135,120)
#757A6C
(117,122,108)
#696D60
(105,109,96)
#5D6054
(93,96,84)
#515348
(81,83,72)
#45463C
(69,70,60)
#393930
(57,57,48)
#2D2C24
(45,44,36)
#211F18
(33,31,24)
#15120C
(21,18,12)
#000000
(0,0,0)

Tints of #8D9484

#8D9484
(141,148,132)
#979D8F
(151,157,143)
#A1A69A
(161,166,154)
#ABAFA5
(171,175,165)
#B5B8B0
(181,184,176)
#BFC1BB
(191,193,187)
#C9CAC6
(201,202,198)
#D3D3D1
(211,211,209)
#DDDCDC
(221,220,220)
#E7E5E7
(231,229,231)
#F1EEF2
(241,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D9484; }

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

This text font color is #8D9484.


Background Color

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

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

This div background color is #8D9484.


Border color

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

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

This div border color is #8D9484.


Opacity

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

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

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

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

This text has shadow with #8D9484 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #8D9484 on black background.


Color preview on white background

This text has color #8D9484 on white background.



Black color preview on #8D9484 background

This text has black color on #8D9484 background.


White color preview on #8D9484 background

This text has white color on #8D9484 background.