COLOR #948B85

HEX: #948B85
RGB: (148,139,133)

Color info

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

RGB color model

#948B85 color RGB value is (148,139,133).

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

RGB channels and saturation

R 148 of 255 = 58%
G 139 of 255 = 55%
B 133 of 255 = 52%

148
139
133

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

Portions of RGB colors in percentages

R + G + B =
148 + 139 + 133 = 420 (100%)
R 148 of 420 ~ 35.24%
G 139 of 420 ~ 33.1%
B 133 of 420 ~ 31.67%

%35.24
%33.1
%31.67

CMYK color model

#948B85 color CMYK value is (0,6,10,42).

  • cyan value is 0.00%
  • magenta value is 6.08%
  • yellow value is 10.14%
  • key color value is 41.96%
CMYK:
(0,6,10,42)
C0M6Y10K42 
(0%,6%,10%,42%)
(0.00/0.06/0.10/0.42)	

CMYK percentages

%0
%6.08
%10.14
%41.96

Codes

Color #948B85 in popluar color models

948B85
RGB148139133
HSL24°6.55%55.10%
HSB/HSV24°10.14%58.04%
CMYK0.00%6.08%10.14%
41.96%

Color #948B85 in popluar number systems.

HEX948B85
Decimal148139133
Binary100101001000101110000101
Octal224213205

Shades and tints

Shades of #948B85

#948B85
(148,139,133)
#877F79
(135,127,121)
#7A736D
(122,115,109)
#6D6761
(109,103,97)
#605B55
(96,91,85)
#534F49
(83,79,73)
#46433D
(70,67,61)
#393731
(57,55,49)
#2C2B25
(44,43,37)
#1F1F19
(31,31,25)
#12130D
(18,19,13)
#000000
(0,0,0)

Tints of #948B85

#948B85
(148,139,133)
#9D9590
(157,149,144)
#A69F9B
(166,159,155)
#AFA9A6
(175,169,166)
#B8B3B1
(184,179,177)
#C1BDBC
(193,189,188)
#CAC7C7
(202,199,199)
#D3D1D2
(211,209,210)
#DCDBDD
(220,219,221)
#E5E5E8
(229,229,232)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948B85; }

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

This text font color is #948B85.


Background Color

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

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

This div background color is #948B85.


Border color

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

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

This div border color is #948B85.


Opacity

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

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

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

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

This text has shadow with #948B85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948B85 on black background.


Color preview on white background

This text has color #948B85 on white background.



Black color preview on #948B85 background

This text has black color on #948B85 background.


White color preview on #948B85 background

This text has white color on #948B85 background.