COLOR #946F7B

HEX: #946F7B RGB: (148,111,123)

Color info

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

RGB color model

#946F7B color RGB value is (148,111,123).

RGB: (148,111,123) (58%, 44%, 48%)

RGB channels and saturation

R 148 of 255 = 58%
G 111 of 255 = 44%
B 123 of 255 = 48%

148
111
123

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

Portions of RGB colors in percentages

R + G + B = 148 + 111 + 123 = 382 (100%)
R 148 of 382 ~ 38.74%
G 111 of 382 ~ 29.06%
B 123 of 382 ~ 32.2'%

%38.74
%29.06
%32.2

CMYK color model

#946F7B color CMYK value is (0,25,17,42).

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

CMYK: (0,25,17,42)
C0M25Y17K42 (0%, 25%, 17%, 42%)
(0.00 / 0.25 / 0.17 / 0.42)

CMYK percentages

%0
%25
%16.89
%41.96

Codes

Color #946F7B in popluar color models

94 6F 7B
RGB 148 111 123
HSL 341° 14.74% 50.78%
HSB/HSV 341° 25.00% 58.04%
CMYK 0.00% 25.00% 16.89%
41.96%

Color #946F7B in popluar number systems.

HEX 94 6F 7B
Decimal 148 111 123
Binary 10010100 1101111 1111011
Octal 224 157 173

Shades and tints

Shades of #946F7B

#946F7B
(148,111,123)
#876570
(135,101,112)
#7A5B65
(122,91,101)
#6D515A
(109,81,90)
#60474F
(96,71,79)
#533D44
(83,61,68)
#463339
(70,51,57)
#39292E
(57,41,46)
#2C1F23
(44,31,35)
#1F1518
(31,21,24)
#120B0D
(18,11,13)
#000000
(0,0,0)

Tints of #946F7B

#946F7B
(148,111,123)
#9D7C87
(157,124,135)
#A68993
(166,137,147)
#AF969F
(175,150,159)
#B8A3AB
(184,163,171)
#C1B0B7
(193,176,183)
#CABDC3
(202,189,195)
#D3CACF
(211,202,207)
#DCD7DB
(220,215,219)
#E5E4E7
(229,228,231)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #946F7B; }

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

This text font color is #946F7B.

Background Color

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

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

This div background color is #946F7B.

Border color

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

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

This div border color is #946F7B.

Opacity

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

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

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

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

This text has shadow with #946F7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #946F7B.

Preview

Color preview on black background

This text has color #946F7B on black background.


Color preview on white background

This text has color #946F7B on white background.


Black color preview on #946F7B background

This text has black color on #946F7B background.


White color preview on #946F7B background

This text has white color on #946F7B background.


Related colors

Complementary color

Complementary color for #hex is #6B9084.


I love getcolorcode.com

Triadic colors

1 #7B946F and #6F7B94 with #946F7B are triadic colors.

2 #7B6F94 and #6F947B with #946F7B are triadic colors.