COLOR #946473

HEX: #946473
RGB: (148,100,115)

Color info

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

RGB color model

#946473 color RGB value is (148,100,115).

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

RGB channels and saturation

R 148 of 255 = 58%
G 100 of 255 = 39%
B 115 of 255 = 45%

148
100
115

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

Portions of RGB colors in percentages

R + G + B =
148 + 100 + 115 = 363 (100%)
R 148 of 363 ~ 40.77%
G 100 of 363 ~ 27.55%
B 115 of 363 ~ 31.68%

%40.77
%27.55
%31.68

CMYK color model

#946473 color CMYK value is (0,32,22,42).

  • cyan value is 0.00%
  • magenta value is 32.43%
  • yellow value is 22.30%
  • key color value is 41.96%
CMYK:
(0,32,22,42)
C0M32Y22K42 
(0%,32%,22%,42%)
(0.00/0.32/0.22/0.42)	

CMYK percentages

%0
%32.43
%22.3
%41.96

Codes

Color #946473 in popluar color models

946473
RGB148100115
HSL341°19.35%48.63%
HSB/HSV341°32.43%58.04%
CMYK0.00%32.43%22.30%
41.96%

Color #946473 in popluar number systems.

HEX946473
Decimal148100115
Binary1001010011001001110011
Octal224144163

Shades and tints

Shades of #946473

#946473
(148,100,115)
#875B69
(135,91,105)
#7A525F
(122,82,95)
#6D4955
(109,73,85)
#60404B
(96,64,75)
#533741
(83,55,65)
#462E37
(70,46,55)
#39252D
(57,37,45)
#2C1C23
(44,28,35)
#1F1319
(31,19,25)
#120A0F
(18,10,15)
#000000
(0,0,0)

Tints of #946473

#946473
(148,100,115)
#9D727F
(157,114,127)
#A6808B
(166,128,139)
#AF8E97
(175,142,151)
#B89CA3
(184,156,163)
#C1AAAF
(193,170,175)
#CAB8BB
(202,184,187)
#D3C6C7
(211,198,199)
#DCD4D3
(220,212,211)
#E5E2DF
(229,226,223)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #946473; }

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

This text font color is #946473.


Background Color

.myBgColor { background-color: #946473; }

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

This div background color is #946473.


Border color

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

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

This div border color is #946473.


Opacity

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

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

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

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

This text has shadow with #946473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #946473 on black background.


Color preview on white background

This text has color #946473 on white background.



Black color preview on #946473 background

This text has black color on #946473 background.


White color preview on #946473 background

This text has white color on #946473 background.