COLOR #94646B

HEX: #94646B
RGB: (148,100,107)

Color info

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

RGB color model

#94646B color RGB value is (148,100,107).

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

RGB channels and saturation

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

148
100
107

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

Portions of RGB colors in percentages

R + G + B =
148 + 100 + 107 = 355 (100%)
R 148 of 355 ~ 41.69%
G 100 of 355 ~ 28.17%
B 107 of 355 ~ 30.14%

%41.69
%28.17
%30.14

CMYK color model

#94646B color CMYK value is (0,32,28,42).

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

CMYK percentages

%0
%32.43
%27.7
%41.96

Codes

Color #94646B in popluar color models

94646B
RGB148100107
HSL351°19.35%48.63%
HSB/HSV351°32.43%58.04%
CMYK0.00%32.43%27.70%
41.96%

Color #94646B in popluar number systems.

HEX94646B
Decimal148100107
Binary1001010011001001101011
Octal224144153

Shades and tints

Shades of #94646B

#94646B
(148,100,107)
#875B62
(135,91,98)
#7A5259
(122,82,89)
#6D4950
(109,73,80)
#604047
(96,64,71)
#53373E
(83,55,62)
#462E35
(70,46,53)
#39252C
(57,37,44)
#2C1C23
(44,28,35)
#1F131A
(31,19,26)
#120A11
(18,10,17)
#000000
(0,0,0)

Tints of #94646B

#94646B
(148,100,107)
#9D7278
(157,114,120)
#A68085
(166,128,133)
#AF8E92
(175,142,146)
#B89C9F
(184,156,159)
#C1AAAC
(193,170,172)
#CAB8B9
(202,184,185)
#D3C6C6
(211,198,198)
#DCD4D3
(220,212,211)
#E5E2E0
(229,226,224)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94646B; }

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

This text font color is #94646B.


Background Color

.myBgColor { background-color: #94646B; }

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

This div background color is #94646B.


Border color

.myBorderColor { border: 1px solid #94646B; }

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

This div border color is #94646B.


Opacity

.myOpacity80 { color: #94646B; opacity: 0.8; }

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

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

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

This text has shadow with #94646B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94646B on black background.


Color preview on white background

This text has color #94646B on white background.



Black color preview on #94646B background

This text has black color on #94646B background.


White color preview on #94646B background

This text has white color on #94646B background.