COLOR #946F77

HEX: #946F77 RGB: (148,111,119)

Color info

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

RGB color model

#946F77 color RGB value is (148,111,119).

RGB: (148,111,119) (58%, 44%, 47%)

RGB channels and saturation

R 148 of 255 = 58%
G 111 of 255 = 44%
B 119 of 255 = 47%

148
111
119

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

Portions of RGB colors in percentages

R + G + B = 148 + 111 + 119 = 378 (100%)
R 148 of 378 ~ 39.15%
G 111 of 378 ~ 29.37%
B 119 of 378 ~ 31.48'%

%39.15
%29.37
%31.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 19.59%
  • 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
%19.59
%41.96

Codes

Color #946F77 in popluar color models

94 6F 77
RGB 148 111 119
HSL 347° 14.74% 50.78%
HSB/HSV 347° 25.00% 58.04%
CMYK 0.00% 25.00% 19.59%
41.96%

Color #946F77 in popluar number systems.

HEX 94 6F 77
Decimal 148 111 119
Binary 10010100 1101111 1110111
Octal 224 157 167

Shades and tints

Shades of #946F77

#946F77
(148,111,119)
#87656D
(135,101,109)
#7A5B63
(122,91,99)
#6D5159
(109,81,89)
#60474F
(96,71,79)
#533D45
(83,61,69)
#46333B
(70,51,59)
#392931
(57,41,49)
#2C1F27
(44,31,39)
#1F151D
(31,21,29)
#120B13
(18,11,19)
#000000
(0,0,0)

Tints of #946F77

#946F77
(148,111,119)
#9D7C83
(157,124,131)
#A6898F
(166,137,143)
#AF969B
(175,150,155)
#B8A3A7
(184,163,167)
#C1B0B3
(193,176,179)
#CABDBF
(202,189,191)
#D3CACB
(211,202,203)
#DCD7D7
(220,215,215)
#E5E4E3
(229,228,227)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #946F77; }

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

This text font color is #946F77.

Background Color

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

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

This div background color is #946F77.

Border color

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

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

This div border color is #946F77.

Opacity

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

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

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

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

This text has shadow with #946F77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #946F77.

Preview

Color preview on black background

This text has color #946F77 on black background.


Color preview on white background

This text has color #946F77 on white background.


Black color preview on #946F77 background

This text has black color on #946F77 background.


White color preview on #946F77 background

This text has white color on #946F77 background.


Related colors

Complementary color

Complementary color for #hex is #6B9088.


I love getcolorcode.com

Triadic colors

1 #77946F and #6F7794 with #946F77 are triadic colors.

2 #776F94 and #6F9477 with #946F77 are triadic colors.