COLOR #948288

HEX: #948288
RGB: (148,130,136)

Color info

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

RGB color model

#948288 color RGB value is (148,130,136).

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

RGB channels and saturation

R 148 of 255 = 58%
G 130 of 255 = 51%
B 136 of 255 = 53%

148
130
136

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

Portions of RGB colors in percentages

R + G + B =
148 + 130 + 136 = 414 (100%)
R 148 of 414 ~ 35.75%
G 130 of 414 ~ 31.4%
B 136 of 414 ~ 32.85%

%35.75
%31.4
%32.85

CMYK color model

#948288 color CMYK value is (0,12,8,42).

  • cyan value is 0.00%
  • magenta value is 12.16%
  • yellow value is 8.11%
  • key color value is 41.96%
CMYK:
(0,12,8,42)
C0M12Y8K42 
(0%,12%,8%,42%)
(0.00/0.12/0.08/0.42)	

CMYK percentages

%0
%12.16
%8.11
%41.96

Codes

Color #948288 in popluar color models

948288
RGB148130136
HSL340°7.76%54.51%
HSB/HSV340°12.16%58.04%
CMYK0.00%12.16%8.11%
41.96%

Color #948288 in popluar number systems.

HEX948288
Decimal148130136
Binary100101001000001010001000
Octal224202210

Shades and tints

Shades of #948288

#948288
(148,130,136)
#87777C
(135,119,124)
#7A6C70
(122,108,112)
#6D6164
(109,97,100)
#605658
(96,86,88)
#534B4C
(83,75,76)
#464040
(70,64,64)
#393534
(57,53,52)
#2C2A28
(44,42,40)
#1F1F1C
(31,31,28)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #948288

#948288
(148,130,136)
#9D8D92
(157,141,146)
#A6989C
(166,152,156)
#AFA3A6
(175,163,166)
#B8AEB0
(184,174,176)
#C1B9BA
(193,185,186)
#CAC4C4
(202,196,196)
#D3CFCE
(211,207,206)
#DCDAD8
(220,218,216)
#E5E5E2
(229,229,226)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #948288 color. Also use rgb(148,130,136) instead hex code.

Text Font Color

.myTextColor { color: #948288; }

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

This text font color is #948288.


Background Color

.myBgColor { background-color: #948288; }

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

This div background color is #948288.


Border color

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

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

This div border color is #948288.


Opacity

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

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

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

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

This text has shadow with #948288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948288 on black background.


Color preview on white background

This text has color #948288 on white background.



Black color preview on #948288 background

This text has black color on #948288 background.


White color preview on #948288 background

This text has white color on #948288 background.