COLOR #95797C

HEX: #95797C RGB: (149,121,124)

Color info

#95797C contains red, green and blue colors in about the same proportion. Web safe color of #95797C is #996666 (or #966).

RGB color model

#95797C color RGB value is (149,121,124).

RGB: (149,121,124) (58%, 47%, 49%)

RGB channels and saturation

R 149 of 255 = 58%
G 121 of 255 = 47%
B 124 of 255 = 49%

149
121
124

R + G + B ~ 51%. #95797C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 149 + 121 + 124 = 394 (100%)
R 149 of 394 ~ 37.82%
G 121 of 394 ~ 30.71%
B 124 of 394 ~ 31.47'%

%37.82
%30.71
%31.47

CMYK color model

#95797C color CMYK value is (0,19,17,42).

  • cyan value is 0.00%
  • magenta value is 18.79%
  • yellow value is 16.78%
  • key color value is 41.57%

CMYK: (0,19,17,42)
C0M19Y17K42 (0%, 19%, 17%, 42%)
(0.00 / 0.19 / 0.17 / 0.42)

CMYK percentages

%0
%18.79
%16.78
%41.57

Codes

Color #95797C in popluar color models

95 79 7C
RGB 149 121 124
HSL 354° 11.67% 52.94%
HSB/HSV 354° 18.79% 58.43%
CMYK 0.00% 18.79% 16.78%
41.57%

Color #95797C in popluar number systems.

HEX 95 79 7C
Decimal 149 121 124
Binary 10010101 1111001 1111100
Octal 225 171 174

Shades and tints

Shades of #95797C

#95797C
(149,121,124)
#886E71
(136,110,113)
#7B6366
(123,99,102)
#6E585B
(110,88,91)
#614D50
(97,77,80)
#544245
(84,66,69)
#47373A
(71,55,58)
#3A2C2F
(58,44,47)
#2D2124
(45,33,36)
#201619
(32,22,25)
#130B0E
(19,11,14)
#000000
(0,0,0)

Tints of #95797C

#95797C
(149,121,124)
#9E8587
(158,133,135)
#A79192
(167,145,146)
#B09D9D
(176,157,157)
#B9A9A8
(185,169,168)
#C2B5B3
(194,181,179)
#CBC1BE
(203,193,190)
#D4CDC9
(212,205,201)
#DDD9D4
(221,217,212)
#E6E5DF
(230,229,223)
#EFF1EA
(239,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95797C color. Also use rgb(149,121,124) instead hex code.

Text Font Color

.myTextColor { color: #95797C; }

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

This text font color is #95797C.

Background Color

.myBgColor { background-color: #95797C; }

<div style="background-color:#95797C">Inner text</div>

This div background color is #95797C.

Border color

.myBorderColor { border: 1px solid #95797C; }

<div style="border:3px solid #95797C">Div</div>

This div border color is #95797C.

Opacity

.myOpacity80 { color: #95797C; opacity: 0.8; }

<p style="color:#95797C;opacity:0.8;">80%</p>

Text with #95797C 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 #95797C;}

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

This text has shadow with #95797C color.


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

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

This text has shadow with #95797C primary color and red secondary color.


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

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

This text has shadow with #95797C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #95797C.

Preview

Color preview on black background

This text has color #95797C on black background.


Color preview on white background

This text has color #95797C on white background.


Black color preview on #95797C background

This text has black color on #95797C background.


White color preview on #95797C background

This text has white color on #95797C background.


Related colors

Complementary color

Complementary color for #hex is #6A8683.


I love getcolorcode.com

Triadic colors

1 #7C9579 and #797C95 with #95797C are triadic colors.

2 #7C7995 and #79957C with #95797C are triadic colors.