COLOR #948E84

HEX: #948E84 RGB: (148,142,132)

Color info

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

RGB color model

#948E84 color RGB value is (148,142,132).

RGB: (148,142,132) (58%, 56%, 52%)

RGB channels and saturation

R 148 of 255 = 58%
G 142 of 255 = 56%
B 132 of 255 = 52%

148
142
132

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

Portions of RGB colors in percentages

R + G + B = 148 + 142 + 132 = 422 (100%)
R 148 of 422 ~ 35.07%
G 142 of 422 ~ 33.65%
B 132 of 422 ~ 31.28'%

%35.07
%33.65
%31.28

CMYK color model

#948E84 color CMYK value is (0,4,11,42).

  • cyan value is 0.00%
  • magenta value is 4.05%
  • yellow value is 10.81%
  • key color value is 41.96%

CMYK: (0,4,11,42)
C0M4Y11K42 (0%, 4%, 11%, 42%)
(0.00 / 0.04 / 0.11 / 0.42)

CMYK percentages

%0
%4.05
%10.81
%41.96

Codes

Color #948E84 in popluar color models

94 8E 84
RGB 148 142 132
HSL 38° 6.96% 54.90%
HSB/HSV 38° 10.81% 58.04%
CMYK 0.00% 4.05% 10.81%
41.96%

Color #948E84 in popluar number systems.

HEX 94 8E 84
Decimal 148 142 132
Binary 10010100 10001110 10000100
Octal 224 216 204

Shades and tints

Shades of #948E84

#948E84
(148,142,132)
#878278
(135,130,120)
#7A766C
(122,118,108)
#6D6A60
(109,106,96)
#605E54
(96,94,84)
#535248
(83,82,72)
#46463C
(70,70,60)
#393A30
(57,58,48)
#2C2E24
(44,46,36)
#1F2218
(31,34,24)
#12160C
(18,22,12)
#000000
(0,0,0)

Tints of #948E84

#948E84
(148,142,132)
#9D988F
(157,152,143)
#A6A29A
(166,162,154)
#AFACA5
(175,172,165)
#B8B6B0
(184,182,176)
#C1C0BB
(193,192,187)
#CACAC6
(202,202,198)
#D3D4D1
(211,212,209)
#DCDEDC
(220,222,220)
#E5E8E7
(229,232,231)
#EEF2F2
(238,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #948E84 color. Also use rgb(148,142,132) instead hex code.

Text Font Color

.myTextColor { color: #948E84; }

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

This text font color is #948E84.

Background Color

.myBgColor { background-color: #948E84; }

<div style="background-color:#948E84">Inner text</div>

This div background color is #948E84.

Border color

.myBorderColor { border: 1px solid #948E84; }

<div style="border:3px solid #948E84">Div</div>

This div border color is #948E84.

Opacity

.myOpacity80 { color: #948E84; opacity: 0.8; }

<p style="color:#948E84;opacity:0.8;">80%</p>

Text with #948E84 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 #948E84;}

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

This text has shadow with #948E84 color.


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

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

This text has shadow with #948E84 primary color and red secondary color.


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

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

This text has shadow with #948E84 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #948E84.

Preview

Color preview on black background

This text has color #948E84 on black background.


Color preview on white background

This text has color #948E84 on white background.


Black color preview on #948E84 background

This text has black color on #948E84 background.


White color preview on #948E84 background

This text has white color on #948E84 background.


Related colors

Complementary color

Complementary color for #hex is #6B717B.


I love getcolorcode.com

Triadic colors

1 #84948E and #8E8494 with #948E84 are triadic colors.

2 #848E94 and #8E9484 with #948E84 are triadic colors.