COLOR #946A70

HEX: #946A70
RGB: (148,106,112)

Color info

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

RGB color model

#946A70 color RGB value is (148,106,112).

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

RGB channels and saturation

R 148 of 255 = 58%
G 106 of 255 = 42%
B 112 of 255 = 44%

148
106
112

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

Portions of RGB colors in percentages

R + G + B =
148 + 106 + 112 = 366 (100%)
R 148 of 366 ~ 40.44%
G 106 of 366 ~ 28.96%
B 112 of 366 ~ 30.6%

%40.44
%28.96
%30.6

CMYK color model

#946A70 color CMYK value is (0,28,24,42).

  • cyan value is 0.00%
  • magenta value is 28.38%
  • yellow value is 24.32%
  • key color value is 41.96%
CMYK:
(0,28,24,42)
C0M28Y24K42 
(0%,28%,24%,42%)
(0.00/0.28/0.24/0.42)	

CMYK percentages

%0
%28.38
%24.32
%41.96

Codes

Color #946A70 in popluar color models

946A70
RGB148106112
HSL351°16.54%49.80%
HSB/HSV351°28.38%58.04%
CMYK0.00%28.38%24.32%
41.96%

Color #946A70 in popluar number systems.

HEX946A70
Decimal148106112
Binary1001010011010101110000
Octal224152160

Shades and tints

Shades of #946A70

#946A70
(148,106,112)
#876166
(135,97,102)
#7A585C
(122,88,92)
#6D4F52
(109,79,82)
#604648
(96,70,72)
#533D3E
(83,61,62)
#463434
(70,52,52)
#392B2A
(57,43,42)
#2C2220
(44,34,32)
#1F1916
(31,25,22)
#12100C
(18,16,12)
#000000
(0,0,0)

Tints of #946A70

#946A70
(148,106,112)
#9D777D
(157,119,125)
#A6848A
(166,132,138)
#AF9197
(175,145,151)
#B89EA4
(184,158,164)
#C1ABB1
(193,171,177)
#CAB8BE
(202,184,190)
#D3C5CB
(211,197,203)
#DCD2D8
(220,210,216)
#E5DFE5
(229,223,229)
#EEECF2
(238,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #946A70; }

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

This text font color is #946A70.


Background Color

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

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

This div background color is #946A70.


Border color

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

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

This div border color is #946A70.


Opacity

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

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

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

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

This text has shadow with #946A70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #946A70 on black background.


Color preview on white background

This text has color #946A70 on white background.



Black color preview on #946A70 background

This text has black color on #946A70 background.


White color preview on #946A70 background

This text has white color on #946A70 background.