COLOR #95717A

HEX: #95717A RGB: (149,113,122)

Color info

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

RGB color model

#95717A color RGB value is (149,113,122).

RGB: (149,113,122) (58%, 44%, 48%)

RGB channels and saturation

R 149 of 255 = 58%
G 113 of 255 = 44%
B 122 of 255 = 48%

149
113
122

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

Portions of RGB colors in percentages

R + G + B = 149 + 113 + 122 = 384 (100%)
R 149 of 384 ~ 38.8%
G 113 of 384 ~ 29.43%
B 122 of 384 ~ 31.77'%

%38.8
%29.43
%31.77

CMYK color model

#95717A color CMYK value is (0,24,18,42).

  • cyan value is 0.00%
  • magenta value is 24.16%
  • yellow value is 18.12%
  • key color value is 41.57%

CMYK: (0,24,18,42)
C0M24Y18K42 (0%, 24%, 18%, 42%)
(0.00 / 0.24 / 0.18 / 0.42)

CMYK percentages

%0
%24.16
%18.12
%41.57

Codes

Color #95717A in popluar color models

95 71 7A
RGB 149 113 122
HSL 345° 14.52% 51.37%
HSB/HSV 345° 24.16% 58.43%
CMYK 0.00% 24.16% 18.12%
41.57%

Color #95717A in popluar number systems.

HEX 95 71 7A
Decimal 149 113 122
Binary 10010101 1110001 1111010
Octal 225 161 172

Shades and tints

Shades of #95717A

#95717A
(149,113,122)
#88676F
(136,103,111)
#7B5D64
(123,93,100)
#6E5359
(110,83,89)
#61494E
(97,73,78)
#543F43
(84,63,67)
#473538
(71,53,56)
#3A2B2D
(58,43,45)
#2D2122
(45,33,34)
#201717
(32,23,23)
#130D0C
(19,13,12)
#000000
(0,0,0)

Tints of #95717A

#95717A
(149,113,122)
#9E7D86
(158,125,134)
#A78992
(167,137,146)
#B0959E
(176,149,158)
#B9A1AA
(185,161,170)
#C2ADB6
(194,173,182)
#CBB9C2
(203,185,194)
#D4C5CE
(212,197,206)
#DDD1DA
(221,209,218)
#E6DDE6
(230,221,230)
#EFE9F2
(239,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95717A; }

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

This text font color is #95717A.

Background Color

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

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

This div background color is #95717A.

Border color

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

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

This div border color is #95717A.

Opacity

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

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

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

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

This text has shadow with #95717A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95717A.

Preview

Color preview on black background

This text has color #95717A on black background.


Color preview on white background

This text has color #95717A on white background.


Black color preview on #95717A background

This text has black color on #95717A background.


White color preview on #95717A background

This text has white color on #95717A background.


Related colors

Complementary color

Complementary color for #hex is #6A8E85.


I love getcolorcode.com

Triadic colors

1 #7A9571 and #717A95 with #95717A are triadic colors.

2 #7A7195 and #71957A with #95717A are triadic colors.