COLOR #946477

HEX: #946477
RGB: (148,100,119)

Color info

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

RGB color model

#946477 color RGB value is (148,100,119).

  • red value is 148;
  • green value is 100;
  • blue value is 119.
RGB:
(148,100,119)
(58%,39%,47%)

RGB channels and saturation

R 148 of 255 = 58%
G 100 of 255 = 39%
B 119 of 255 = 47%

148
100
119

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

Portions of RGB colors in percentages

R + G + B =
148 + 100 + 119 = 367 (100%)
R 148 of 367 ~ 40.33%
G 100 of 367 ~ 27.25%
B 119 of 367 ~ 32.43%

%40.33
%27.25
%32.43

CMYK color model

#946477 color CMYK value is (0,32,20,42).

  • cyan value is 0.00%
  • magenta value is 32.43%
  • yellow value is 19.59%
  • key color value is 41.96%
CMYK:
(0,32,20,42)
C0M32Y20K42 
(0%,32%,20%,42%)
(0.00/0.32/0.20/0.42)	

CMYK percentages

%0
%32.43
%19.59
%41.96

Codes

Color #946477 in popluar color models

946477
RGB148100119
HSL336°19.35%48.63%
HSB/HSV336°32.43%58.04%
CMYK0.00%32.43%19.59%
41.96%

Color #946477 in popluar number systems.

HEX946477
Decimal148100119
Binary1001010011001001110111
Octal224144167

Shades and tints

Shades of #946477

#946477
(148,100,119)
#875B6D
(135,91,109)
#7A5263
(122,82,99)
#6D4959
(109,73,89)
#60404F
(96,64,79)
#533745
(83,55,69)
#462E3B
(70,46,59)
#392531
(57,37,49)
#2C1C27
(44,28,39)
#1F131D
(31,19,29)
#120A13
(18,10,19)
#000000
(0,0,0)

Tints of #946477

#946477
(148,100,119)
#9D7283
(157,114,131)
#A6808F
(166,128,143)
#AF8E9B
(175,142,155)
#B89CA7
(184,156,167)
#C1AAB3
(193,170,179)
#CAB8BF
(202,184,191)
#D3C6CB
(211,198,203)
#DCD4D7
(220,212,215)
#E5E2E3
(229,226,227)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #946477; }

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

This text font color is #946477.


Background Color

.myBgColor { background-color: #946477; }

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

This div background color is #946477.


Border color

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

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

This div border color is #946477.


Opacity

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

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

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

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

This text has shadow with #946477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #946477 on black background.


Color preview on white background

This text has color #946477 on white background.



Black color preview on #946477 background

This text has black color on #946477 background.


White color preview on #946477 background

This text has white color on #946477 background.