COLOR #994F71

HEX: #994F71 RGB: (153,79,113)

Color info

#994F71 contains mainly red and blue colors. Web safe color of #994F71 is #996666 (or #966).

RGB color model

#994F71 color RGB value is (153,79,113).

RGB: (153,79,113) (60%, 31%, 44%)

RGB channels and saturation

R 153 of 255 = 60%
G 79 of 255 = 31%
B 113 of 255 = 44%

153
79
113

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

Portions of RGB colors in percentages

R + G + B = 153 + 79 + 113 = 345 (100%)
R 153 of 345 ~ 44.35%
G 79 of 345 ~ 22.9%
B 113 of 345 ~ 32.75'%

%44.35
%22.9
%32.75

CMYK color model

#994F71 color CMYK value is (0,48,26,40).

  • cyan value is 0.00%
  • magenta value is 48.37%
  • yellow value is 26.14%
  • key color value is 40.00%

CMYK: (0,48,26,40)
C0M48Y26K40 (0%, 48%, 26%, 40%)
(0.00 / 0.48 / 0.26 / 0.40)

CMYK percentages

%0
%48.37
%26.14
%40

Codes

Color #994F71 in popluar color models

99 4F 71
RGB 153 79 113
HSL 332° 31.90% 45.49%
HSB/HSV 332° 48.37% 60.00%
CMYK 0.00% 48.37% 26.14%
40.00%

Color #994F71 in popluar number systems.

HEX 99 4F 71
Decimal 153 79 113
Binary 10011001 1001111 1110001
Octal 231 117 161

Shades and tints

Shades of #994F71

#994F71
(153,79,113)
#8C4867
(140,72,103)
#7F415D
(127,65,93)
#723A53
(114,58,83)
#653349
(101,51,73)
#582C3F
(88,44,63)
#4B2535
(75,37,53)
#3E1E2B
(62,30,43)
#311721
(49,23,33)
#241017
(36,16,23)
#17090D
(23,9,13)
#000000
(0,0,0)

Tints of #994F71

#994F71
(153,79,113)
#A25F7D
(162,95,125)
#AB6F89
(171,111,137)
#B47F95
(180,127,149)
#BD8FA1
(189,143,161)
#C69FAD
(198,159,173)
#CFAFB9
(207,175,185)
#D8BFC5
(216,191,197)
#E1CFD1
(225,207,209)
#EADFDD
(234,223,221)
#F3EFE9
(243,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #994F71 color. Also use rgb(153,79,113) instead hex code.

Text Font Color

.myTextColor { color: #994F71; }

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

This text font color is #994F71.

Background Color

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

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

This div background color is #994F71.

Border color

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

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

This div border color is #994F71.

Opacity

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

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

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

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

This text has shadow with #994F71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #994F71.

Preview

Color preview on black background

This text has color #994F71 on black background.


Color preview on white background

This text has color #994F71 on white background.


Black color preview on #994F71 background

This text has black color on #994F71 background.


White color preview on #994F71 background

This text has white color on #994F71 background.


Related colors

Complementary color

Complementary color for #hex is #66B08E.


I love getcolorcode.com

Triadic colors

1 #71994F and #4F7199 with #994F71 are triadic colors.

2 #714F99 and #4F9971 with #994F71 are triadic colors.