COLOR #959565

HEX: #959565
RGB: (149,149,101)

Color info

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

RGB color model

#959565 color RGB value is (149,149,101).

  • red value is 149;
  • green value is 149;
  • blue value is 101.
RGB:
(149,149,101)
(58%,58%,40%)

RGB channels and saturation

R 149 of 255 = 58%
G 149 of 255 = 58%
B 101 of 255 = 40%

149
149
101

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

Portions of RGB colors in percentages

R + G + B =
149 + 149 + 101 = 399 (100%)
R 149 of 399 ~ 37.34%
G 149 of 399 ~ 37.34%
B 101 of 399 ~ 25.31%

%37.34
%37.34
%25.31

CMYK color model

#959565 color CMYK value is (0,0,32,42).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 32.21%
  • key color value is 41.57%
CMYK:
(0,0,32,42)
C0M0Y32K42 
(0%,0%,32%,42%)
(0.00/0.00/0.32/0.42)	

CMYK percentages

%0
%0
%32.21
%41.57

Codes

Color #959565 in popluar color models

959565
RGB149149101
HSL60°19.20%49.02%
HSB/HSV60°32.21%58.43%
CMYK0.00%0.00%32.21%
41.57%

Color #959565 in popluar number systems.

HEX959565
Decimal149149101
Binary10010101100101011100101
Octal225225145

Shades and tints

Shades of #959565

#959565
(149,149,101)
#88885C
(136,136,92)
#7B7B53
(123,123,83)
#6E6E4A
(110,110,74)
#616141
(97,97,65)
#545438
(84,84,56)
#47472F
(71,71,47)
#3A3A26
(58,58,38)
#2D2D1D
(45,45,29)
#202014
(32,32,20)
#13130B
(19,19,11)
#000000
(0,0,0)

Tints of #959565

#959565
(149,149,101)
#9E9E73
(158,158,115)
#A7A781
(167,167,129)
#B0B08F
(176,176,143)
#B9B99D
(185,185,157)
#C2C2AB
(194,194,171)
#CBCBB9
(203,203,185)
#D4D4C7
(212,212,199)
#DDDDD5
(221,221,213)
#E6E6E3
(230,230,227)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959565; }

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

This text font color is #959565.


Background Color

.myBgColor { background-color: #959565; }

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

This div background color is #959565.


Border color

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

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

This div border color is #959565.


Opacity

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

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

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

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

This text has shadow with #959565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959565 on black background.


Color preview on white background

This text has color #959565 on white background.



Black color preview on #959565 background

This text has black color on #959565 background.


White color preview on #959565 background

This text has white color on #959565 background.