COLOR #994863

HEX: #994863
RGB: (153,72,99)

Color info

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

RGB color model

#994863 color RGB value is (153,72,99).

  • red value is 153;
  • green value is 72;
  • blue value is 99.
RGB:
(153,72,99)
(60%,28%,39%)

RGB channels and saturation

R 153 of 255 = 60%
G 72 of 255 = 28%
B 99 of 255 = 39%

153
72
99

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

Portions of RGB colors in percentages

R + G + B =
153 + 72 + 99 = 324 (100%)
R 153 of 324 ~ 47.22%
G 72 of 324 ~ 22.22%
B 99 of 324 ~ 30.56%

%47.22
%22.22
%30.56

CMYK color model

#994863 color CMYK value is (0,53,35,40).

  • cyan value is 0.00%
  • magenta value is 52.94%
  • yellow value is 35.29%
  • key color value is 40.00%
CMYK:
(0,53,35,40)
C0M53Y35K40 
(0%,53%,35%,40%)
(0.00/0.53/0.35/0.40)	

CMYK percentages

%0
%52.94
%35.29
%40

Codes

Color #994863 in popluar color models

994863
RGB1537299
HSL340°36.00%44.12%
HSB/HSV340°52.94%60.00%
CMYK0.00%52.94%35.29%
40.00%

Color #994863 in popluar number systems.

HEX994863
Decimal1537299
Binary1001100110010001100011
Octal231110143

Shades and tints

Shades of #994863

#994863
(153,72,99)
#8C425A
(140,66,90)
#7F3C51
(127,60,81)
#723648
(114,54,72)
#65303F
(101,48,63)
#582A36
(88,42,54)
#4B242D
(75,36,45)
#3E1E24
(62,30,36)
#31181B
(49,24,27)
#241212
(36,18,18)
#170C09
(23,12,9)
#000000
(0,0,0)

Tints of #994863

#994863
(153,72,99)
#A25871
(162,88,113)
#AB687F
(171,104,127)
#B4788D
(180,120,141)
#BD889B
(189,136,155)
#C698A9
(198,152,169)
#CFA8B7
(207,168,183)
#D8B8C5
(216,184,197)
#E1C8D3
(225,200,211)
#EAD8E1
(234,216,225)
#F3E8EF
(243,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #994863 color. Also use rgb(153,72,99) instead hex code.

Text Font Color

.myTextColor { color: #994863; }

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

This text font color is #994863.


Background Color

.myBgColor { background-color: #994863; }

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

This div background color is #994863.


Border color

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

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

This div border color is #994863.


Opacity

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

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

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

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

This text has shadow with #994863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #994863 on black background.


Color preview on white background

This text has color #994863 on white background.



Black color preview on #994863 background

This text has black color on #994863 background.


White color preview on #994863 background

This text has white color on #994863 background.