COLOR #946C79

HEX: #946C79 RGB: (148,108,121)

Color info

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

RGB color model

#946C79 color RGB value is (148,108,121).

RGB: (148,108,121) (58%, 42%, 47%)

RGB channels and saturation

R 148 of 255 = 58%
G 108 of 255 = 42%
B 121 of 255 = 47%

148
108
121

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

Portions of RGB colors in percentages

R + G + B = 148 + 108 + 121 = 377 (100%)
R 148 of 377 ~ 39.26%
G 108 of 377 ~ 28.65%
B 121 of 377 ~ 32.1'%

%39.26
%28.65
%32.1

CMYK color model

#946C79 color CMYK value is (0,27,18,42).

  • cyan value is 0.00%
  • magenta value is 27.03%
  • yellow value is 18.24%
  • key color value is 41.96%

CMYK: (0,27,18,42)
C0M27Y18K42 (0%, 27%, 18%, 42%)
(0.00 / 0.27 / 0.18 / 0.42)

CMYK percentages

%0
%27.03
%18.24
%41.96

Codes

Color #946C79 in popluar color models

94 6C 79
RGB 148 108 121
HSL 341° 15.75% 50.20%
HSB/HSV 341° 27.03% 58.04%
CMYK 0.00% 27.03% 18.24%
41.96%

Color #946C79 in popluar number systems.

HEX 94 6C 79
Decimal 148 108 121
Binary 10010100 1101100 1111001
Octal 224 154 171

Shades and tints

Shades of #946C79

#946C79
(148,108,121)
#87636E
(135,99,110)
#7A5A63
(122,90,99)
#6D5158
(109,81,88)
#60484D
(96,72,77)
#533F42
(83,63,66)
#463637
(70,54,55)
#392D2C
(57,45,44)
#2C2421
(44,36,33)
#1F1B16
(31,27,22)
#12120B
(18,18,11)
#000000
(0,0,0)

Tints of #946C79

#946C79
(148,108,121)
#9D7985
(157,121,133)
#A68691
(166,134,145)
#AF939D
(175,147,157)
#B8A0A9
(184,160,169)
#C1ADB5
(193,173,181)
#CABAC1
(202,186,193)
#D3C7CD
(211,199,205)
#DCD4D9
(220,212,217)
#E5E1E5
(229,225,229)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #946C79 color. Also use rgb(148,108,121) instead hex code.

Text Font Color

.myTextColor { color: #946C79; }

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

This text font color is #946C79.

Background Color

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

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

This div background color is #946C79.

Border color

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

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

This div border color is #946C79.

Opacity

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

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

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

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

This text has shadow with #946C79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #946C79.

Preview

Color preview on black background

This text has color #946C79 on black background.


Color preview on white background

This text has color #946C79 on white background.


Black color preview on #946C79 background

This text has black color on #946C79 background.


White color preview on #946C79 background

This text has white color on #946C79 background.


Related colors

Complementary color

Complementary color for #hex is #6B9386.


I love getcolorcode.com

Triadic colors

1 #79946C and #6C7994 with #946C79 are triadic colors.

2 #796C94 and #6C9479 with #946C79 are triadic colors.