COLOR #985D52

HEX: #985D52
RGB: (152,93,82)

Color info

#985D52 contains mainly red and green colors. Web safe color of #985D52 is #996666 (or #966).

RGB color model

#985D52 color RGB value is (152,93,82).

  • red value is 152;
  • green value is 93;
  • blue value is 82.
RGB:
(152,93,82)
(60%,36%,32%)

RGB channels and saturation

R 152 of 255 = 60%
G 93 of 255 = 36%
B 82 of 255 = 32%

152
93
82

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

Portions of RGB colors in percentages

R + G + B =
152 + 93 + 82 = 327 (100%)
R 152 of 327 ~ 46.48%
G 93 of 327 ~ 28.44%
B 82 of 327 ~ 25.08%

%46.48
%28.44
%25.08

CMYK color model

#985D52 color CMYK value is (0,39,46,40).

  • cyan value is 0.00%
  • magenta value is 38.82%
  • yellow value is 46.05%
  • key color value is 40.39%
CMYK:
(0,39,46,40)
C0M39Y46K40 
(0%,39%,46%,40%)
(0.00/0.39/0.46/0.40)	

CMYK percentages

%0
%38.82
%46.05
%40.39

Codes

Color #985D52 in popluar color models

985D52
RGB1529382
HSL29.91%45.88%
HSB/HSV46.05%59.61%
CMYK0.00%38.82%46.05%
40.39%

Color #985D52 in popluar number systems.

HEX985D52
Decimal1529382
Binary1001100010111011010010
Octal230135122

Shades and tints

Shades of #985D52

#985D52
(152,93,82)
#8B554B
(139,85,75)
#7E4D44
(126,77,68)
#71453D
(113,69,61)
#643D36
(100,61,54)
#57352F
(87,53,47)
#4A2D28
(74,45,40)
#3D2521
(61,37,33)
#301D1A
(48,29,26)
#231513
(35,21,19)
#160D0C
(22,13,12)
#000000
(0,0,0)

Tints of #985D52

#985D52
(152,93,82)
#A16B61
(161,107,97)
#AA7970
(170,121,112)
#B3877F
(179,135,127)
#BC958E
(188,149,142)
#C5A39D
(197,163,157)
#CEB1AC
(206,177,172)
#D7BFBB
(215,191,187)
#E0CDCA
(224,205,202)
#E9DBD9
(233,219,217)
#F2E9E8
(242,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #985D52 color. Also use rgb(152,93,82) instead hex code.

Text Font Color

.myTextColor { color: #985D52; }

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

This text font color is #985D52.


Background Color

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

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

This div background color is #985D52.


Border color

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

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

This div border color is #985D52.


Opacity

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

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

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

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

This text has shadow with #985D52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #985D52 on black background.


Color preview on white background

This text has color #985D52 on white background.



Black color preview on #985D52 background

This text has black color on #985D52 background.


White color preview on #985D52 background

This text has white color on #985D52 background.