COLOR #947A83

HEX: #947A83
RGB: (148,122,131)

Color info

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

RGB color model

#947A83 color RGB value is (148,122,131).

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

RGB channels and saturation

R 148 of 255 = 58%
G 122 of 255 = 48%
B 131 of 255 = 51%

148
122
131

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

Portions of RGB colors in percentages

R + G + B =
148 + 122 + 131 = 401 (100%)
R 148 of 401 ~ 36.91%
G 122 of 401 ~ 30.42%
B 131 of 401 ~ 32.67%

%36.91
%30.42
%32.67

CMYK color model

#947A83 color CMYK value is (0,18,11,42).

  • cyan value is 0.00%
  • magenta value is 17.57%
  • yellow value is 11.49%
  • key color value is 41.96%
CMYK:
(0,18,11,42)
C0M18Y11K42 
(0%,18%,11%,42%)
(0.00/0.18/0.11/0.42)	

CMYK percentages

%0
%17.57
%11.49
%41.96

Codes

Color #947A83 in popluar color models

947A83
RGB148122131
HSL339°10.83%52.94%
HSB/HSV339°17.57%58.04%
CMYK0.00%17.57%11.49%
41.96%

Color #947A83 in popluar number systems.

HEX947A83
Decimal148122131
Binary10010100111101010000011
Octal224172203

Shades and tints

Shades of #947A83

#947A83
(148,122,131)
#876F78
(135,111,120)
#7A646D
(122,100,109)
#6D5962
(109,89,98)
#604E57
(96,78,87)
#53434C
(83,67,76)
#463841
(70,56,65)
#392D36
(57,45,54)
#2C222B
(44,34,43)
#1F1720
(31,23,32)
#120C15
(18,12,21)
#000000
(0,0,0)

Tints of #947A83

#947A83
(148,122,131)
#9D868E
(157,134,142)
#A69299
(166,146,153)
#AF9EA4
(175,158,164)
#B8AAAF
(184,170,175)
#C1B6BA
(193,182,186)
#CAC2C5
(202,194,197)
#D3CED0
(211,206,208)
#DCDADB
(220,218,219)
#E5E6E6
(229,230,230)
#EEF2F1
(238,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #947A83; }

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

This text font color is #947A83.


Background Color

.myBgColor { background-color: #947A83; }

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

This div background color is #947A83.


Border color

.myBorderColor { border: 1px solid #947A83; }

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

This div border color is #947A83.


Opacity

.myOpacity80 { color: #947A83; opacity: 0.8; }

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

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

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

This text has shadow with #947A83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947A83 on black background.


Color preview on white background

This text has color #947A83 on white background.



Black color preview on #947A83 background

This text has black color on #947A83 background.


White color preview on #947A83 background

This text has white color on #947A83 background.