COLOR #946A7F

HEX: #946A7F
RGB: (148,106,127)

Color info

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

RGB color model

#946A7F color RGB value is (148,106,127).

  • red value is 148;
  • green value is 106;
  • blue value is 127.
RGB:
(148,106,127)
(58%,42%,50%)

RGB channels and saturation

R 148 of 255 = 58%
G 106 of 255 = 42%
B 127 of 255 = 50%

148
106
127

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

Portions of RGB colors in percentages

R + G + B =
148 + 106 + 127 = 381 (100%)
R 148 of 381 ~ 38.85%
G 106 of 381 ~ 27.82%
B 127 of 381 ~ 33.33%

%38.85
%27.82
%33.33

CMYK color model

#946A7F color CMYK value is (0,28,14,42).

  • cyan value is 0.00%
  • magenta value is 28.38%
  • yellow value is 14.19%
  • key color value is 41.96%
CMYK:
(0,28,14,42)
C0M28Y14K42 
(0%,28%,14%,42%)
(0.00/0.28/0.14/0.42)	

CMYK percentages

%0
%28.38
%14.19
%41.96

Codes

Color #946A7F in popluar color models

946A7F
RGB148106127
HSL330°16.54%49.80%
HSB/HSV330°28.38%58.04%
CMYK0.00%28.38%14.19%
41.96%

Color #946A7F in popluar number systems.

HEX946A7F
Decimal148106127
Binary1001010011010101111111
Octal224152177

Shades and tints

Shades of #946A7F

#946A7F
(148,106,127)
#876174
(135,97,116)
#7A5869
(122,88,105)
#6D4F5E
(109,79,94)
#604653
(96,70,83)
#533D48
(83,61,72)
#46343D
(70,52,61)
#392B32
(57,43,50)
#2C2227
(44,34,39)
#1F191C
(31,25,28)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #946A7F

#946A7F
(148,106,127)
#9D778A
(157,119,138)
#A68495
(166,132,149)
#AF91A0
(175,145,160)
#B89EAB
(184,158,171)
#C1ABB6
(193,171,182)
#CAB8C1
(202,184,193)
#D3C5CC
(211,197,204)
#DCD2D7
(220,210,215)
#E5DFE2
(229,223,226)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #946A7F color. Also use rgb(148,106,127) instead hex code.

Text Font Color

.myTextColor { color: #946A7F; }

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

This text font color is #946A7F.


Background Color

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

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

This div background color is #946A7F.


Border color

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

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

This div border color is #946A7F.


Opacity

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

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

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

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

This text has shadow with #946A7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #946A7F on black background.


Color preview on white background

This text has color #946A7F on white background.



Black color preview on #946A7F background

This text has black color on #946A7F background.


White color preview on #946A7F background

This text has white color on #946A7F background.