COLOR #95948A

HEX: #95948A RGB: (149,148,138)

Color info

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

RGB color model

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

RGB: (149,148,138) (58%, 58%, 54%)

RGB channels and saturation

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

149
148
138

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

Portions of RGB colors in percentages

R + G + B = 149 + 148 + 138 = 435 (100%)
R 149 of 435 ~ 34.25%
G 148 of 435 ~ 34.02%
B 138 of 435 ~ 31.72'%

%34.25
%34.02
%31.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.67%
  • yellow value is 7.38%
  • key color value is 41.57%

CMYK: (0,1,7,42)
C0M1Y7K42 (0%, 1%, 7%, 42%)
(0.00 / 0.01 / 0.07 / 0.42)

CMYK percentages

%0
%0.67
%7.38
%41.57

Codes

Color #95948A in popluar color models

95 94 8A
RGB 149 148 138
HSL 55° 4.93% 56.27%
HSB/HSV 55° 7.38% 58.43%
CMYK 0.00% 0.67% 7.38%
41.57%

Color #95948A in popluar number systems.

HEX 95 94 8A
Decimal 149 148 138
Binary 10010101 10010100 10001010
Octal 225 224 212

Shades and tints

Shades of #95948A

#95948A
(149,148,138)
#88877E
(136,135,126)
#7B7A72
(123,122,114)
#6E6D66
(110,109,102)
#61605A
(97,96,90)
#54534E
(84,83,78)
#474642
(71,70,66)
#3A3936
(58,57,54)
#2D2C2A
(45,44,42)
#201F1E
(32,31,30)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #95948A

#95948A
(149,148,138)
#9E9D94
(158,157,148)
#A7A69E
(167,166,158)
#B0AFA8
(176,175,168)
#B9B8B2
(185,184,178)
#C2C1BC
(194,193,188)
#CBCAC6
(203,202,198)
#D4D3D0
(212,211,208)
#DDDCDA
(221,220,218)
#E6E5E4
(230,229,228)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95948A; }

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

This text font color is #95948A.

Background Color

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

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

This div background color is #95948A.

Border color

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

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

This div border color is #95948A.

Opacity

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

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

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

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

This text has shadow with #95948A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95948A.

Preview

Color preview on black background

This text has color #95948A on black background.


Color preview on white background

This text has color #95948A on white background.


Black color preview on #95948A background

This text has black color on #95948A background.


White color preview on #95948A background

This text has white color on #95948A background.


Related colors

Complementary color

Complementary color for #hex is #6A6B75.


I love getcolorcode.com

Triadic colors

1 #8A9594 and #948A95 with #95948A are triadic colors.

2 #8A9495 and #94958A with #95948A are triadic colors.