COLOR #9D615B

HEX: #9D615B RGB: (157,97,91)

Color info

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

RGB color model

#9D615B color RGB value is (157,97,91).

RGB: (157,97,91) (62%, 38%, 36%)

RGB channels and saturation

R 157 of 255 = 62%
G 97 of 255 = 38%
B 91 of 255 = 36%

157
97
91

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

Portions of RGB colors in percentages

R + G + B = 157 + 97 + 91 = 345 (100%)
R 157 of 345 ~ 45.51%
G 97 of 345 ~ 28.12%
B 91 of 345 ~ 26.38'%

%45.51
%28.12
%26.38

CMYK color model

#9D615B color CMYK value is (0,38,42,38).

  • cyan value is 0.00%
  • magenta value is 38.22%
  • yellow value is 42.04%
  • key color value is 38.43%

CMYK: (0,38,42,38)
C0M38Y42K38 (0%, 38%, 42%, 38%)
(0.00 / 0.38 / 0.42 / 0.38)

CMYK percentages

%0
%38.22
%42.04
%38.43

Codes

Color #9D615B in popluar color models

9D 61 5B
RGB 157 97 91
HSL 26.61% 48.63%
HSB/HSV 42.04% 61.57%
CMYK 0.00% 38.22% 42.04%
38.43%

Color #9D615B in popluar number systems.

HEX 9D 61 5B
Decimal 157 97 91
Binary 10011101 1100001 1011011
Octal 235 141 133

Shades and tints

Shades of #9D615B

#9D615B
(157,97,91)
#8F5953
(143,89,83)
#81514B
(129,81,75)
#734943
(115,73,67)
#65413B
(101,65,59)
#573933
(87,57,51)
#49312B
(73,49,43)
#3B2923
(59,41,35)
#2D211B
(45,33,27)
#1F1913
(31,25,19)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #9D615B

#9D615B
(157,97,91)
#A56F69
(165,111,105)
#AD7D77
(173,125,119)
#B58B85
(181,139,133)
#BD9993
(189,153,147)
#C5A7A1
(197,167,161)
#CDB5AF
(205,181,175)
#D5C3BD
(213,195,189)
#DDD1CB
(221,209,203)
#E5DFD9
(229,223,217)
#EDEDE7
(237,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D615B; }

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

This text font color is #9D615B.

Background Color

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

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

This div background color is #9D615B.

Border color

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

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

This div border color is #9D615B.

Opacity

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

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

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

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

This text has shadow with #9D615B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D615B.

Preview

Color preview on black background

This text has color #9D615B on black background.


Color preview on white background

This text has color #9D615B on white background.


Black color preview on #9D615B background

This text has black color on #9D615B background.


White color preview on #9D615B background

This text has white color on #9D615B background.


Related colors

Complementary color

Complementary color for #hex is #629EA4.


I love getcolorcode.com

Triadic colors

1 #5B9D61 and #615B9D with #9D615B are triadic colors.

2 #5B619D and #619D5B with #9D615B are triadic colors.