COLOR #95838A

HEX: #95838A
RGB: (149,131,138)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

149
131
138

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

Portions of RGB colors in percentages

R + G + B =
149 + 131 + 138 = 418 (100%)
R 149 of 418 ~ 35.65%
G 131 of 418 ~ 31.34%
B 138 of 418 ~ 33.01%

%35.65
%31.34
%33.01

CMYK color model

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

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

CMYK percentages

%0
%12.08
%7.38
%41.57

Codes

Color #95838A in popluar color models

95838A
RGB149131138
HSL337°7.83%54.90%
HSB/HSV337°12.08%58.43%
CMYK0.00%12.08%7.38%
41.57%

Color #95838A in popluar number systems.

HEX95838A
Decimal149131138
Binary100101011000001110001010
Octal225203212

Shades and tints

Shades of #95838A

#95838A
(149,131,138)
#88787E
(136,120,126)
#7B6D72
(123,109,114)
#6E6266
(110,98,102)
#61575A
(97,87,90)
#544C4E
(84,76,78)
#474142
(71,65,66)
#3A3636
(58,54,54)
#2D2B2A
(45,43,42)
#20201E
(32,32,30)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #95838A

#95838A
(149,131,138)
#9E8E94
(158,142,148)
#A7999E
(167,153,158)
#B0A4A8
(176,164,168)
#B9AFB2
(185,175,178)
#C2BABC
(194,186,188)
#CBC5C6
(203,197,198)
#D4D0D0
(212,208,208)
#DDDBDA
(221,219,218)
#E6E6E4
(230,230,228)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95838A; }

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

This text font color is #95838A.


Background Color

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

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

This div background color is #95838A.


Border color

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

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

This div border color is #95838A.


Opacity

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

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

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

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

This text has shadow with #95838A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95838A on black background.


Color preview on white background

This text has color #95838A on white background.



Black color preview on #95838A background

This text has black color on #95838A background.


White color preview on #95838A background

This text has white color on #95838A background.