COLOR #948286

HEX: #948286
RGB: (148,130,134)

Color info

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

RGB color model

#948286 color RGB value is (148,130,134).

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

RGB channels and saturation

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

148
130
134

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

Portions of RGB colors in percentages

R + G + B =
148 + 130 + 134 = 412 (100%)
R 148 of 412 ~ 35.92%
G 130 of 412 ~ 31.55%
B 134 of 412 ~ 32.52%

%35.92
%31.55
%32.52

CMYK color model

#948286 color CMYK value is (0,12,9,42).

  • cyan value is 0.00%
  • magenta value is 12.16%
  • yellow value is 9.46%
  • key color value is 41.96%
CMYK:
(0,12,9,42)
C0M12Y9K42 
(0%,12%,9%,42%)
(0.00/0.12/0.09/0.42)	

CMYK percentages

%0
%12.16
%9.46
%41.96

Codes

Color #948286 in popluar color models

948286
RGB148130134
HSL347°7.76%54.51%
HSB/HSV347°12.16%58.04%
CMYK0.00%12.16%9.46%
41.96%

Color #948286 in popluar number systems.

HEX948286
Decimal148130134
Binary100101001000001010000110
Octal224202206

Shades and tints

Shades of #948286

#948286
(148,130,134)
#87777A
(135,119,122)
#7A6C6E
(122,108,110)
#6D6162
(109,97,98)
#605656
(96,86,86)
#534B4A
(83,75,74)
#46403E
(70,64,62)
#393532
(57,53,50)
#2C2A26
(44,42,38)
#1F1F1A
(31,31,26)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #948286

#948286
(148,130,134)
#9D8D91
(157,141,145)
#A6989C
(166,152,156)
#AFA3A7
(175,163,167)
#B8AEB2
(184,174,178)
#C1B9BD
(193,185,189)
#CAC4C8
(202,196,200)
#D3CFD3
(211,207,211)
#DCDADE
(220,218,222)
#E5E5E9
(229,229,233)
#EEF0F4
(238,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948286; }

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

This text font color is #948286.


Background Color

.myBgColor { background-color: #948286; }

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

This div background color is #948286.


Border color

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

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

This div border color is #948286.


Opacity

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

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

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

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

This text has shadow with #948286 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948286 on black background.


Color preview on white background

This text has color #948286 on white background.



Black color preview on #948286 background

This text has black color on #948286 background.


White color preview on #948286 background

This text has white color on #948286 background.