COLOR #958080

HEX: #958080
RGB: (149,128,128)

Color info

#958080 contains red, green and blue colors in about the same proportion. Web safe color of #958080 is #996666 (or #966).

RGB color model

#958080 color RGB value is (149,128,128).

  • red value is 149;
  • green value is 128;
  • blue value is 128.
RGB:
(149,128,128)
(58%,50%,50%)

RGB channels and saturation

R 149 of 255 = 58%
G 128 of 255 = 50%
B 128 of 255 = 50%

149
128
128

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

Portions of RGB colors in percentages

R + G + B =
149 + 128 + 128 = 405 (100%)
R 149 of 405 ~ 36.79%
G 128 of 405 ~ 31.6%
B 128 of 405 ~ 31.6%

%36.79
%31.6
%31.6

CMYK color model

#958080 color CMYK value is (0,14,14,42).

  • cyan value is 0.00%
  • magenta value is 14.09%
  • yellow value is 14.09%
  • key color value is 41.57%
CMYK:
(0,14,14,42)
C0M14Y14K42 
(0%,14%,14%,42%)
(0.00/0.14/0.14/0.42)	

CMYK percentages

%0
%14.09
%14.09
%41.57

Codes

Color #958080 in popluar color models

958080
RGB149128128
HSL9.01%54.31%
HSB/HSV14.09%58.43%
CMYK0.00%14.09%14.09%
41.57%

Color #958080 in popluar number systems.

HEX958080
Decimal149128128
Binary100101011000000010000000
Octal225200200

Shades and tints

Shades of #958080

#958080
(149,128,128)
#887575
(136,117,117)
#7B6A6A
(123,106,106)
#6E5F5F
(110,95,95)
#615454
(97,84,84)
#544949
(84,73,73)
#473E3E
(71,62,62)
#3A3333
(58,51,51)
#2D2828
(45,40,40)
#201D1D
(32,29,29)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #958080

#958080
(149,128,128)
#9E8B8B
(158,139,139)
#A79696
(167,150,150)
#B0A1A1
(176,161,161)
#B9ACAC
(185,172,172)
#C2B7B7
(194,183,183)
#CBC2C2
(203,194,194)
#D4CDCD
(212,205,205)
#DDD8D8
(221,216,216)
#E6E3E3
(230,227,227)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958080; }

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

This text font color is #958080.


Background Color

.myBgColor { background-color: #958080; }

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

This div background color is #958080.


Border color

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

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

This div border color is #958080.


Opacity

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

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

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

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

This text has shadow with #958080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958080 on black background.


Color preview on white background

This text has color #958080 on white background.



Black color preview on #958080 background

This text has black color on #958080 background.


White color preview on #958080 background

This text has white color on #958080 background.