COLOR #948B86

HEX: #948B86
RGB: (148,139,134)

Color info

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

RGB color model

#948B86 color RGB value is (148,139,134).

  • red value is 148;
  • green value is 139;
  • blue value is 134.
RGB:
(148,139,134)
(58%,55%,53%)

RGB channels and saturation

R 148 of 255 = 58%
G 139 of 255 = 55%
B 134 of 255 = 53%

148
139
134

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

Portions of RGB colors in percentages

R + G + B =
148 + 139 + 134 = 421 (100%)
R 148 of 421 ~ 35.15%
G 139 of 421 ~ 33.02%
B 134 of 421 ~ 31.83%

%35.15
%33.02
%31.83

CMYK color model

#948B86 color CMYK value is (0,6,9,42).

  • cyan value is 0.00%
  • magenta value is 6.08%
  • yellow value is 9.46%
  • key color value is 41.96%
CMYK:
(0,6,9,42)
C0M6Y9K42 
(0%,6%,9%,42%)
(0.00/0.06/0.09/0.42)	

CMYK percentages

%0
%6.08
%9.46
%41.96

Codes

Color #948B86 in popluar color models

948B86
RGB148139134
HSL21°6.14%55.29%
HSB/HSV21°9.46%58.04%
CMYK0.00%6.08%9.46%
41.96%

Color #948B86 in popluar number systems.

HEX948B86
Decimal148139134
Binary100101001000101110000110
Octal224213206

Shades and tints

Shades of #948B86

#948B86
(148,139,134)
#877F7A
(135,127,122)
#7A736E
(122,115,110)
#6D6762
(109,103,98)
#605B56
(96,91,86)
#534F4A
(83,79,74)
#46433E
(70,67,62)
#393732
(57,55,50)
#2C2B26
(44,43,38)
#1F1F1A
(31,31,26)
#12130E
(18,19,14)
#000000
(0,0,0)

Tints of #948B86

#948B86
(148,139,134)
#9D9591
(157,149,145)
#A69F9C
(166,159,156)
#AFA9A7
(175,169,167)
#B8B3B2
(184,179,178)
#C1BDBD
(193,189,189)
#CAC7C8
(202,199,200)
#D3D1D3
(211,209,211)
#DCDBDE
(220,219,222)
#E5E5E9
(229,229,233)
#EEEFF4
(238,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #948B86 color. Also use rgb(148,139,134) instead hex code.

Text Font Color

.myTextColor { color: #948B86; }

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

This text font color is #948B86.


Background Color

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

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

This div background color is #948B86.


Border color

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

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

This div border color is #948B86.


Opacity

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

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

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

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

This text has shadow with #948B86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948B86 on black background.


Color preview on white background

This text has color #948B86 on white background.



Black color preview on #948B86 background

This text has black color on #948B86 background.


White color preview on #948B86 background

This text has white color on #948B86 background.