COLOR #946466

HEX: #946466
RGB: (148,100,102)

Color info

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

RGB color model

#946466 color RGB value is (148,100,102).

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

RGB channels and saturation

R 148 of 255 = 58%
G 100 of 255 = 39%
B 102 of 255 = 40%

148
100
102

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

Portions of RGB colors in percentages

R + G + B =
148 + 100 + 102 = 350 (100%)
R 148 of 350 ~ 42.29%
G 100 of 350 ~ 28.57%
B 102 of 350 ~ 29.14%

%42.29
%28.57
%29.14

CMYK color model

#946466 color CMYK value is (0,32,31,42).

  • cyan value is 0.00%
  • magenta value is 32.43%
  • yellow value is 31.08%
  • key color value is 41.96%
CMYK:
(0,32,31,42)
C0M32Y31K42 
(0%,32%,31%,42%)
(0.00/0.32/0.31/0.42)	

CMYK percentages

%0
%32.43
%31.08
%41.96

Codes

Color #946466 in popluar color models

946466
RGB148100102
HSL358°19.35%48.63%
HSB/HSV358°32.43%58.04%
CMYK0.00%32.43%31.08%
41.96%

Color #946466 in popluar number systems.

HEX946466
Decimal148100102
Binary1001010011001001100110
Octal224144146

Shades and tints

Shades of #946466

#946466
(148,100,102)
#875B5D
(135,91,93)
#7A5254
(122,82,84)
#6D494B
(109,73,75)
#604042
(96,64,66)
#533739
(83,55,57)
#462E30
(70,46,48)
#392527
(57,37,39)
#2C1C1E
(44,28,30)
#1F1315
(31,19,21)
#120A0C
(18,10,12)
#000000
(0,0,0)

Tints of #946466

#946466
(148,100,102)
#9D7273
(157,114,115)
#A68080
(166,128,128)
#AF8E8D
(175,142,141)
#B89C9A
(184,156,154)
#C1AAA7
(193,170,167)
#CAB8B4
(202,184,180)
#D3C6C1
(211,198,193)
#DCD4CE
(220,212,206)
#E5E2DB
(229,226,219)
#EEF0E8
(238,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #946466; }

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

This text font color is #946466.


Background Color

.myBgColor { background-color: #946466; }

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

This div background color is #946466.


Border color

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

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

This div border color is #946466.


Opacity

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

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

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

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

This text has shadow with #946466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #946466 on black background.


Color preview on white background

This text has color #946466 on white background.



Black color preview on #946466 background

This text has black color on #946466 background.


White color preview on #946466 background

This text has white color on #946466 background.