COLOR #9F4958

HEX: #9F4958 RGB: (159,73,88)

Color info

#9F4958 contains mainly red color. Web safe color of #9F4958 is #993366 (or #936).

RGB color model

#9F4958 color RGB value is (159,73,88).

RGB: (159,73,88) (62%, 29%, 35%)

RGB channels and saturation

R 159 of 255 = 62%
G 73 of 255 = 29%
B 88 of 255 = 35%

159
73
88

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

Portions of RGB colors in percentages

R + G + B = 159 + 73 + 88 = 320 (100%)
R 159 of 320 ~ 49.69%
G 73 of 320 ~ 22.81%
B 88 of 320 ~ 27.5'%

%49.69
%22.81
%27.5

CMYK color model

#9F4958 color CMYK value is (0,54,45,38).

  • cyan value is 0.00%
  • magenta value is 54.09%
  • yellow value is 44.65%
  • key color value is 37.65%

CMYK: (0,54,45,38)
C0M54Y45K38 (0%, 54%, 45%, 38%)
(0.00 / 0.54 / 0.45 / 0.38)

CMYK percentages

%0
%54.09
%44.65
%37.65

Codes

Color #9F4958 in popluar color models

9F 49 58
RGB 159 73 88
HSL 350° 37.07% 45.49%
HSB/HSV 350° 54.09% 62.35%
CMYK 0.00% 54.09% 44.65%
37.65%

Color #9F4958 in popluar number systems.

HEX 9F 49 58
Decimal 159 73 88
Binary 10011111 1001001 1011000
Octal 237 111 130

Shades and tints

Shades of #9F4958

#9F4958
(159,73,88)
#914350
(145,67,80)
#833D48
(131,61,72)
#753740
(117,55,64)
#673138
(103,49,56)
#592B30
(89,43,48)
#4B2528
(75,37,40)
#3D1F20
(61,31,32)
#2F1918
(47,25,24)
#211310
(33,19,16)
#130D08
(19,13,8)
#000000
(0,0,0)

Tints of #9F4958

#9F4958
(159,73,88)
#A75967
(167,89,103)
#AF6976
(175,105,118)
#B77985
(183,121,133)
#BF8994
(191,137,148)
#C799A3
(199,153,163)
#CFA9B2
(207,169,178)
#D7B9C1
(215,185,193)
#DFC9D0
(223,201,208)
#E7D9DF
(231,217,223)
#EFE9EE
(239,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F4958 color. Also use rgb(159,73,88) instead hex code.

Text Font Color

.myTextColor { color: #9F4958; }

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

This text font color is #9F4958.

Background Color

.myBgColor { background-color: #9F4958; }

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

This div background color is #9F4958.

Border color

.myBorderColor { border: 1px solid #9F4958; }

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

This div border color is #9F4958.

Opacity

.myOpacity80 { color: #9F4958; opacity: 0.8; }

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

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

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

This text has shadow with #9F4958 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F4958.

Preview

Color preview on black background

This text has color #9F4958 on black background.


Color preview on white background

This text has color #9F4958 on white background.


Black color preview on #9F4958 background

This text has black color on #9F4958 background.


White color preview on #9F4958 background

This text has white color on #9F4958 background.


Related colors

Complementary color

Complementary color for #hex is #60B6A7.


I love getcolorcode.com

Triadic colors

1 #589F49 and #49589F with #9F4958 are triadic colors.

2 #58499F and #499F58 with #9F4958 are triadic colors.