COLOR #958385

HEX: #958385
RGB: (149,131,133)

Color info

#958385 contains red, green and blue colors in about the same proportion. Web safe color of #958385 is #999999 (or #999).

RGB color model

#958385 color RGB value is (149,131,133).

  • red value is 149;
  • green value is 131;
  • blue value is 133.
RGB:
(149,131,133)
(58%,51%,52%)

RGB channels and saturation

R 149 of 255 = 58%
G 131 of 255 = 51%
B 133 of 255 = 52%

149
131
133

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

Portions of RGB colors in percentages

R + G + B =
149 + 131 + 133 = 413 (100%)
R 149 of 413 ~ 36.08%
G 131 of 413 ~ 31.72%
B 133 of 413 ~ 32.2%

%36.08
%31.72
%32.2

CMYK color model

#958385 color CMYK value is (0,12,11,42).

  • cyan value is 0.00%
  • magenta value is 12.08%
  • yellow value is 10.74%
  • key color value is 41.57%
CMYK:
(0,12,11,42)
C0M12Y11K42 
(0%,12%,11%,42%)
(0.00/0.12/0.11/0.42)	

CMYK percentages

%0
%12.08
%10.74
%41.57

Codes

Color #958385 in popluar color models

958385
RGB149131133
HSL353°7.83%54.90%
HSB/HSV353°12.08%58.43%
CMYK0.00%12.08%10.74%
41.57%

Color #958385 in popluar number systems.

HEX958385
Decimal149131133
Binary100101011000001110000101
Octal225203205

Shades and tints

Shades of #958385

#958385
(149,131,133)
#887879
(136,120,121)
#7B6D6D
(123,109,109)
#6E6261
(110,98,97)
#615755
(97,87,85)
#544C49
(84,76,73)
#47413D
(71,65,61)
#3A3631
(58,54,49)
#2D2B25
(45,43,37)
#202019
(32,32,25)
#13150D
(19,21,13)
#000000
(0,0,0)

Tints of #958385

#958385
(149,131,133)
#9E8E90
(158,142,144)
#A7999B
(167,153,155)
#B0A4A6
(176,164,166)
#B9AFB1
(185,175,177)
#C2BABC
(194,186,188)
#CBC5C7
(203,197,199)
#D4D0D2
(212,208,210)
#DDDBDD
(221,219,221)
#E6E6E8
(230,230,232)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958385 color. Also use rgb(149,131,133) instead hex code.

Text Font Color

.myTextColor { color: #958385; }

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

This text font color is #958385.


Background Color

.myBgColor { background-color: #958385; }

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

This div background color is #958385.


Border color

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

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

This div border color is #958385.


Opacity

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

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

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

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

This text has shadow with #958385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958385 on black background.


Color preview on white background

This text has color #958385 on white background.



Black color preview on #958385 background

This text has black color on #958385 background.


White color preview on #958385 background

This text has white color on #958385 background.