COLOR #9F4838

HEX: #9F4838
RGB: (159,72,56)

Color info

#9F4838 contains mainly red color. Web safe color of #9F4838 is #993333 (or #933).

RGB color model

#9F4838 color RGB value is (159,72,56).

  • red value is 159;
  • green value is 72;
  • blue value is 56.
RGB:
(159,72,56)
(62%,28%,22%)

RGB channels and saturation

R 159 of 255 = 62%
G 72 of 255 = 28%
B 56 of 255 = 22%

159
72
56

R + G + B ~ 37%. #9F4838 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
159 + 72 + 56 = 287 (100%)
R 159 of 287 ~ 55.4%
G 72 of 287 ~ 25.09%
B 56 of 287 ~ 19.51%

%55.4
%25.09
%19.51

CMYK color model

#9F4838 color CMYK value is (0,55,65,38).

  • cyan value is 0.00%
  • magenta value is 54.72%
  • yellow value is 64.78%
  • key color value is 37.65%
CMYK:
(0,55,65,38)
C0M55Y65K38 
(0%,55%,65%,38%)
(0.00/0.55/0.65/0.38)	

CMYK percentages

%0
%54.72
%64.78
%37.65

Codes

Color #9F4838 in popluar color models

9F4838
RGB1597256
HSL47.91%42.16%
HSB/HSV64.78%62.35%
CMYK0.00%54.72%64.78%
37.65%

Color #9F4838 in popluar number systems.

HEX9F4838
Decimal1597256
Binary100111111001000111000
Octal23711070

Shades and tints

Shades of #9F4838

#9F4838
(159,72,56)
#914233
(145,66,51)
#833C2E
(131,60,46)
#753629
(117,54,41)
#673024
(103,48,36)
#592A1F
(89,42,31)
#4B241A
(75,36,26)
#3D1E15
(61,30,21)
#2F1810
(47,24,16)
#21120B
(33,18,11)
#130C06
(19,12,6)
#000000
(0,0,0)

Tints of #9F4838

#9F4838
(159,72,56)
#A7584A
(167,88,74)
#AF685C
(175,104,92)
#B7786E
(183,120,110)
#BF8880
(191,136,128)
#C79892
(199,152,146)
#CFA8A4
(207,168,164)
#D7B8B6
(215,184,182)
#DFC8C8
(223,200,200)
#E7D8DA
(231,216,218)
#EFE8EC
(239,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F4838 color. Also use rgb(159,72,56) instead hex code.

Text Font Color

.myTextColor { color: #9F4838; }

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

This text font color is #9F4838.


Background Color

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

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

This div background color is #9F4838.


Border color

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

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

This div border color is #9F4838.


Opacity

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

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

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

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

This text has shadow with #9F4838 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F4838 on black background.


Color preview on white background

This text has color #9F4838 on white background.



Black color preview on #9F4838 background

This text has black color on #9F4838 background.


White color preview on #9F4838 background

This text has white color on #9F4838 background.