COLOR #9F625B

HEX: #9F625B
RGB: (159,98,91)

Color info

#9F625B contains mainly red color. Web safe color of #9F625B is #996666 (or #966).

RGB color model

#9F625B color RGB value is (159,98,91).

  • red value is 159;
  • green value is 98;
  • blue value is 91.
RGB:
(159,98,91)
(62%,38%,36%)

RGB channels and saturation

R 159 of 255 = 62%
G 98 of 255 = 38%
B 91 of 255 = 36%

159
98
91

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

Portions of RGB colors in percentages

R + G + B =
159 + 98 + 91 = 348 (100%)
R 159 of 348 ~ 45.69%
G 98 of 348 ~ 28.16%
B 91 of 348 ~ 26.15%

%45.69
%28.16
%26.15

CMYK color model

#9F625B color CMYK value is (0,38,43,38).

  • cyan value is 0.00%
  • magenta value is 38.36%
  • yellow value is 42.77%
  • key color value is 37.65%
CMYK:
(0,38,43,38)
C0M38Y43K38 
(0%,38%,43%,38%)
(0.00/0.38/0.43/0.38)	

CMYK percentages

%0
%38.36
%42.77
%37.65

Codes

Color #9F625B in popluar color models

9F625B
RGB1599891
HSL27.20%49.02%
HSB/HSV42.77%62.35%
CMYK0.00%38.36%42.77%
37.65%

Color #9F625B in popluar number systems.

HEX9F625B
Decimal1599891
Binary1001111111000101011011
Octal237142133

Shades and tints

Shades of #9F625B

#9F625B
(159,98,91)
#915A53
(145,90,83)
#83524B
(131,82,75)
#754A43
(117,74,67)
#67423B
(103,66,59)
#593A33
(89,58,51)
#4B322B
(75,50,43)
#3D2A23
(61,42,35)
#2F221B
(47,34,27)
#211A13
(33,26,19)
#13120B
(19,18,11)
#000000
(0,0,0)

Tints of #9F625B

#9F625B
(159,98,91)
#A77069
(167,112,105)
#AF7E77
(175,126,119)
#B78C85
(183,140,133)
#BF9A93
(191,154,147)
#C7A8A1
(199,168,161)
#CFB6AF
(207,182,175)
#D7C4BD
(215,196,189)
#DFD2CB
(223,210,203)
#E7E0D9
(231,224,217)
#EFEEE7
(239,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F625B color. Also use rgb(159,98,91) instead hex code.

Text Font Color

.myTextColor { color: #9F625B; }

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

This text font color is #9F625B.


Background Color

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

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

This div background color is #9F625B.


Border color

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

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

This div border color is #9F625B.


Opacity

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

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

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

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

This text has shadow with #9F625B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F625B on black background.


Color preview on white background

This text has color #9F625B on white background.



Black color preview on #9F625B background

This text has black color on #9F625B background.


White color preview on #9F625B background

This text has white color on #9F625B background.