COLOR #985E5A

HEX: #985E5A
RGB: (152,94,90)

Color info

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

RGB color model

#985E5A color RGB value is (152,94,90).

  • red value is 152;
  • green value is 94;
  • blue value is 90.
RGB:
(152,94,90)
(60%,37%,35%)

RGB channels and saturation

R 152 of 255 = 60%
G 94 of 255 = 37%
B 90 of 255 = 35%

152
94
90

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

Portions of RGB colors in percentages

R + G + B =
152 + 94 + 90 = 336 (100%)
R 152 of 336 ~ 45.24%
G 94 of 336 ~ 27.98%
B 90 of 336 ~ 26.79%

%45.24
%27.98
%26.79

CMYK color model

#985E5A color CMYK value is (0,38,41,40).

  • cyan value is 0.00%
  • magenta value is 38.16%
  • yellow value is 40.79%
  • key color value is 40.39%
CMYK:
(0,38,41,40)
C0M38Y41K40 
(0%,38%,41%,40%)
(0.00/0.38/0.41/0.40)	

CMYK percentages

%0
%38.16
%40.79
%40.39

Codes

Color #985E5A in popluar color models

985E5A
RGB1529490
HSL25.62%47.45%
HSB/HSV40.79%59.61%
CMYK0.00%38.16%40.79%
40.39%

Color #985E5A in popluar number systems.

HEX985E5A
Decimal1529490
Binary1001100010111101011010
Octal230136132

Shades and tints

Shades of #985E5A

#985E5A
(152,94,90)
#8B5652
(139,86,82)
#7E4E4A
(126,78,74)
#714642
(113,70,66)
#643E3A
(100,62,58)
#573632
(87,54,50)
#4A2E2A
(74,46,42)
#3D2622
(61,38,34)
#301E1A
(48,30,26)
#231612
(35,22,18)
#160E0A
(22,14,10)
#000000
(0,0,0)

Tints of #985E5A

#985E5A
(152,94,90)
#A16C69
(161,108,105)
#AA7A78
(170,122,120)
#B38887
(179,136,135)
#BC9696
(188,150,150)
#C5A4A5
(197,164,165)
#CEB2B4
(206,178,180)
#D7C0C3
(215,192,195)
#E0CED2
(224,206,210)
#E9DCE1
(233,220,225)
#F2EAF0
(242,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #985E5A color. Also use rgb(152,94,90) instead hex code.

Text Font Color

.myTextColor { color: #985E5A; }

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

This text font color is #985E5A.


Background Color

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

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

This div background color is #985E5A.


Border color

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

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

This div border color is #985E5A.


Opacity

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

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

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

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

This text has shadow with #985E5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #985E5A on black background.


Color preview on white background

This text has color #985E5A on white background.



Black color preview on #985E5A background

This text has black color on #985E5A background.


White color preview on #985E5A background

This text has white color on #985E5A background.