COLOR #9D553D

HEX: #9D553D RGB: (157,85,61)

Color info

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

RGB color model

#9D553D color RGB value is (157,85,61).

RGB: (157,85,61) (62%, 33%, 24%)

RGB channels and saturation

R 157 of 255 = 62%
G 85 of 255 = 33%
B 61 of 255 = 24%

157
85
61

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

Portions of RGB colors in percentages

R + G + B = 157 + 85 + 61 = 303 (100%)
R 157 of 303 ~ 51.82%
G 85 of 303 ~ 28.05%
B 61 of 303 ~ 20.13'%

%51.82
%28.05
%20.13

CMYK color model

#9D553D color CMYK value is (0,46,61,38).

  • cyan value is 0.00%
  • magenta value is 45.86%
  • yellow value is 61.15%
  • key color value is 38.43%

CMYK: (0,46,61,38)
C0M46Y61K38 (0%, 46%, 61%, 38%)
(0.00 / 0.46 / 0.61 / 0.38)

CMYK percentages

%0
%45.86
%61.15
%38.43

Codes

Color #9D553D in popluar color models

9D 55 3D
RGB 157 85 61
HSL 15° 44.04% 42.75%
HSB/HSV 15° 61.15% 61.57%
CMYK 0.00% 45.86% 61.15%
38.43%

Color #9D553D in popluar number systems.

HEX 9D 55 3D
Decimal 157 85 61
Binary 10011101 1010101 111101
Octal 235 125 75

Shades and tints

Shades of #9D553D

#9D553D
(157,85,61)
#8F4E38
(143,78,56)
#814733
(129,71,51)
#73402E
(115,64,46)
#653929
(101,57,41)
#573224
(87,50,36)
#492B1F
(73,43,31)
#3B241A
(59,36,26)
#2D1D15
(45,29,21)
#1F1610
(31,22,16)
#110F0B
(17,15,11)
#000000
(0,0,0)

Tints of #9D553D

#9D553D
(157,85,61)
#A5644E
(165,100,78)
#AD735F
(173,115,95)
#B58270
(181,130,112)
#BD9181
(189,145,129)
#C5A092
(197,160,146)
#CDAFA3
(205,175,163)
#D5BEB4
(213,190,180)
#DDCDC5
(221,205,197)
#E5DCD6
(229,220,214)
#EDEBE7
(237,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D553D; }

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

This text font color is #9D553D.

Background Color

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

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

This div background color is #9D553D.

Border color

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

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

This div border color is #9D553D.

Opacity

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

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

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

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

This text has shadow with #9D553D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D553D.

Preview

Color preview on black background

This text has color #9D553D on black background.


Color preview on white background

This text has color #9D553D on white background.


Black color preview on #9D553D background

This text has black color on #9D553D background.


White color preview on #9D553D background

This text has white color on #9D553D background.


Related colors

Complementary color

Complementary color for #hex is #62AAC2.


I love getcolorcode.com

Triadic colors

1 #3D9D55 and #553D9D with #9D553D are triadic colors.

2 #3D559D and #559D3D with #9D553D are triadic colors.