COLOR #948A89

HEX: #948A89 RGB: (148,138,137)

Color info

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

RGB color model

#948A89 color RGB value is (148,138,137).

RGB: (148,138,137) (58%, 54%, 54%)

RGB channels and saturation

R 148 of 255 = 58%
G 138 of 255 = 54%
B 137 of 255 = 54%

148
138
137

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

Portions of RGB colors in percentages

R + G + B = 148 + 138 + 137 = 423 (100%)
R 148 of 423 ~ 34.99%
G 138 of 423 ~ 32.62%
B 137 of 423 ~ 32.39'%

%34.99
%32.62
%32.39

CMYK color model

#948A89 color CMYK value is (0,7,7,42).

  • cyan value is 0.00%
  • magenta value is 6.76%
  • yellow value is 7.43%
  • key color value is 41.96%

CMYK: (0,7,7,42)
C0M7Y7K42 (0%, 7%, 7%, 42%)
(0.00 / 0.07 / 0.07 / 0.42)

CMYK percentages

%0
%6.76
%7.43
%41.96

Codes

Color #948A89 in popluar color models

94 8A 89
RGB 148 138 137
HSL 4.89% 55.88%
HSB/HSV 7.43% 58.04%
CMYK 0.00% 6.76% 7.43%
41.96%

Color #948A89 in popluar number systems.

HEX 94 8A 89
Decimal 148 138 137
Binary 10010100 10001010 10001001
Octal 224 212 211

Shades and tints

Shades of #948A89

#948A89
(148,138,137)
#877E7D
(135,126,125)
#7A7271
(122,114,113)
#6D6665
(109,102,101)
#605A59
(96,90,89)
#534E4D
(83,78,77)
#464241
(70,66,65)
#393635
(57,54,53)
#2C2A29
(44,42,41)
#1F1E1D
(31,30,29)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #948A89

#948A89
(148,138,137)
#9D9493
(157,148,147)
#A69E9D
(166,158,157)
#AFA8A7
(175,168,167)
#B8B2B1
(184,178,177)
#C1BCBB
(193,188,187)
#CAC6C5
(202,198,197)
#D3D0CF
(211,208,207)
#DCDAD9
(220,218,217)
#E5E4E3
(229,228,227)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #948A89 color. Also use rgb(148,138,137) instead hex code.

Text Font Color

.myTextColor { color: #948A89; }

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

This text font color is #948A89.

Background Color

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

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

This div background color is #948A89.

Border color

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

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

This div border color is #948A89.

Opacity

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

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

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

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

This text has shadow with #948A89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #948A89.

Preview

Color preview on black background

This text has color #948A89 on black background.


Color preview on white background

This text has color #948A89 on white background.


Black color preview on #948A89 background

This text has black color on #948A89 background.


White color preview on #948A89 background

This text has white color on #948A89 background.


Related colors

Complementary color

Complementary color for #hex is #6B7576.


I love getcolorcode.com

Triadic colors

1 #89948A and #8A8994 with #948A89 are triadic colors.

2 #898A94 and #8A9489 with #948A89 are triadic colors.