COLOR #994D6E

HEX: #994D6E
RGB: (153,77,110)

Color info

#994D6E contains mainly red and blue colors. Web safe color of #994D6E is #993366 (or #936).

RGB color model

#994D6E color RGB value is (153,77,110).

  • red value is 153;
  • green value is 77;
  • blue value is 110.
RGB:
(153,77,110)
(60%,30%,43%)

RGB channels and saturation

R 153 of 255 = 60%
G 77 of 255 = 30%
B 110 of 255 = 43%

153
77
110

R + G + B ~ 44%. #994D6E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 77 + 110 = 340 (100%)
R 153 of 340 ~ 45%
G 77 of 340 ~ 22.65%
B 110 of 340 ~ 32.35%

%45
%22.65
%32.35

CMYK color model

#994D6E color CMYK value is (0,50,28,40).

  • cyan value is 0.00%
  • magenta value is 49.67%
  • yellow value is 28.10%
  • key color value is 40.00%
CMYK:
(0,50,28,40)
C0M50Y28K40 
(0%,50%,28%,40%)
(0.00/0.50/0.28/0.40)	

CMYK percentages

%0
%49.67
%28.1
%40

Codes

Color #994D6E in popluar color models

994D6E
RGB15377110
HSL334°33.04%45.10%
HSB/HSV334°49.67%60.00%
CMYK0.00%49.67%28.10%
40.00%

Color #994D6E in popluar number systems.

HEX994D6E
Decimal15377110
Binary1001100110011011101110
Octal231115156

Shades and tints

Shades of #994D6E

#994D6E
(153,77,110)
#8C4664
(140,70,100)
#7F3F5A
(127,63,90)
#723850
(114,56,80)
#653146
(101,49,70)
#582A3C
(88,42,60)
#4B2332
(75,35,50)
#3E1C28
(62,28,40)
#31151E
(49,21,30)
#240E14
(36,14,20)
#17070A
(23,7,10)
#000000
(0,0,0)

Tints of #994D6E

#994D6E
(153,77,110)
#A25D7B
(162,93,123)
#AB6D88
(171,109,136)
#B47D95
(180,125,149)
#BD8DA2
(189,141,162)
#C69DAF
(198,157,175)
#CFADBC
(207,173,188)
#D8BDC9
(216,189,201)
#E1CDD6
(225,205,214)
#EADDE3
(234,221,227)
#F3EDF0
(243,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #994D6E color. Also use rgb(153,77,110) instead hex code.

Text Font Color

.myTextColor { color: #994D6E; }

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

This text font color is #994D6E.


Background Color

.myBgColor { background-color: #994D6E; }

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

This div background color is #994D6E.


Border color

.myBorderColor { border: 1px solid #994D6E; }

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

This div border color is #994D6E.


Opacity

.myOpacity80 { color: #994D6E; opacity: 0.8; }

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

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

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

This text has shadow with #994D6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #994D6E on black background.


Color preview on white background

This text has color #994D6E on white background.



Black color preview on #994D6E background

This text has black color on #994D6E background.


White color preview on #994D6E background

This text has white color on #994D6E background.