COLOR #9D5443

HEX: #9D5443
RGB: (157,84,67)

Color info

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

RGB color model

#9D5443 color RGB value is (157,84,67).

  • red value is 157;
  • green value is 84;
  • blue value is 67.
RGB:
(157,84,67)
(62%,33%,26%)

RGB channels and saturation

R 157 of 255 = 62%
G 84 of 255 = 33%
B 67 of 255 = 26%

157
84
67

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

Portions of RGB colors in percentages

R + G + B =
157 + 84 + 67 = 308 (100%)
R 157 of 308 ~ 50.97%
G 84 of 308 ~ 27.27%
B 67 of 308 ~ 21.75%

%50.97
%27.27
%21.75

CMYK color model

#9D5443 color CMYK value is (0,46,57,38).

  • cyan value is 0.00%
  • magenta value is 46.50%
  • yellow value is 57.32%
  • key color value is 38.43%
CMYK:
(0,46,57,38)
C0M46Y57K38 
(0%,46%,57%,38%)
(0.00/0.46/0.57/0.38)	

CMYK percentages

%0
%46.5
%57.32
%38.43

Codes

Color #9D5443 in popluar color models

9D5443
RGB1578467
HSL11°40.18%43.92%
HSB/HSV11°57.32%61.57%
CMYK0.00%46.50%57.32%
38.43%

Color #9D5443 in popluar number systems.

HEX9D5443
Decimal1578467
Binary1001110110101001000011
Octal235124103

Shades and tints

Shades of #9D5443

#9D5443
(157,84,67)
#8F4D3D
(143,77,61)
#814637
(129,70,55)
#733F31
(115,63,49)
#65382B
(101,56,43)
#573125
(87,49,37)
#492A1F
(73,42,31)
#3B2319
(59,35,25)
#2D1C13
(45,28,19)
#1F150D
(31,21,13)
#110E07
(17,14,7)
#000000
(0,0,0)

Tints of #9D5443

#9D5443
(157,84,67)
#A56354
(165,99,84)
#AD7265
(173,114,101)
#B58176
(181,129,118)
#BD9087
(189,144,135)
#C59F98
(197,159,152)
#CDAEA9
(205,174,169)
#D5BDBA
(213,189,186)
#DDCCCB
(221,204,203)
#E5DBDC
(229,219,220)
#EDEAED
(237,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D5443 color. Also use rgb(157,84,67) instead hex code.

Text Font Color

.myTextColor { color: #9D5443; }

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

This text font color is #9D5443.


Background Color

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

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

This div background color is #9D5443.


Border color

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

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

This div border color is #9D5443.


Opacity

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

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

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

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

This text has shadow with #9D5443 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D5443 on black background.


Color preview on white background

This text has color #9D5443 on white background.



Black color preview on #9D5443 background

This text has black color on #9D5443 background.


White color preview on #9D5443 background

This text has white color on #9D5443 background.