COLOR #947A8E

HEX: #947A8E RGB: (148,122,142)

Color info

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

RGB color model

#947A8E color RGB value is (148,122,142).

RGB: (148,122,142) (58%, 48%, 56%)

RGB channels and saturation

R 148 of 255 = 58%
G 122 of 255 = 48%
B 142 of 255 = 56%

148
122
142

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

Portions of RGB colors in percentages

R + G + B = 148 + 122 + 142 = 412 (100%)
R 148 of 412 ~ 35.92%
G 122 of 412 ~ 29.61%
B 142 of 412 ~ 34.47'%

%35.92
%29.61
%34.47

CMYK color model

#947A8E color CMYK value is (0,18,4,42).

  • cyan value is 0.00%
  • magenta value is 17.57%
  • yellow value is 4.05%
  • key color value is 41.96%

CMYK: (0,18,4,42)
C0M18Y4K42 (0%, 18%, 4%, 42%)
(0.00 / 0.18 / 0.04 / 0.42)

CMYK percentages

%0
%17.57
%4.05
%41.96

Codes

Color #947A8E in popluar color models

94 7A 8E
RGB 148 122 142
HSL 314° 10.83% 52.94%
HSB/HSV 314° 17.57% 58.04%
CMYK 0.00% 17.57% 4.05%
41.96%

Color #947A8E in popluar number systems.

HEX 94 7A 8E
Decimal 148 122 142
Binary 10010100 1111010 10001110
Octal 224 172 216

Shades and tints

Shades of #947A8E

#947A8E
(148,122,142)
#876F82
(135,111,130)
#7A6476
(122,100,118)
#6D596A
(109,89,106)
#604E5E
(96,78,94)
#534352
(83,67,82)
#463846
(70,56,70)
#392D3A
(57,45,58)
#2C222E
(44,34,46)
#1F1722
(31,23,34)
#120C16
(18,12,22)
#000000
(0,0,0)

Tints of #947A8E

#947A8E
(148,122,142)
#9D8698
(157,134,152)
#A692A2
(166,146,162)
#AF9EAC
(175,158,172)
#B8AAB6
(184,170,182)
#C1B6C0
(193,182,192)
#CAC2CA
(202,194,202)
#D3CED4
(211,206,212)
#DCDADE
(220,218,222)
#E5E6E8
(229,230,232)
#EEF2F2
(238,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #947A8E; }

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

This text font color is #947A8E.

Background Color

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

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

This div background color is #947A8E.

Border color

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

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

This div border color is #947A8E.

Opacity

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

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

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

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

This text has shadow with #947A8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #947A8E.

Preview

Color preview on black background

This text has color #947A8E on black background.


Color preview on white background

This text has color #947A8E on white background.


Black color preview on #947A8E background

This text has black color on #947A8E background.


White color preview on #947A8E background

This text has white color on #947A8E background.


Related colors

Complementary color

Complementary color for #hex is #6B8571.


I love getcolorcode.com

Triadic colors

1 #8E947A and #7A8E94 with #947A8E are triadic colors.

2 #8E7A94 and #7A948E with #947A8E are triadic colors.