COLOR #9D5656

HEX: #9D5656 RGB: (157,86,86)

Color info

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

RGB color model

#9D5656 color RGB value is (157,86,86).

RGB: (157,86,86) (62%, 34%, 34%)

RGB channels and saturation

R 157 of 255 = 62%
G 86 of 255 = 34%
B 86 of 255 = 34%

157
86
86

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

Portions of RGB colors in percentages

R + G + B = 157 + 86 + 86 = 329 (100%)
R 157 of 329 ~ 47.72%
G 86 of 329 ~ 26.14%
B 86 of 329 ~ 26.14'%

%47.72
%26.14
%26.14

CMYK color model

#9D5656 color CMYK value is (0,45,45,38).

  • cyan value is 0.00%
  • magenta value is 45.22%
  • yellow value is 45.22%
  • key color value is 38.43%

CMYK: (0,45,45,38)
C0M45Y45K38 (0%, 45%, 45%, 38%)
(0.00 / 0.45 / 0.45 / 0.38)

CMYK percentages

%0
%45.22
%45.22
%38.43

Codes

Color #9D5656 in popluar color models

9D 56 56
RGB 157 86 86
HSL 29.22% 47.65%
HSB/HSV 45.22% 61.57%
CMYK 0.00% 45.22% 45.22%
38.43%

Color #9D5656 in popluar number systems.

HEX 9D 56 56
Decimal 157 86 86
Binary 10011101 1010110 1010110
Octal 235 126 126

Shades and tints

Shades of #9D5656

#9D5656
(157,86,86)
#8F4F4F
(143,79,79)
#814848
(129,72,72)
#734141
(115,65,65)
#653A3A
(101,58,58)
#573333
(87,51,51)
#492C2C
(73,44,44)
#3B2525
(59,37,37)
#2D1E1E
(45,30,30)
#1F1717
(31,23,23)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #9D5656

#9D5656
(157,86,86)
#A56565
(165,101,101)
#AD7474
(173,116,116)
#B58383
(181,131,131)
#BD9292
(189,146,146)
#C5A1A1
(197,161,161)
#CDB0B0
(205,176,176)
#D5BFBF
(213,191,191)
#DDCECE
(221,206,206)
#E5DDDD
(229,221,221)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D5656; }

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

This text font color is #9D5656.

Background Color

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

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

This div background color is #9D5656.

Border color

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

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

This div border color is #9D5656.

Opacity

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

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

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

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

This text has shadow with #9D5656 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D5656.

Preview

Color preview on black background

This text has color #9D5656 on black background.


Color preview on white background

This text has color #9D5656 on white background.


Black color preview on #9D5656 background

This text has black color on #9D5656 background.


White color preview on #9D5656 background

This text has white color on #9D5656 background.


Related colors

Complementary color

Complementary color for #hex is #62A9A9.


I love getcolorcode.com