COLOR #948C87

HEX: #948C87 RGB: (148,140,135)

Color info

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

RGB color model

#948C87 color RGB value is (148,140,135).

RGB: (148,140,135) (58%, 55%, 53%)

RGB channels and saturation

R 148 of 255 = 58%
G 140 of 255 = 55%
B 135 of 255 = 53%

148
140
135

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

Portions of RGB colors in percentages

R + G + B = 148 + 140 + 135 = 423 (100%)
R 148 of 423 ~ 34.99%
G 140 of 423 ~ 33.1%
B 135 of 423 ~ 31.91'%

%34.99
%33.1
%31.91

CMYK color model

#948C87 color CMYK value is (0,5,9,42).

  • cyan value is 0.00%
  • magenta value is 5.41%
  • yellow value is 8.78%
  • key color value is 41.96%

CMYK: (0,5,9,42)
C0M5Y9K42 (0%, 5%, 9%, 42%)
(0.00 / 0.05 / 0.09 / 0.42)

CMYK percentages

%0
%5.41
%8.78
%41.96

Codes

Color #948C87 in popluar color models

94 8C 87
RGB 148 140 135
HSL 23° 5.73% 55.49%
HSB/HSV 23° 8.78% 58.04%
CMYK 0.00% 5.41% 8.78%
41.96%

Color #948C87 in popluar number systems.

HEX 94 8C 87
Decimal 148 140 135
Binary 10010100 10001100 10000111
Octal 224 214 207

Shades and tints

Shades of #948C87

#948C87
(148,140,135)
#87807B
(135,128,123)
#7A746F
(122,116,111)
#6D6863
(109,104,99)
#605C57
(96,92,87)
#53504B
(83,80,75)
#46443F
(70,68,63)
#393833
(57,56,51)
#2C2C27
(44,44,39)
#1F201B
(31,32,27)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #948C87

#948C87
(148,140,135)
#9D9691
(157,150,145)
#A6A09B
(166,160,155)
#AFAAA5
(175,170,165)
#B8B4AF
(184,180,175)
#C1BEB9
(193,190,185)
#CAC8C3
(202,200,195)
#D3D2CD
(211,210,205)
#DCDCD7
(220,220,215)
#E5E6E1
(229,230,225)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #948C87 color. Also use rgb(148,140,135) instead hex code.

Text Font Color

.myTextColor { color: #948C87; }

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

This text font color is #948C87.

Background Color

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

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

This div background color is #948C87.

Border color

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

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

This div border color is #948C87.

Opacity

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

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

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

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

This text has shadow with #948C87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #948C87.

Preview

Color preview on black background

This text has color #948C87 on black background.


Color preview on white background

This text has color #948C87 on white background.


Black color preview on #948C87 background

This text has black color on #948C87 background.


White color preview on #948C87 background

This text has white color on #948C87 background.


Related colors

Complementary color

Complementary color for #hex is #6B7378.


I love getcolorcode.com

Triadic colors

1 #87948C and #8C8794 with #948C87 are triadic colors.

2 #878C94 and #8C9487 with #948C87 are triadic colors.