COLOR #958388

HEX: #958388
RGB: (149,131,136)

Color info

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

RGB color model

#958388 color RGB value is (149,131,136).

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

RGB channels and saturation

R 149 of 255 = 58%
G 131 of 255 = 51%
B 136 of 255 = 53%

149
131
136

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

Portions of RGB colors in percentages

R + G + B =
149 + 131 + 136 = 416 (100%)
R 149 of 416 ~ 35.82%
G 131 of 416 ~ 31.49%
B 136 of 416 ~ 32.69%

%35.82
%31.49
%32.69

CMYK color model

#958388 color CMYK value is (0,12,9,42).

  • cyan value is 0.00%
  • magenta value is 12.08%
  • yellow value is 8.72%
  • key color value is 41.57%
CMYK:
(0,12,9,42)
C0M12Y9K42 
(0%,12%,9%,42%)
(0.00/0.12/0.09/0.42)	

CMYK percentages

%0
%12.08
%8.72
%41.57

Codes

Color #958388 in popluar color models

958388
RGB149131136
HSL343°7.83%54.90%
HSB/HSV343°12.08%58.43%
CMYK0.00%12.08%8.72%
41.57%

Color #958388 in popluar number systems.

HEX958388
Decimal149131136
Binary100101011000001110001000
Octal225203210

Shades and tints

Shades of #958388

#958388
(149,131,136)
#88787C
(136,120,124)
#7B6D70
(123,109,112)
#6E6264
(110,98,100)
#615758
(97,87,88)
#544C4C
(84,76,76)
#474140
(71,65,64)
#3A3634
(58,54,52)
#2D2B28
(45,43,40)
#20201C
(32,32,28)
#131510
(19,21,16)
#000000
(0,0,0)

Tints of #958388

#958388
(149,131,136)
#9E8E92
(158,142,146)
#A7999C
(167,153,156)
#B0A4A6
(176,164,166)
#B9AFB0
(185,175,176)
#C2BABA
(194,186,186)
#CBC5C4
(203,197,196)
#D4D0CE
(212,208,206)
#DDDBD8
(221,219,216)
#E6E6E2
(230,230,226)
#EFF1EC
(239,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958388; }

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

This text font color is #958388.


Background Color

.myBgColor { background-color: #958388; }

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

This div background color is #958388.


Border color

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

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

This div border color is #958388.


Opacity

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

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

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

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

This text has shadow with #958388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958388 on black background.


Color preview on white background

This text has color #958388 on white background.



Black color preview on #958388 background

This text has black color on #958388 background.


White color preview on #958388 background

This text has white color on #958388 background.