COLOR #947882

HEX: #947882
RGB: (148,120,130)

Color info

#947882 contains red, green and blue colors in about the same proportion. Web safe color of #947882 is #996699 (or #969).

RGB color model

#947882 color RGB value is (148,120,130).

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

RGB channels and saturation

R 148 of 255 = 58%
G 120 of 255 = 47%
B 130 of 255 = 51%

148
120
130

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

Portions of RGB colors in percentages

R + G + B =
148 + 120 + 130 = 398 (100%)
R 148 of 398 ~ 37.19%
G 120 of 398 ~ 30.15%
B 130 of 398 ~ 32.66%

%37.19
%30.15
%32.66

CMYK color model

#947882 color CMYK value is (0,19,12,42).

  • cyan value is 0.00%
  • magenta value is 18.92%
  • yellow value is 12.16%
  • key color value is 41.96%
CMYK:
(0,19,12,42)
C0M19Y12K42 
(0%,19%,12%,42%)
(0.00/0.19/0.12/0.42)	

CMYK percentages

%0
%18.92
%12.16
%41.96

Codes

Color #947882 in popluar color models

947882
RGB148120130
HSL339°11.57%52.55%
HSB/HSV339°18.92%58.04%
CMYK0.00%18.92%12.16%
41.96%

Color #947882 in popluar number systems.

HEX947882
Decimal148120130
Binary10010100111100010000010
Octal224170202

Shades and tints

Shades of #947882

#947882
(148,120,130)
#876E77
(135,110,119)
#7A646C
(122,100,108)
#6D5A61
(109,90,97)
#605056
(96,80,86)
#53464B
(83,70,75)
#463C40
(70,60,64)
#393235
(57,50,53)
#2C282A
(44,40,42)
#1F1E1F
(31,30,31)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #947882

#947882
(148,120,130)
#9D848D
(157,132,141)
#A69098
(166,144,152)
#AF9CA3
(175,156,163)
#B8A8AE
(184,168,174)
#C1B4B9
(193,180,185)
#CAC0C4
(202,192,196)
#D3CCCF
(211,204,207)
#DCD8DA
(220,216,218)
#E5E4E5
(229,228,229)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #947882; }

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

This text font color is #947882.


Background Color

.myBgColor { background-color: #947882; }

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

This div background color is #947882.


Border color

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

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

This div border color is #947882.


Opacity

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

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

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

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

This text has shadow with #947882 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947882 on black background.


Color preview on white background

This text has color #947882 on white background.



Black color preview on #947882 background

This text has black color on #947882 background.


White color preview on #947882 background

This text has white color on #947882 background.