COLOR #948387

HEX: #948387
RGB: (148,131,135)

Color info

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

RGB color model

#948387 color RGB value is (148,131,135).

  • red value is 148;
  • green value is 131;
  • blue value is 135.
RGB:
(148,131,135)
(58%,51%,53%)

RGB channels and saturation

R 148 of 255 = 58%
G 131 of 255 = 51%
B 135 of 255 = 53%

148
131
135

R + G + B ~ 54%. #948387 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 131 + 135 = 414 (100%)
R 148 of 414 ~ 35.75%
G 131 of 414 ~ 31.64%
B 135 of 414 ~ 32.61%

%35.75
%31.64
%32.61

CMYK color model

#948387 color CMYK value is (0,11,9,42).

  • cyan value is 0.00%
  • magenta value is 11.49%
  • yellow value is 8.78%
  • key color value is 41.96%
CMYK:
(0,11,9,42)
C0M11Y9K42 
(0%,11%,9%,42%)
(0.00/0.11/0.09/0.42)	

CMYK percentages

%0
%11.49
%8.78
%41.96

Codes

Color #948387 in popluar color models

948387
RGB148131135
HSL346°7.36%54.71%
HSB/HSV346°11.49%58.04%
CMYK0.00%11.49%8.78%
41.96%

Color #948387 in popluar number systems.

HEX948387
Decimal148131135
Binary100101001000001110000111
Octal224203207

Shades and tints

Shades of #948387

#948387
(148,131,135)
#87787B
(135,120,123)
#7A6D6F
(122,109,111)
#6D6263
(109,98,99)
#605757
(96,87,87)
#534C4B
(83,76,75)
#46413F
(70,65,63)
#393633
(57,54,51)
#2C2B27
(44,43,39)
#1F201B
(31,32,27)
#12150F
(18,21,15)
#000000
(0,0,0)

Tints of #948387

#948387
(148,131,135)
#9D8E91
(157,142,145)
#A6999B
(166,153,155)
#AFA4A5
(175,164,165)
#B8AFAF
(184,175,175)
#C1BAB9
(193,186,185)
#CAC5C3
(202,197,195)
#D3D0CD
(211,208,205)
#DCDBD7
(220,219,215)
#E5E6E1
(229,230,225)
#EEF1EB
(238,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948387; }

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

This text font color is #948387.


Background Color

.myBgColor { background-color: #948387; }

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

This div background color is #948387.


Border color

.myBorderColor { border: 1px solid #948387; }

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

This div border color is #948387.


Opacity

.myOpacity80 { color: #948387; opacity: 0.8; }

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

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

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

This text has shadow with #948387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948387 on black background.


Color preview on white background

This text has color #948387 on white background.



Black color preview on #948387 background

This text has black color on #948387 background.


White color preview on #948387 background

This text has white color on #948387 background.