COLOR #958383

HEX: #958383 RGB: (149,131,131)

Color info

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

RGB color model

#958383 color RGB value is (149,131,131).

RGB: (149,131,131) (58%, 51%, 51%)

RGB channels and saturation

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

149
131
131

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

Portions of RGB colors in percentages

R + G + B = 149 + 131 + 131 = 411 (100%)
R 149 of 411 ~ 36.25%
G 131 of 411 ~ 31.87%
B 131 of 411 ~ 31.87'%

%36.25
%31.87
%31.87

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.08%
  • yellow value is 12.08%
  • key color value is 41.57%

CMYK: (0,12,12,42)
C0M12Y12K42 (0%, 12%, 12%, 42%)
(0.00 / 0.12 / 0.12 / 0.42)

CMYK percentages

%0
%12.08
%12.08
%41.57

Codes

Color #958383 in popluar color models

95 83 83
RGB 149 131 131
HSL 7.83% 54.90%
HSB/HSV 12.08% 58.43%
CMYK 0.00% 12.08% 12.08%
41.57%

Color #958383 in popluar number systems.

HEX 95 83 83
Decimal 149 131 131
Binary 10010101 10000011 10000011
Octal 225 203 203

Shades and tints

Shades of #958383

#958383
(149,131,131)
#887878
(136,120,120)
#7B6D6D
(123,109,109)
#6E6262
(110,98,98)
#615757
(97,87,87)
#544C4C
(84,76,76)
#474141
(71,65,65)
#3A3636
(58,54,54)
#2D2B2B
(45,43,43)
#202020
(32,32,32)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #958383

#958383
(149,131,131)
#9E8E8E
(158,142,142)
#A79999
(167,153,153)
#B0A4A4
(176,164,164)
#B9AFAF
(185,175,175)
#C2BABA
(194,186,186)
#CBC5C5
(203,197,197)
#D4D0D0
(212,208,208)
#DDDBDB
(221,219,219)
#E6E6E6
(230,230,230)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958383; }

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

This text font color is #958383.

Background Color

.myBgColor { background-color: #958383; }

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

This div background color is #958383.

Border color

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

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

This div border color is #958383.

Opacity

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

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

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

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

This text has shadow with #958383 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #958383.

Preview

Color preview on black background

This text has color #958383 on black background.


Color preview on white background

This text has color #958383 on white background.


Black color preview on #958383 background

This text has black color on #958383 background.


White color preview on #958383 background

This text has white color on #958383 background.


Related colors

Complementary color

Complementary color for #hex is #6A7C7C.


I love getcolorcode.com