COLOR #985D3C

HEX: #985D3C
RGB: (152,93,60)

Color info

#985D3C contains mainly red and green colors. Web safe color of #985D3C is #996633 (or #963).

RGB color model

#985D3C color RGB value is (152,93,60).

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

RGB channels and saturation

R 152 of 255 = 60%
G 93 of 255 = 36%
B 60 of 255 = 24%

152
93
60

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

Portions of RGB colors in percentages

R + G + B =
152 + 93 + 60 = 305 (100%)
R 152 of 305 ~ 49.84%
G 93 of 305 ~ 30.49%
B 60 of 305 ~ 19.67%

%49.84
%30.49
%19.67

CMYK color model

#985D3C color CMYK value is (0,39,61,40).

  • cyan value is 0.00%
  • magenta value is 38.82%
  • yellow value is 60.53%
  • key color value is 40.39%
CMYK:
(0,39,61,40)
C0M39Y61K40 
(0%,39%,61%,40%)
(0.00/0.39/0.61/0.40)	

CMYK percentages

%0
%38.82
%60.53
%40.39

Codes

Color #985D3C in popluar color models

985D3C
RGB1529360
HSL22°43.40%41.57%
HSB/HSV22°60.53%59.61%
CMYK0.00%38.82%60.53%
40.39%

Color #985D3C in popluar number systems.

HEX985D3C
Decimal1529360
Binary100110001011101111100
Octal23013574

Shades and tints

Shades of #985D3C

#985D3C
(152,93,60)
#8B5537
(139,85,55)
#7E4D32
(126,77,50)
#71452D
(113,69,45)
#643D28
(100,61,40)
#573523
(87,53,35)
#4A2D1E
(74,45,30)
#3D2519
(61,37,25)
#301D14
(48,29,20)
#23150F
(35,21,15)
#160D0A
(22,13,10)
#000000
(0,0,0)

Tints of #985D3C

#985D3C
(152,93,60)
#A16B4D
(161,107,77)
#AA795E
(170,121,94)
#B3876F
(179,135,111)
#BC9580
(188,149,128)
#C5A391
(197,163,145)
#CEB1A2
(206,177,162)
#D7BFB3
(215,191,179)
#E0CDC4
(224,205,196)
#E9DBD5
(233,219,213)
#F2E9E6
(242,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #985D3C; }

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

This text font color is #985D3C.


Background Color

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

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

This div background color is #985D3C.


Border color

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

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

This div border color is #985D3C.


Opacity

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

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

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

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

This text has shadow with #985D3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #985D3C on black background.


Color preview on white background

This text has color #985D3C on white background.



Black color preview on #985D3C background

This text has black color on #985D3C background.


White color preview on #985D3C background

This text has white color on #985D3C background.