COLOR #985C49

HEX: #985C49
RGB: (152,92,73)

Color info

#985C49 contains mainly red color. Web safe color of #985C49 is #996633 (or #963).

RGB color model

#985C49 color RGB value is (152,92,73).

  • red value is 152;
  • green value is 92;
  • blue value is 73.
RGB:
(152,92,73)
(60%,36%,29%)

RGB channels and saturation

R 152 of 255 = 60%
G 92 of 255 = 36%
B 73 of 255 = 29%

152
92
73

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

Portions of RGB colors in percentages

R + G + B =
152 + 92 + 73 = 317 (100%)
R 152 of 317 ~ 47.95%
G 92 of 317 ~ 29.02%
B 73 of 317 ~ 23.03%

%47.95
%29.02
%23.03

CMYK color model

#985C49 color CMYK value is (0,39,52,40).

  • cyan value is 0.00%
  • magenta value is 39.47%
  • yellow value is 51.97%
  • key color value is 40.39%
CMYK:
(0,39,52,40)
C0M39Y52K40 
(0%,39%,52%,40%)
(0.00/0.39/0.52/0.40)	

CMYK percentages

%0
%39.47
%51.97
%40.39

Codes

Color #985C49 in popluar color models

985C49
RGB1529273
HSL14°35.11%44.12%
HSB/HSV14°51.97%59.61%
CMYK0.00%39.47%51.97%
40.39%

Color #985C49 in popluar number systems.

HEX985C49
Decimal1529273
Binary1001100010111001001001
Octal230134111

Shades and tints

Shades of #985C49

#985C49
(152,92,73)
#8B5443
(139,84,67)
#7E4C3D
(126,76,61)
#714437
(113,68,55)
#643C31
(100,60,49)
#57342B
(87,52,43)
#4A2C25
(74,44,37)
#3D241F
(61,36,31)
#301C19
(48,28,25)
#231413
(35,20,19)
#160C0D
(22,12,13)
#000000
(0,0,0)

Tints of #985C49

#985C49
(152,92,73)
#A16A59
(161,106,89)
#AA7869
(170,120,105)
#B38679
(179,134,121)
#BC9489
(188,148,137)
#C5A299
(197,162,153)
#CEB0A9
(206,176,169)
#D7BEB9
(215,190,185)
#E0CCC9
(224,204,201)
#E9DAD9
(233,218,217)
#F2E8E9
(242,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #985C49 color. Also use rgb(152,92,73) instead hex code.

Text Font Color

.myTextColor { color: #985C49; }

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

This text font color is #985C49.


Background Color

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

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

This div background color is #985C49.


Border color

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

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

This div border color is #985C49.


Opacity

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

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

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

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

This text has shadow with #985C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #985C49 on black background.


Color preview on white background

This text has color #985C49 on white background.



Black color preview on #985C49 background

This text has black color on #985C49 background.


White color preview on #985C49 background

This text has white color on #985C49 background.