COLOR #947E81

HEX: #947E81 RGB: (148,126,129)

Color info

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

RGB color model

#947E81 color RGB value is (148,126,129).

RGB: (148,126,129) (58%, 49%, 51%)

RGB channels and saturation

R 148 of 255 = 58%
G 126 of 255 = 49%
B 129 of 255 = 51%

148
126
129

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

Portions of RGB colors in percentages

R + G + B = 148 + 126 + 129 = 403 (100%)
R 148 of 403 ~ 36.72%
G 126 of 403 ~ 31.27%
B 129 of 403 ~ 32.01'%

%36.72
%31.27
%32.01

CMYK color model

#947E81 color CMYK value is (0,15,13,42).

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

CMYK: (0,15,13,42)
C0M15Y13K42 (0%, 15%, 13%, 42%)
(0.00 / 0.15 / 0.13 / 0.42)

CMYK percentages

%0
%14.86
%12.84
%41.96

Codes

Color #947E81 in popluar color models

94 7E 81
RGB 148 126 129
HSL 352° 9.32% 53.73%
HSB/HSV 352° 14.86% 58.04%
CMYK 0.00% 14.86% 12.84%
41.96%

Color #947E81 in popluar number systems.

HEX 94 7E 81
Decimal 148 126 129
Binary 10010100 1111110 10000001
Octal 224 176 201

Shades and tints

Shades of #947E81

#947E81
(148,126,129)
#877376
(135,115,118)
#7A686B
(122,104,107)
#6D5D60
(109,93,96)
#605255
(96,82,85)
#53474A
(83,71,74)
#463C3F
(70,60,63)
#393134
(57,49,52)
#2C2629
(44,38,41)
#1F1B1E
(31,27,30)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #947E81

#947E81
(148,126,129)
#9D898C
(157,137,140)
#A69497
(166,148,151)
#AF9FA2
(175,159,162)
#B8AAAD
(184,170,173)
#C1B5B8
(193,181,184)
#CAC0C3
(202,192,195)
#D3CBCE
(211,203,206)
#DCD6D9
(220,214,217)
#E5E1E4
(229,225,228)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #947E81; }

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

This text font color is #947E81.

Background Color

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

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

This div background color is #947E81.

Border color

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

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

This div border color is #947E81.

Opacity

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

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

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

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

This text has shadow with #947E81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #947E81.

Preview

Color preview on black background

This text has color #947E81 on black background.


Color preview on white background

This text has color #947E81 on white background.


Black color preview on #947E81 background

This text has black color on #947E81 background.


White color preview on #947E81 background

This text has white color on #947E81 background.


Related colors

Complementary color

Complementary color for #hex is #6B817E.


I love getcolorcode.com

Triadic colors

1 #81947E and #7E8194 with #947E81 are triadic colors.

2 #817E94 and #7E9481 with #947E81 are triadic colors.