COLOR #95978A

HEX: #95978A RGB: (149,151,138)

Color info

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

RGB color model

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

RGB: (149,151,138) (58%, 59%, 54%)

RGB channels and saturation

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

149
151
138

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

Portions of RGB colors in percentages

R + G + B = 149 + 151 + 138 = 438 (100%)
R 149 of 438 ~ 34.02%
G 151 of 438 ~ 34.47%
B 138 of 438 ~ 31.51'%

%34.02
%34.47
%31.51

CMYK color model

#95978A color CMYK value is (1,0,9,41).

  • cyan value is 1.32%
  • magenta value is 0.00%
  • yellow value is 8.61%
  • key color value is 40.78%

CMYK: (1,0,9,41)
C1M0Y9K41 (1%, 0%, 9%, 41%)
(0.01 / 0.00 / 0.09 / 0.41)

CMYK percentages

%1.32
%0
%8.61
%40.78

Codes

Color #95978A in popluar color models

95 97 8A
RGB 149 151 138
HSL 69° 5.88% 56.67%
HSB/HSV 69° 8.61% 59.22%
CMYK 1.32% 0.00% 8.61%
40.78%

Color #95978A in popluar number systems.

HEX 95 97 8A
Decimal 149 151 138
Binary 10010101 10010111 10001010
Octal 225 227 212

Shades and tints

Shades of #95978A

#95978A
(149,151,138)
#888A7E
(136,138,126)
#7B7D72
(123,125,114)
#6E7066
(110,112,102)
#61635A
(97,99,90)
#54564E
(84,86,78)
#474942
(71,73,66)
#3A3C36
(58,60,54)
#2D2F2A
(45,47,42)
#20221E
(32,34,30)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #95978A

#95978A
(149,151,138)
#9EA094
(158,160,148)
#A7A99E
(167,169,158)
#B0B2A8
(176,178,168)
#B9BBB2
(185,187,178)
#C2C4BC
(194,196,188)
#CBCDC6
(203,205,198)
#D4D6D0
(212,214,208)
#DDDFDA
(221,223,218)
#E6E8E4
(230,232,228)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95978A; }

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

This text font color is #95978A.

Background Color

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

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

This div background color is #95978A.

Border color

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

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

This div border color is #95978A.

Opacity

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

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

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

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

This text has shadow with #95978A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95978A.

Preview

Color preview on black background

This text has color #95978A on black background.


Color preview on white background

This text has color #95978A on white background.


Black color preview on #95978A background

This text has black color on #95978A background.


White color preview on #95978A background

This text has white color on #95978A background.


Related colors

Complementary color

Complementary color for #hex is #6A6875.


I love getcolorcode.com

Triadic colors

1 #8A9597 and #978A95 with #95978A are triadic colors.

2 #8A9795 and #97958A with #95978A are triadic colors.