COLOR #958E7E

HEX: #958E7E
RGB: (149,142,126)

Color info

#958E7E contains red, green and blue colors in about the same proportion. Web safe color of #958E7E is #999966 (or #996).

RGB color model

#958E7E color RGB value is (149,142,126).

  • red value is 149;
  • green value is 142;
  • blue value is 126.
RGB:
(149,142,126)
(58%,56%,49%)

RGB channels and saturation

R 149 of 255 = 58%
G 142 of 255 = 56%
B 126 of 255 = 49%

149
142
126

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

Portions of RGB colors in percentages

R + G + B =
149 + 142 + 126 = 417 (100%)
R 149 of 417 ~ 35.73%
G 142 of 417 ~ 34.05%
B 126 of 417 ~ 30.22%

%35.73
%34.05
%30.22

CMYK color model

#958E7E color CMYK value is (0,5,15,42).

  • cyan value is 0.00%
  • magenta value is 4.70%
  • yellow value is 15.44%
  • key color value is 41.57%
CMYK:
(0,5,15,42)
C0M5Y15K42 
(0%,5%,15%,42%)
(0.00/0.05/0.15/0.42)	

CMYK percentages

%0
%4.7
%15.44
%41.57

Codes

Color #958E7E in popluar color models

958E7E
RGB149142126
HSL42°9.79%53.92%
HSB/HSV42°15.44%58.43%
CMYK0.00%4.70%15.44%
41.57%

Color #958E7E in popluar number systems.

HEX958E7E
Decimal149142126
Binary10010101100011101111110
Octal225216176

Shades and tints

Shades of #958E7E

#958E7E
(149,142,126)
#888273
(136,130,115)
#7B7668
(123,118,104)
#6E6A5D
(110,106,93)
#615E52
(97,94,82)
#545247
(84,82,71)
#47463C
(71,70,60)
#3A3A31
(58,58,49)
#2D2E26
(45,46,38)
#20221B
(32,34,27)
#131610
(19,22,16)
#000000
(0,0,0)

Tints of #958E7E

#958E7E
(149,142,126)
#9E9889
(158,152,137)
#A7A294
(167,162,148)
#B0AC9F
(176,172,159)
#B9B6AA
(185,182,170)
#C2C0B5
(194,192,181)
#CBCAC0
(203,202,192)
#D4D4CB
(212,212,203)
#DDDED6
(221,222,214)
#E6E8E1
(230,232,225)
#EFF2EC
(239,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958E7E color. Also use rgb(149,142,126) instead hex code.

Text Font Color

.myTextColor { color: #958E7E; }

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

This text font color is #958E7E.


Background Color

.myBgColor { background-color: #958E7E; }

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

This div background color is #958E7E.


Border color

.myBorderColor { border: 1px solid #958E7E; }

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

This div border color is #958E7E.


Opacity

.myOpacity80 { color: #958E7E; opacity: 0.8; }

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

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

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

This text has shadow with #958E7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958E7E on black background.


Color preview on white background

This text has color #958E7E on white background.



Black color preview on #958E7E background

This text has black color on #958E7E background.


White color preview on #958E7E background

This text has white color on #958E7E background.