COLOR #947A81

HEX: #947A81 RGB: (148,122,129)

Color info

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

RGB color model

#947A81 color RGB value is (148,122,129).

RGB: (148,122,129) (58%, 48%, 51%)

RGB channels and saturation

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

148
122
129

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

Portions of RGB colors in percentages

R + G + B = 148 + 122 + 129 = 399 (100%)
R 148 of 399 ~ 37.09%
G 122 of 399 ~ 30.58%
B 129 of 399 ~ 32.33'%

%37.09
%30.58
%32.33

CMYK color model

#947A81 color CMYK value is (0,18,13,42).

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

CMYK: (0,18,13,42)
C0M18Y13K42 (0%, 18%, 13%, 42%)
(0.00 / 0.18 / 0.13 / 0.42)

CMYK percentages

%0
%17.57
%12.84
%41.96

Codes

Color #947A81 in popluar color models

94 7A 81
RGB 148 122 129
HSL 344° 10.83% 52.94%
HSB/HSV 344° 17.57% 58.04%
CMYK 0.00% 17.57% 12.84%
41.96%

Color #947A81 in popluar number systems.

HEX 94 7A 81
Decimal 148 122 129
Binary 10010100 1111010 10000001
Octal 224 172 201

Shades and tints

Shades of #947A81

#947A81
(148,122,129)
#876F76
(135,111,118)
#7A646B
(122,100,107)
#6D5960
(109,89,96)
#604E55
(96,78,85)
#53434A
(83,67,74)
#46383F
(70,56,63)
#392D34
(57,45,52)
#2C2229
(44,34,41)
#1F171E
(31,23,30)
#120C13
(18,12,19)
#000000
(0,0,0)

Tints of #947A81

#947A81
(148,122,129)
#9D868C
(157,134,140)
#A69297
(166,146,151)
#AF9EA2
(175,158,162)
#B8AAAD
(184,170,173)
#C1B6B8
(193,182,184)
#CAC2C3
(202,194,195)
#D3CECE
(211,206,206)
#DCDAD9
(220,218,217)
#E5E6E4
(229,230,228)
#EEF2EF
(238,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #947A81; }

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

This text font color is #947A81.

Background Color

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

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

This div background color is #947A81.

Border color

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

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

This div border color is #947A81.

Opacity

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

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

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

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

This text has shadow with #947A81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #947A81.

Preview

Color preview on black background

This text has color #947A81 on black background.


Color preview on white background

This text has color #947A81 on white background.


Black color preview on #947A81 background

This text has black color on #947A81 background.


White color preview on #947A81 background

This text has white color on #947A81 background.


Related colors

Complementary color

Complementary color for #hex is #6B857E.


I love getcolorcode.com

Triadic colors

1 #81947A and #7A8194 with #947A81 are triadic colors.

2 #817A94 and #7A9481 with #947A81 are triadic colors.