COLOR #959383

HEX: #959383
RGB: (149,147,131)

Color info

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

RGB color model

#959383 color RGB value is (149,147,131).

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

RGB channels and saturation

R 149 of 255 = 58%
G 147 of 255 = 58%
B 131 of 255 = 51%

149
147
131

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

Portions of RGB colors in percentages

R + G + B =
149 + 147 + 131 = 427 (100%)
R 149 of 427 ~ 34.89%
G 147 of 427 ~ 34.43%
B 131 of 427 ~ 30.68%

%34.89
%34.43
%30.68

CMYK color model

#959383 color CMYK value is (0,1,12,42).

  • cyan value is 0.00%
  • magenta value is 1.34%
  • yellow value is 12.08%
  • key color value is 41.57%
CMYK:
(0,1,12,42)
C0M1Y12K42 
(0%,1%,12%,42%)
(0.00/0.01/0.12/0.42)	

CMYK percentages

%0
%1.34
%12.08
%41.57

Codes

Color #959383 in popluar color models

959383
RGB149147131
HSL53°7.83%54.90%
HSB/HSV53°12.08%58.43%
CMYK0.00%1.34%12.08%
41.57%

Color #959383 in popluar number systems.

HEX959383
Decimal149147131
Binary100101011001001110000011
Octal225223203

Shades and tints

Shades of #959383

#959383
(149,147,131)
#888678
(136,134,120)
#7B796D
(123,121,109)
#6E6C62
(110,108,98)
#615F57
(97,95,87)
#54524C
(84,82,76)
#474541
(71,69,65)
#3A3836
(58,56,54)
#2D2B2B
(45,43,43)
#201E20
(32,30,32)
#131115
(19,17,21)
#000000
(0,0,0)

Tints of #959383

#959383
(149,147,131)
#9E9C8E
(158,156,142)
#A7A599
(167,165,153)
#B0AEA4
(176,174,164)
#B9B7AF
(185,183,175)
#C2C0BA
(194,192,186)
#CBC9C5
(203,201,197)
#D4D2D0
(212,210,208)
#DDDBDB
(221,219,219)
#E6E4E6
(230,228,230)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959383; }

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

This text font color is #959383.


Background Color

.myBgColor { background-color: #959383; }

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

This div background color is #959383.


Border color

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

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

This div border color is #959383.


Opacity

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

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

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

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

This text has shadow with #959383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959383 on black background.


Color preview on white background

This text has color #959383 on white background.



Black color preview on #959383 background

This text has black color on #959383 background.


White color preview on #959383 background

This text has white color on #959383 background.