COLOR #985B53

HEX: #985B53 RGB: (152,91,83)

Color info

#985B53 contains mainly red color. Web safe color of #985B53 is #996666 (or #966).

RGB color model

#985B53 color RGB value is (152,91,83).

RGB: (152,91,83) (60%, 36%, 33%)

RGB channels and saturation

R 152 of 255 = 60%
G 91 of 255 = 36%
B 83 of 255 = 33%

152
91
83

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

Portions of RGB colors in percentages

R + G + B = 152 + 91 + 83 = 326 (100%)
R 152 of 326 ~ 46.63%
G 91 of 326 ~ 27.91%
B 83 of 326 ~ 25.46'%

%46.63
%27.91
%25.46

CMYK color model

#985B53 color CMYK value is (0,40,45,40).

  • cyan value is 0.00%
  • magenta value is 40.13%
  • yellow value is 45.39%
  • key color value is 40.39%
CMYK: (0,40,45,40) C0M40Y45K40 (0%,40%,45%,40%) (0.00/0.40/0.45/0.40) 

CMYK percentages

%0
%40.13
%45.39
%40.39

Codes

Color #985B53 in popluar color models

98 5B 53
RGB 152 91 83
HSL 29.36% 46.08%
HSB/HSV 45.39% 59.61%
CMYK 0.00% 40.13% 45.39%
40.39%

Color #985B53 in popluar number systems.

HEX 98 5B 53
Decimal 152 91 83
Binary 10011000 1011011 1010011
Octal 230 133 123

Shades and tints

Shades of #985B53

#985B53
(152,91,83)
#8B534C
(139,83,76)
#7E4B45
(126,75,69)
#71433E
(113,67,62)
#643B37
(100,59,55)
#573330
(87,51,48)
#4A2B29
(74,43,41)
#3D2322
(61,35,34)
#301B1B
(48,27,27)
#231314
(35,19,20)
#160B0D
(22,11,13)
#000000
(0,0,0)

Tints of #985B53

#985B53
(152,91,83)
#A16962
(161,105,98)
#AA7771
(170,119,113)
#B38580
(179,133,128)
#BC938F
(188,147,143)
#C5A19E
(197,161,158)
#CEAFAD
(206,175,173)
#D7BDBC
(215,189,188)
#E0CBCB
(224,203,203)
#E9D9DA
(233,217,218)
#F2E7E9
(242,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #985B53 color. Also use rgb(152,91,83) instead hex code.

Text Font Color

.myTextColor { color: #985B53; }

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

This text font color is #985B53.

Background Color

.myBgColor { background-color: #985B53; }

<div style="background-color:#985B53">Inner text</div>

This div background color is #985B53.

Border color

.myBorderColor { border: 1px solid #985B53; }

<div style="border:3px solid #985B53">Div</div>

This div border color is #985B53.

Opacity

.myOpacity80 { color: #985B53; opacity: 0.8; }

<p style="color:#985B53;opacity:0.8;">80%</p>

Text with #985B53 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 #985B53;}

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

This text has shadow with #985B53 color.


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

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

This text has shadow with #985B53 primary color and red secondary color.


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

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

This text has shadow with #985B53 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #985B53.

Preview

Color preview on black background

This text has color #985B53 on black background.


Color preview on white background

This text has color #985B53 on white background.


Black color preview on #985B53 background

This text has black color on #985B53 background.


White color preview on #985B53 background

This text has white color on #985B53 background.


Related colors

Complementary color

Complementary color for #hex is #67A4AC.


I love getcolorcode.com

Triadic colors

1 #53985B and #5B5398 with #985B53 are triadic colors.

2 #535B98 and #5B9853 with #985B53 are triadic colors.