COLOR #946F76

HEX: #946F76 RGB: (148,111,118)

Color info

#946F76 contains red, green and blue colors in about the same proportion. Web safe color of #946F76 is #996666 (or #966).

RGB color model

#946F76 color RGB value is (148,111,118).

RGB: (148,111,118) (58%, 44%, 46%)

RGB channels and saturation

R 148 of 255 = 58%
G 111 of 255 = 44%
B 118 of 255 = 46%

148
111
118

R + G + B ~ 49%. #946F76 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 148 + 111 + 118 = 377 (100%)
R 148 of 377 ~ 39.26%
G 111 of 377 ~ 29.44%
B 118 of 377 ~ 31.3'%

%39.26
%29.44
%31.3

CMYK color model

#946F76 color CMYK value is (0,25,20,42).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 20.27%
  • key color value is 41.96%

CMYK: (0,25,20,42)
C0M25Y20K42 (0%, 25%, 20%, 42%)
(0.00 / 0.25 / 0.20 / 0.42)

CMYK percentages

%0
%25
%20.27
%41.96

Codes

Color #946F76 in popluar color models

94 6F 76
RGB 148 111 118
HSL 349° 14.74% 50.78%
HSB/HSV 349° 25.00% 58.04%
CMYK 0.00% 25.00% 20.27%
41.96%

Color #946F76 in popluar number systems.

HEX 94 6F 76
Decimal 148 111 118
Binary 10010100 1101111 1110110
Octal 224 157 166

Shades and tints

Shades of #946F76

#946F76
(148,111,118)
#87656C
(135,101,108)
#7A5B62
(122,91,98)
#6D5158
(109,81,88)
#60474E
(96,71,78)
#533D44
(83,61,68)
#46333A
(70,51,58)
#392930
(57,41,48)
#2C1F26
(44,31,38)
#1F151C
(31,21,28)
#120B12
(18,11,18)
#000000
(0,0,0)

Tints of #946F76

#946F76
(148,111,118)
#9D7C82
(157,124,130)
#A6898E
(166,137,142)
#AF969A
(175,150,154)
#B8A3A6
(184,163,166)
#C1B0B2
(193,176,178)
#CABDBE
(202,189,190)
#D3CACA
(211,202,202)
#DCD7D6
(220,215,214)
#E5E4E2
(229,228,226)
#EEF1EE
(238,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #946F76 color. Also use rgb(148,111,118) instead hex code.

Text Font Color

.myTextColor { color: #946F76; }

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

This text font color is #946F76.

Background Color

.myBgColor { background-color: #946F76; }

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

This div background color is #946F76.

Border color

.myBorderColor { border: 1px solid #946F76; }

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

This div border color is #946F76.

Opacity

.myOpacity80 { color: #946F76; opacity: 0.8; }

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

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

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

This text has shadow with #946F76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #946F76.

Preview

Color preview on black background

This text has color #946F76 on black background.


Color preview on white background

This text has color #946F76 on white background.


Black color preview on #946F76 background

This text has black color on #946F76 background.


White color preview on #946F76 background

This text has white color on #946F76 background.


Related colors

Complementary color

Complementary color for #hex is #6B9089.


I love getcolorcode.com

Triadic colors

1 #76946F and #6F7694 with #946F76 are triadic colors.

2 #766F94 and #6F9476 with #946F76 are triadic colors.