COLOR #95958A

HEX: #95958A
RGB: (149,149,138)

Color info

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

RGB color model

#95958A color RGB value is (149,149,138).

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

RGB channels and saturation

R 149 of 255 = 58%
G 149 of 255 = 58%
B 138 of 255 = 54%

149
149
138

R + G + B ~ 57%. #95958A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 149 + 138 = 436 (100%)
R 149 of 436 ~ 34.17%
G 149 of 436 ~ 34.17%
B 138 of 436 ~ 31.65%

%34.17
%34.17
%31.65

CMYK color model

#95958A color CMYK value is (0,0,7,42).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 7.38%
  • key color value is 41.57%
CMYK:
(0,0,7,42)
C0M0Y7K42 
(0%,0%,7%,42%)
(0.00/0.00/0.07/0.42)	

CMYK percentages

%0
%0
%7.38
%41.57

Codes

Color #95958A in popluar color models

95958A
RGB149149138
HSL60°4.93%56.27%
HSB/HSV60°7.38%58.43%
CMYK0.00%0.00%7.38%
41.57%

Color #95958A in popluar number systems.

HEX95958A
Decimal149149138
Binary100101011001010110001010
Octal225225212

Shades and tints

Shades of #95958A

#95958A
(149,149,138)
#88887E
(136,136,126)
#7B7B72
(123,123,114)
#6E6E66
(110,110,102)
#61615A
(97,97,90)
#54544E
(84,84,78)
#474742
(71,71,66)
#3A3A36
(58,58,54)
#2D2D2A
(45,45,42)
#20201E
(32,32,30)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #95958A

#95958A
(149,149,138)
#9E9E94
(158,158,148)
#A7A79E
(167,167,158)
#B0B0A8
(176,176,168)
#B9B9B2
(185,185,178)
#C2C2BC
(194,194,188)
#CBCBC6
(203,203,198)
#D4D4D0
(212,212,208)
#DDDDDA
(221,221,218)
#E6E6E4
(230,230,228)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95958A; }

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

This text font color is #95958A.


Background Color

.myBgColor { background-color: #95958A; }

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

This div background color is #95958A.


Border color

.myBorderColor { border: 1px solid #95958A; }

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

This div border color is #95958A.


Opacity

.myOpacity80 { color: #95958A; opacity: 0.8; }

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

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

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

This text has shadow with #95958A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95958A on black background.


Color preview on white background

This text has color #95958A on white background.



Black color preview on #95958A background

This text has black color on #95958A background.


White color preview on #95958A background

This text has white color on #95958A background.