COLOR #9F563D

HEX: #9F563D RGB: (159,86,61)

Color info

#9F563D contains mainly red color. Web safe color of #9F563D is #996633 (or #963).

RGB color model

#9F563D color RGB value is (159,86,61).

RGB: (159,86,61) (62%, 34%, 24%)

RGB channels and saturation

R 159 of 255 = 62%
G 86 of 255 = 34%
B 61 of 255 = 24%

159
86
61

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

Portions of RGB colors in percentages

R + G + B = 159 + 86 + 61 = 306 (100%)
R 159 of 306 ~ 51.96%
G 86 of 306 ~ 28.1%
B 61 of 306 ~ 19.93'%

%51.96
%28.1
%19.93

CMYK color model

#9F563D color CMYK value is (0,46,62,38).

  • cyan value is 0.00%
  • magenta value is 45.91%
  • yellow value is 61.64%
  • key color value is 37.65%

CMYK: (0,46,62,38)
C0M46Y62K38 (0%, 46%, 62%, 38%)
(0.00 / 0.46 / 0.62 / 0.38)

CMYK percentages

%0
%45.91
%61.64
%37.65

Codes

Color #9F563D in popluar color models

9F 56 3D
RGB 159 86 61
HSL 15° 44.55% 43.14%
HSB/HSV 15° 61.64% 62.35%
CMYK 0.00% 45.91% 61.64%
37.65%

Color #9F563D in popluar number systems.

HEX 9F 56 3D
Decimal 159 86 61
Binary 10011111 1010110 111101
Octal 237 126 75

Shades and tints

Shades of #9F563D

#9F563D
(159,86,61)
#914F38
(145,79,56)
#834833
(131,72,51)
#75412E
(117,65,46)
#673A29
(103,58,41)
#593324
(89,51,36)
#4B2C1F
(75,44,31)
#3D251A
(61,37,26)
#2F1E15
(47,30,21)
#211710
(33,23,16)
#13100B
(19,16,11)
#000000
(0,0,0)

Tints of #9F563D

#9F563D
(159,86,61)
#A7654E
(167,101,78)
#AF745F
(175,116,95)
#B78370
(183,131,112)
#BF9281
(191,146,129)
#C7A192
(199,161,146)
#CFB0A3
(207,176,163)
#D7BFB4
(215,191,180)
#DFCEC5
(223,206,197)
#E7DDD6
(231,221,214)
#EFECE7
(239,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F563D color. Also use rgb(159,86,61) instead hex code.

Text Font Color

.myTextColor { color: #9F563D; }

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

This text font color is #9F563D.

Background Color

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

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

This div background color is #9F563D.

Border color

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

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

This div border color is #9F563D.

Opacity

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

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

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

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

This text has shadow with #9F563D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F563D.

Preview

Color preview on black background

This text has color #9F563D on black background.


Color preview on white background

This text has color #9F563D on white background.


Black color preview on #9F563D background

This text has black color on #9F563D background.


White color preview on #9F563D background

This text has white color on #9F563D background.


Related colors

Complementary color

Complementary color for #hex is #60A9C2.


I love getcolorcode.com

Triadic colors

1 #3D9F56 and #563D9F with #9F563D are triadic colors.

2 #3D569F and #569F3D with #9F563D are triadic colors.