COLOR #946B6B

HEX: #946B6B
RGB: (148,107,107)

Color info

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

RGB color model

#946B6B color RGB value is (148,107,107).

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

RGB channels and saturation

R 148 of 255 = 58%
G 107 of 255 = 42%
B 107 of 255 = 42%

148
107
107

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

Portions of RGB colors in percentages

R + G + B =
148 + 107 + 107 = 362 (100%)
R 148 of 362 ~ 40.88%
G 107 of 362 ~ 29.56%
B 107 of 362 ~ 29.56%

%40.88
%29.56
%29.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.70%
  • yellow value is 27.70%
  • key color value is 41.96%
CMYK:
(0,28,28,42)
C0M28Y28K42 
(0%,28%,28%,42%)
(0.00/0.28/0.28/0.42)	

CMYK percentages

%0
%27.7
%27.7
%41.96

Codes

Color #946B6B in popluar color models

946B6B
RGB148107107
HSL16.08%50.00%
HSB/HSV27.70%58.04%
CMYK0.00%27.70%27.70%
41.96%

Color #946B6B in popluar number systems.

HEX946B6B
Decimal148107107
Binary1001010011010111101011
Octal224153153

Shades and tints

Shades of #946B6B

#946B6B
(148,107,107)
#876262
(135,98,98)
#7A5959
(122,89,89)
#6D5050
(109,80,80)
#604747
(96,71,71)
#533E3E
(83,62,62)
#463535
(70,53,53)
#392C2C
(57,44,44)
#2C2323
(44,35,35)
#1F1A1A
(31,26,26)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #946B6B

#946B6B
(148,107,107)
#9D7878
(157,120,120)
#A68585
(166,133,133)
#AF9292
(175,146,146)
#B89F9F
(184,159,159)
#C1ACAC
(193,172,172)
#CAB9B9
(202,185,185)
#D3C6C6
(211,198,198)
#DCD3D3
(220,211,211)
#E5E0E0
(229,224,224)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #946B6B; }

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

This text font color is #946B6B.


Background Color

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

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

This div background color is #946B6B.


Border color

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

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

This div border color is #946B6B.


Opacity

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

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

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

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

This text has shadow with #946B6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #946B6B on black background.


Color preview on white background

This text has color #946B6B on white background.



Black color preview on #946B6B background

This text has black color on #946B6B background.


White color preview on #946B6B background

This text has white color on #946B6B background.