COLOR #95967C

HEX: #95967C RGB: (149,150,124)

Color info

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

RGB color model

#95967C color RGB value is (149,150,124).

RGB: (149,150,124) (58%, 59%, 49%)

RGB channels and saturation

R 149 of 255 = 58%
G 150 of 255 = 59%
B 124 of 255 = 49%

149
150
124

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

Portions of RGB colors in percentages

R + G + B = 149 + 150 + 124 = 423 (100%)
R 149 of 423 ~ 35.22%
G 150 of 423 ~ 35.46%
B 124 of 423 ~ 29.31'%

%35.22
%35.46
%29.31

CMYK color model

#95967C color CMYK value is (1,0,17,41).

  • cyan value is 0.67%
  • magenta value is 0.00%
  • yellow value is 17.33%
  • key color value is 41.18%

CMYK: (1,0,17,41)
C1M0Y17K41 (1%, 0%, 17%, 41%)
(0.01 / 0.00 / 0.17 / 0.41)

CMYK percentages

%0.67
%0
%17.33
%41.18

Codes

Color #95967C in popluar color models

95 96 7C
RGB 149 150 124
HSL 62° 11.02% 53.73%
HSB/HSV 62° 17.33% 58.82%
CMYK 0.67% 0.00% 17.33%
41.18%

Color #95967C in popluar number systems.

HEX 95 96 7C
Decimal 149 150 124
Binary 10010101 10010110 1111100
Octal 225 226 174

Shades and tints

Shades of #95967C

#95967C
(149,150,124)
#888971
(136,137,113)
#7B7C66
(123,124,102)
#6E6F5B
(110,111,91)
#616250
(97,98,80)
#545545
(84,85,69)
#47483A
(71,72,58)
#3A3B2F
(58,59,47)
#2D2E24
(45,46,36)
#202119
(32,33,25)
#13140E
(19,20,14)
#000000
(0,0,0)

Tints of #95967C

#95967C
(149,150,124)
#9E9F87
(158,159,135)
#A7A892
(167,168,146)
#B0B19D
(176,177,157)
#B9BAA8
(185,186,168)
#C2C3B3
(194,195,179)
#CBCCBE
(203,204,190)
#D4D5C9
(212,213,201)
#DDDED4
(221,222,212)
#E6E7DF
(230,231,223)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95967C; }

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

This text font color is #95967C.

Background Color

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

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

This div background color is #95967C.

Border color

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

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

This div border color is #95967C.

Opacity

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

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

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

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

This text has shadow with #95967C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95967C.

Preview

Color preview on black background

This text has color #95967C on black background.


Color preview on white background

This text has color #95967C on white background.


Black color preview on #95967C background

This text has black color on #95967C background.


White color preview on #95967C background

This text has white color on #95967C background.


Related colors

Complementary color

Complementary color for #hex is #6A6983.


I love getcolorcode.com

Triadic colors

1 #7C9596 and #967C95 with #95967C are triadic colors.

2 #7C9695 and #96957C with #95967C are triadic colors.