COLOR #9F4B2A

HEX: #9F4B2A RGB: (159,75,42)

Color info

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

RGB color model

#9F4B2A color RGB value is (159,75,42).

RGB: (159,75,42) (62%, 29%, 16%)

RGB channels and saturation

R 159 of 255 = 62%
G 75 of 255 = 29%
B 42 of 255 = 16%

159
75
42

R + G + B ~ 36%. #9F4B2A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 159 + 75 + 42 = 276 (100%)
R 159 of 276 ~ 57.61%
G 75 of 276 ~ 27.17%
B 42 of 276 ~ 15.22'%

%57.61
%27.17
%15.22

CMYK color model

#9F4B2A color CMYK value is (0,53,74,38).

  • cyan value is 0.00%
  • magenta value is 52.83%
  • yellow value is 73.58%
  • key color value is 37.65%

CMYK: (0,53,74,38)
C0M53Y74K38 (0%, 53%, 74%, 38%)
(0.00 / 0.53 / 0.74 / 0.38)

CMYK percentages

%0
%52.83
%73.58
%37.65

Codes

Color #9F4B2A in popluar color models

9F 4B 2A
RGB 159 75 42
HSL 17° 58.21% 39.41%
HSB/HSV 17° 73.58% 62.35%
CMYK 0.00% 52.83% 73.58%
37.65%

Color #9F4B2A in popluar number systems.

HEX 9F 4B 2A
Decimal 159 75 42
Binary 10011111 1001011 101010
Octal 237 113 52

Shades and tints

Shades of #9F4B2A

#9F4B2A
(159,75,42)
#914527
(145,69,39)
#833F24
(131,63,36)
#753921
(117,57,33)
#67331E
(103,51,30)
#592D1B
(89,45,27)
#4B2718
(75,39,24)
#3D2115
(61,33,21)
#2F1B12
(47,27,18)
#21150F
(33,21,15)
#130F0C
(19,15,12)
#000000
(0,0,0)

Tints of #9F4B2A

#9F4B2A
(159,75,42)
#A75B3D
(167,91,61)
#AF6B50
(175,107,80)
#B77B63
(183,123,99)
#BF8B76
(191,139,118)
#C79B89
(199,155,137)
#CFAB9C
(207,171,156)
#D7BBAF
(215,187,175)
#DFCBC2
(223,203,194)
#E7DBD5
(231,219,213)
#EFEBE8
(239,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F4B2A color. Also use rgb(159,75,42) instead hex code.

Text Font Color

.myTextColor { color: #9F4B2A; }

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

This text font color is #9F4B2A.

Background Color

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

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

This div background color is #9F4B2A.

Border color

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

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

This div border color is #9F4B2A.

Opacity

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

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

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

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

This text has shadow with #9F4B2A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F4B2A.

Preview

Color preview on black background

This text has color #9F4B2A on black background.


Color preview on white background

This text has color #9F4B2A on white background.


Black color preview on #9F4B2A background

This text has black color on #9F4B2A background.


White color preview on #9F4B2A background

This text has white color on #9F4B2A background.


Related colors

Complementary color

Complementary color for #hex is #60B4D5.


I love getcolorcode.com

Triadic colors

1 #2A9F4B and #4B2A9F with #9F4B2A are triadic colors.

2 #2A4B9F and #4B9F2A with #9F4B2A are triadic colors.