COLOR #985358

HEX: #985358
RGB: (152,83,88)

Color info

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

RGB color model

#985358 color RGB value is (152,83,88).

  • red value is 152;
  • green value is 83;
  • blue value is 88.
RGB:
(152,83,88)
(60%,33%,35%)

RGB channels and saturation

R 152 of 255 = 60%
G 83 of 255 = 33%
B 88 of 255 = 35%

152
83
88

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

Portions of RGB colors in percentages

R + G + B =
152 + 83 + 88 = 323 (100%)
R 152 of 323 ~ 47.06%
G 83 of 323 ~ 25.7%
B 88 of 323 ~ 27.24%

%47.06
%25.7
%27.24

CMYK color model

#985358 color CMYK value is (0,45,42,40).

  • cyan value is 0.00%
  • magenta value is 45.39%
  • yellow value is 42.11%
  • key color value is 40.39%
CMYK:
(0,45,42,40)
C0M45Y42K40 
(0%,45%,42%,40%)
(0.00/0.45/0.42/0.40)	

CMYK percentages

%0
%45.39
%42.11
%40.39

Codes

Color #985358 in popluar color models

985358
RGB1528388
HSL356°29.36%46.08%
HSB/HSV356°45.39%59.61%
CMYK0.00%45.39%42.11%
40.39%

Color #985358 in popluar number systems.

HEX985358
Decimal1528388
Binary1001100010100111011000
Octal230123130

Shades and tints

Shades of #985358

#985358
(152,83,88)
#8B4C50
(139,76,80)
#7E4548
(126,69,72)
#713E40
(113,62,64)
#643738
(100,55,56)
#573030
(87,48,48)
#4A2928
(74,41,40)
#3D2220
(61,34,32)
#301B18
(48,27,24)
#231410
(35,20,16)
#160D08
(22,13,8)
#000000
(0,0,0)

Tints of #985358

#985358
(152,83,88)
#A16267
(161,98,103)
#AA7176
(170,113,118)
#B38085
(179,128,133)
#BC8F94
(188,143,148)
#C59EA3
(197,158,163)
#CEADB2
(206,173,178)
#D7BCC1
(215,188,193)
#E0CBD0
(224,203,208)
#E9DADF
(233,218,223)
#F2E9EE
(242,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #985358; }

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

This text font color is #985358.


Background Color

.myBgColor { background-color: #985358; }

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

This div background color is #985358.


Border color

.myBorderColor { border: 1px solid #985358; }

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

This div border color is #985358.


Opacity

.myOpacity80 { color: #985358; opacity: 0.8; }

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

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

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

This text has shadow with #985358 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #985358 on black background.


Color preview on white background

This text has color #985358 on white background.



Black color preview on #985358 background

This text has black color on #985358 background.


White color preview on #985358 background

This text has white color on #985358 background.