COLOR #946976

HEX: #946976
RGB: (148,105,118)

Color info

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

RGB color model

#946976 color RGB value is (148,105,118).

  • red value is 148;
  • green value is 105;
  • blue value is 118.
RGB:
(148,105,118)
(58%,41%,46%)

RGB channels and saturation

R 148 of 255 = 58%
G 105 of 255 = 41%
B 118 of 255 = 46%

148
105
118

R + G + B ~ 48%. #946976 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 105 + 118 = 371 (100%)
R 148 of 371 ~ 39.89%
G 105 of 371 ~ 28.3%
B 118 of 371 ~ 31.81%

%39.89
%28.3
%31.81

CMYK color model

#946976 color CMYK value is (0,29,20,42).

  • cyan value is 0.00%
  • magenta value is 29.05%
  • yellow value is 20.27%
  • key color value is 41.96%
CMYK:
(0,29,20,42)
C0M29Y20K42 
(0%,29%,20%,42%)
(0.00/0.29/0.20/0.42)	

CMYK percentages

%0
%29.05
%20.27
%41.96

Codes

Color #946976 in popluar color models

946976
RGB148105118
HSL342°17.00%49.61%
HSB/HSV342°29.05%58.04%
CMYK0.00%29.05%20.27%
41.96%

Color #946976 in popluar number systems.

HEX946976
Decimal148105118
Binary1001010011010011110110
Octal224151166

Shades and tints

Shades of #946976

#946976
(148,105,118)
#87606C
(135,96,108)
#7A5762
(122,87,98)
#6D4E58
(109,78,88)
#60454E
(96,69,78)
#533C44
(83,60,68)
#46333A
(70,51,58)
#392A30
(57,42,48)
#2C2126
(44,33,38)
#1F181C
(31,24,28)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #946976

#946976
(148,105,118)
#9D7682
(157,118,130)
#A6838E
(166,131,142)
#AF909A
(175,144,154)
#B89DA6
(184,157,166)
#C1AAB2
(193,170,178)
#CAB7BE
(202,183,190)
#D3C4CA
(211,196,202)
#DCD1D6
(220,209,214)
#E5DEE2
(229,222,226)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #946976; }

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

This text font color is #946976.


Background Color

.myBgColor { background-color: #946976; }

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

This div background color is #946976.


Border color

.myBorderColor { border: 1px solid #946976; }

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

This div border color is #946976.


Opacity

.myOpacity80 { color: #946976; opacity: 0.8; }

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

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

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

This text has shadow with #946976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #946976 on black background.


Color preview on white background

This text has color #946976 on white background.



Black color preview on #946976 background

This text has black color on #946976 background.


White color preview on #946976 background

This text has white color on #946976 background.