COLOR #95917C

HEX: #95917C RGB: (149,145,124)

Color info

#95917C contains red, green and blue colors in about the same proportion. Web safe color of #95917C is #999966 (or #996).

RGB color model

#95917C color RGB value is (149,145,124).

RGB: (149,145,124) (58%, 57%, 49%)

RGB channels and saturation

R 149 of 255 = 58%
G 145 of 255 = 57%
B 124 of 255 = 49%

149
145
124

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

Portions of RGB colors in percentages

R + G + B = 149 + 145 + 124 = 418 (100%)
R 149 of 418 ~ 35.65%
G 145 of 418 ~ 34.69%
B 124 of 418 ~ 29.67'%

%35.65
%34.69
%29.67

CMYK color model

#95917C color CMYK value is (0,3,17,42).

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

CMYK: (0,3,17,42)
C0M3Y17K42 (0%, 3%, 17%, 42%)
(0.00 / 0.03 / 0.17 / 0.42)

CMYK percentages

%0
%2.68
%16.78
%41.57

Codes

Color #95917C in popluar color models

95 91 7C
RGB 149 145 124
HSL 50° 10.55% 53.53%
HSB/HSV 50° 16.78% 58.43%
CMYK 0.00% 2.68% 16.78%
41.57%

Color #95917C in popluar number systems.

HEX 95 91 7C
Decimal 149 145 124
Binary 10010101 10010001 1111100
Octal 225 221 174

Shades and tints

Shades of #95917C

#95917C
(149,145,124)
#888471
(136,132,113)
#7B7766
(123,119,102)
#6E6A5B
(110,106,91)
#615D50
(97,93,80)
#545045
(84,80,69)
#47433A
(71,67,58)
#3A362F
(58,54,47)
#2D2924
(45,41,36)
#201C19
(32,28,25)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #95917C

#95917C
(149,145,124)
#9E9B87
(158,155,135)
#A7A592
(167,165,146)
#B0AF9D
(176,175,157)
#B9B9A8
(185,185,168)
#C2C3B3
(194,195,179)
#CBCDBE
(203,205,190)
#D4D7C9
(212,215,201)
#DDE1D4
(221,225,212)
#E6EBDF
(230,235,223)
#EFF5EA
(239,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95917C; }

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

This text font color is #95917C.

Background Color

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

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

This div background color is #95917C.

Border color

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

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

This div border color is #95917C.

Opacity

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

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

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

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

This text has shadow with #95917C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95917C.

Preview

Color preview on black background

This text has color #95917C on black background.


Color preview on white background

This text has color #95917C on white background.


Black color preview on #95917C background

This text has black color on #95917C background.


White color preview on #95917C background

This text has white color on #95917C background.


Related colors

Complementary color

Complementary color for #hex is #6A6E83.


I love getcolorcode.com

Triadic colors

1 #7C9591 and #917C95 with #95917C are triadic colors.

2 #7C9195 and #91957C with #95917C are triadic colors.