COLOR #958975

HEX: #958975
RGB: (149,137,117)

Color info

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

RGB color model

#958975 color RGB value is (149,137,117).

  • red value is 149;
  • green value is 137;
  • blue value is 117.
RGB:
(149,137,117)
(58%,54%,46%)

RGB channels and saturation

R 149 of 255 = 58%
G 137 of 255 = 54%
B 117 of 255 = 46%

149
137
117

R + G + B ~ 53%. #958975 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 137 + 117 = 403 (100%)
R 149 of 403 ~ 36.97%
G 137 of 403 ~ 34%
B 117 of 403 ~ 29.03%

%36.97
%34
%29.03

CMYK color model

#958975 color CMYK value is (0,8,21,42).

  • cyan value is 0.00%
  • magenta value is 8.05%
  • yellow value is 21.48%
  • key color value is 41.57%
CMYK:
(0,8,21,42)
C0M8Y21K42 
(0%,8%,21%,42%)
(0.00/0.08/0.21/0.42)	

CMYK percentages

%0
%8.05
%21.48
%41.57

Codes

Color #958975 in popluar color models

958975
RGB149137117
HSL38°13.11%52.16%
HSB/HSV38°21.48%58.43%
CMYK0.00%8.05%21.48%
41.57%

Color #958975 in popluar number systems.

HEX958975
Decimal149137117
Binary10010101100010011110101
Octal225211165

Shades and tints

Shades of #958975

#958975
(149,137,117)
#887D6B
(136,125,107)
#7B7161
(123,113,97)
#6E6557
(110,101,87)
#61594D
(97,89,77)
#544D43
(84,77,67)
#474139
(71,65,57)
#3A352F
(58,53,47)
#2D2925
(45,41,37)
#201D1B
(32,29,27)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #958975

#958975
(149,137,117)
#9E9381
(158,147,129)
#A79D8D
(167,157,141)
#B0A799
(176,167,153)
#B9B1A5
(185,177,165)
#C2BBB1
(194,187,177)
#CBC5BD
(203,197,189)
#D4CFC9
(212,207,201)
#DDD9D5
(221,217,213)
#E6E3E1
(230,227,225)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958975 color. Also use rgb(149,137,117) instead hex code.

Text Font Color

.myTextColor { color: #958975; }

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

This text font color is #958975.


Background Color

.myBgColor { background-color: #958975; }

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

This div background color is #958975.


Border color

.myBorderColor { border: 1px solid #958975; }

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

This div border color is #958975.


Opacity

.myOpacity80 { color: #958975; opacity: 0.8; }

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

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

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

This text has shadow with #958975 color.

.textShadow {text-shadow: 3px 3px 1px #958975, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #958975;
-webkit-box-shadow: 1px 1px 3px 2px #958975;
box-shadow:1px 1px 3px 2px #958975;">
Div content here</div>
This div box has shadow with color #958975.

Preview

Color preview on black background

This text has color #958975 on black background.


Color preview on white background

This text has color #958975 on white background.



Black color preview on #958975 background

This text has black color on #958975 background.


White color preview on #958975 background

This text has white color on #958975 background.