COLOR #958284

HEX: #958284
RGB: (149,130,132)

Color info

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

RGB color model

#958284 color RGB value is (149,130,132).

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

RGB channels and saturation

R 149 of 255 = 58%
G 130 of 255 = 51%
B 132 of 255 = 52%

149
130
132

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

Portions of RGB colors in percentages

R + G + B =
149 + 130 + 132 = 411 (100%)
R 149 of 411 ~ 36.25%
G 130 of 411 ~ 31.63%
B 132 of 411 ~ 32.12%

%36.25
%31.63
%32.12

CMYK color model

#958284 color CMYK value is (0,13,11,42).

  • cyan value is 0.00%
  • magenta value is 12.75%
  • yellow value is 11.41%
  • key color value is 41.57%
CMYK:
(0,13,11,42)
C0M13Y11K42 
(0%,13%,11%,42%)
(0.00/0.13/0.11/0.42)	

CMYK percentages

%0
%12.75
%11.41
%41.57

Codes

Color #958284 in popluar color models

958284
RGB149130132
HSL354°8.23%54.71%
HSB/HSV354°12.75%58.43%
CMYK0.00%12.75%11.41%
41.57%

Color #958284 in popluar number systems.

HEX958284
Decimal149130132
Binary100101011000001010000100
Octal225202204

Shades and tints

Shades of #958284

#958284
(149,130,132)
#887778
(136,119,120)
#7B6C6C
(123,108,108)
#6E6160
(110,97,96)
#615654
(97,86,84)
#544B48
(84,75,72)
#47403C
(71,64,60)
#3A3530
(58,53,48)
#2D2A24
(45,42,36)
#201F18
(32,31,24)
#13140C
(19,20,12)
#000000
(0,0,0)

Tints of #958284

#958284
(149,130,132)
#9E8D8F
(158,141,143)
#A7989A
(167,152,154)
#B0A3A5
(176,163,165)
#B9AEB0
(185,174,176)
#C2B9BB
(194,185,187)
#CBC4C6
(203,196,198)
#D4CFD1
(212,207,209)
#DDDADC
(221,218,220)
#E6E5E7
(230,229,231)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958284 color. Also use rgb(149,130,132) instead hex code.

Text Font Color

.myTextColor { color: #958284; }

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

This text font color is #958284.


Background Color

.myBgColor { background-color: #958284; }

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

This div background color is #958284.


Border color

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

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

This div border color is #958284.


Opacity

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

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

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

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

This text has shadow with #958284 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958284 on black background.


Color preview on white background

This text has color #958284 on white background.



Black color preview on #958284 background

This text has black color on #958284 background.


White color preview on #958284 background

This text has white color on #958284 background.