COLOR #959655

HEX: #959655
RGB: (149,150,85)

Color info

#959655 contains mainly red and green colors. Web safe color of #959655 is #999966 (or #996).

RGB color model

#959655 color RGB value is (149,150,85).

  • red value is 149;
  • green value is 150;
  • blue value is 85.
RGB:
(149,150,85)
(58%,59%,33%)

RGB channels and saturation

R 149 of 255 = 58%
G 150 of 255 = 59%
B 85 of 255 = 33%

149
150
85

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

Portions of RGB colors in percentages

R + G + B =
149 + 150 + 85 = 384 (100%)
R 149 of 384 ~ 38.8%
G 150 of 384 ~ 39.06%
B 85 of 384 ~ 22.14%

%38.8
%39.06
%22.14

CMYK color model

#959655 color CMYK value is (1,0,43,41).

  • cyan value is 0.67%
  • magenta value is 0.00%
  • yellow value is 43.33%
  • key color value is 41.18%
CMYK:
(1,0,43,41)
C1M0Y43K41 
(1%,0%,43%,41%)
(0.01/0.00/0.43/0.41)	

CMYK percentages

%0.67
%0
%43.33
%41.18

Codes

Color #959655 in popluar color models

959655
RGB14915085
HSL61°27.66%46.08%
HSB/HSV61°43.33%58.82%
CMYK0.67%0.00%43.33%
41.18%

Color #959655 in popluar number systems.

HEX959655
Decimal14915085
Binary10010101100101101010101
Octal225226125

Shades and tints

Shades of #959655

#959655
(149,150,85)
#88894E
(136,137,78)
#7B7C47
(123,124,71)
#6E6F40
(110,111,64)
#616239
(97,98,57)
#545532
(84,85,50)
#47482B
(71,72,43)
#3A3B24
(58,59,36)
#2D2E1D
(45,46,29)
#202116
(32,33,22)
#13140F
(19,20,15)
#000000
(0,0,0)

Tints of #959655

#959655
(149,150,85)
#9E9F64
(158,159,100)
#A7A873
(167,168,115)
#B0B182
(176,177,130)
#B9BA91
(185,186,145)
#C2C3A0
(194,195,160)
#CBCCAF
(203,204,175)
#D4D5BE
(212,213,190)
#DDDECD
(221,222,205)
#E6E7DC
(230,231,220)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959655; }

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

This text font color is #959655.


Background Color

.myBgColor { background-color: #959655; }

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

This div background color is #959655.


Border color

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

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

This div border color is #959655.


Opacity

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

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

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

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

This text has shadow with #959655 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959655 on black background.


Color preview on white background

This text has color #959655 on white background.



Black color preview on #959655 background

This text has black color on #959655 background.


White color preview on #959655 background

This text has white color on #959655 background.