COLOR #946370

HEX: #946370
RGB: (148,99,112)

Color info

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

RGB color model

#946370 color RGB value is (148,99,112).

  • red value is 148;
  • green value is 99;
  • blue value is 112.
RGB:
(148,99,112)
(58%,39%,44%)

RGB channels and saturation

R 148 of 255 = 58%
G 99 of 255 = 39%
B 112 of 255 = 44%

148
99
112

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

Portions of RGB colors in percentages

R + G + B =
148 + 99 + 112 = 359 (100%)
R 148 of 359 ~ 41.23%
G 99 of 359 ~ 27.58%
B 112 of 359 ~ 31.2%

%41.23
%27.58
%31.2

CMYK color model

#946370 color CMYK value is (0,33,24,42).

  • cyan value is 0.00%
  • magenta value is 33.11%
  • yellow value is 24.32%
  • key color value is 41.96%
CMYK:
(0,33,24,42)
C0M33Y24K42 
(0%,33%,24%,42%)
(0.00/0.33/0.24/0.42)	

CMYK percentages

%0
%33.11
%24.32
%41.96

Codes

Color #946370 in popluar color models

946370
RGB14899112
HSL344°19.84%48.43%
HSB/HSV344°33.11%58.04%
CMYK0.00%33.11%24.32%
41.96%

Color #946370 in popluar number systems.

HEX946370
Decimal14899112
Binary1001010011000111110000
Octal224143160

Shades and tints

Shades of #946370

#946370
(148,99,112)
#875A66
(135,90,102)
#7A515C
(122,81,92)
#6D4852
(109,72,82)
#603F48
(96,63,72)
#53363E
(83,54,62)
#462D34
(70,45,52)
#39242A
(57,36,42)
#2C1B20
(44,27,32)
#1F1216
(31,18,22)
#12090C
(18,9,12)
#000000
(0,0,0)

Tints of #946370

#946370
(148,99,112)
#9D717D
(157,113,125)
#A67F8A
(166,127,138)
#AF8D97
(175,141,151)
#B89BA4
(184,155,164)
#C1A9B1
(193,169,177)
#CAB7BE
(202,183,190)
#D3C5CB
(211,197,203)
#DCD3D8
(220,211,216)
#E5E1E5
(229,225,229)
#EEEFF2
(238,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #946370 color. Also use rgb(148,99,112) instead hex code.

Text Font Color

.myTextColor { color: #946370; }

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

This text font color is #946370.


Background Color

.myBgColor { background-color: #946370; }

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

This div background color is #946370.


Border color

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

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

This div border color is #946370.


Opacity

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

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

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

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

This text has shadow with #946370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #946370 on black background.


Color preview on white background

This text has color #946370 on white background.



Black color preview on #946370 background

This text has black color on #946370 background.


White color preview on #946370 background

This text has white color on #946370 background.