COLOR #958684

HEX: #958684
RGB: (149,134,132)

Color info

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

RGB color model

#958684 color RGB value is (149,134,132).

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

RGB channels and saturation

R 149 of 255 = 58%
G 134 of 255 = 53%
B 132 of 255 = 52%

149
134
132

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

Portions of RGB colors in percentages

R + G + B =
149 + 134 + 132 = 415 (100%)
R 149 of 415 ~ 35.9%
G 134 of 415 ~ 32.29%
B 132 of 415 ~ 31.81%

%35.9
%32.29
%31.81

CMYK color model

#958684 color CMYK value is (0,10,11,42).

  • cyan value is 0.00%
  • magenta value is 10.07%
  • yellow value is 11.41%
  • key color value is 41.57%
CMYK:
(0,10,11,42)
C0M10Y11K42 
(0%,10%,11%,42%)
(0.00/0.10/0.11/0.42)	

CMYK percentages

%0
%10.07
%11.41
%41.57

Codes

Color #958684 in popluar color models

958684
RGB149134132
HSL7.42%55.10%
HSB/HSV11.41%58.43%
CMYK0.00%10.07%11.41%
41.57%

Color #958684 in popluar number systems.

HEX958684
Decimal149134132
Binary100101011000011010000100
Octal225206204

Shades and tints

Shades of #958684

#958684
(149,134,132)
#887A78
(136,122,120)
#7B6E6C
(123,110,108)
#6E6260
(110,98,96)
#615654
(97,86,84)
#544A48
(84,74,72)
#473E3C
(71,62,60)
#3A3230
(58,50,48)
#2D2624
(45,38,36)
#201A18
(32,26,24)
#130E0C
(19,14,12)
#000000
(0,0,0)

Tints of #958684

#958684
(149,134,132)
#9E918F
(158,145,143)
#A79C9A
(167,156,154)
#B0A7A5
(176,167,165)
#B9B2B0
(185,178,176)
#C2BDBB
(194,189,187)
#CBC8C6
(203,200,198)
#D4D3D1
(212,211,209)
#DDDEDC
(221,222,220)
#E6E9E7
(230,233,231)
#EFF4F2
(239,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958684; }

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

This text font color is #958684.


Background Color

.myBgColor { background-color: #958684; }

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

This div background color is #958684.


Border color

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

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

This div border color is #958684.


Opacity

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

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

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

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

This text has shadow with #958684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958684 on black background.


Color preview on white background

This text has color #958684 on white background.



Black color preview on #958684 background

This text has black color on #958684 background.


White color preview on #958684 background

This text has white color on #958684 background.