COLOR #959769

HEX: #959769
RGB: (149,151,105)

Color info

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

RGB color model

#959769 color RGB value is (149,151,105).

  • red value is 149;
  • green value is 151;
  • blue value is 105.
RGB:
(149,151,105)
(58%,59%,41%)

RGB channels and saturation

R 149 of 255 = 58%
G 151 of 255 = 59%
B 105 of 255 = 41%

149
151
105

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

Portions of RGB colors in percentages

R + G + B =
149 + 151 + 105 = 405 (100%)
R 149 of 405 ~ 36.79%
G 151 of 405 ~ 37.28%
B 105 of 405 ~ 25.93%

%36.79
%37.28
%25.93

CMYK color model

#959769 color CMYK value is (1,0,30,41).

  • cyan value is 1.32%
  • magenta value is 0.00%
  • yellow value is 30.46%
  • key color value is 40.78%
CMYK:
(1,0,30,41)
C1M0Y30K41 
(1%,0%,30%,41%)
(0.01/0.00/0.30/0.41)	

CMYK percentages

%1.32
%0
%30.46
%40.78

Codes

Color #959769 in popluar color models

959769
RGB149151105
HSL63°18.11%50.20%
HSB/HSV63°30.46%59.22%
CMYK1.32%0.00%30.46%
40.78%

Color #959769 in popluar number systems.

HEX959769
Decimal149151105
Binary10010101100101111101001
Octal225227151

Shades and tints

Shades of #959769

#959769
(149,151,105)
#888A60
(136,138,96)
#7B7D57
(123,125,87)
#6E704E
(110,112,78)
#616345
(97,99,69)
#54563C
(84,86,60)
#474933
(71,73,51)
#3A3C2A
(58,60,42)
#2D2F21
(45,47,33)
#202218
(32,34,24)
#13150F
(19,21,15)
#000000
(0,0,0)

Tints of #959769

#959769
(149,151,105)
#9EA076
(158,160,118)
#A7A983
(167,169,131)
#B0B290
(176,178,144)
#B9BB9D
(185,187,157)
#C2C4AA
(194,196,170)
#CBCDB7
(203,205,183)
#D4D6C4
(212,214,196)
#DDDFD1
(221,223,209)
#E6E8DE
(230,232,222)
#EFF1EB
(239,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959769 color. Also use rgb(149,151,105) instead hex code.

Text Font Color

.myTextColor { color: #959769; }

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

This text font color is #959769.


Background Color

.myBgColor { background-color: #959769; }

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

This div background color is #959769.


Border color

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

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

This div border color is #959769.


Opacity

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

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

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

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

This text has shadow with #959769 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959769 on black background.


Color preview on white background

This text has color #959769 on white background.



Black color preview on #959769 background

This text has black color on #959769 background.


White color preview on #959769 background

This text has white color on #959769 background.