COLOR #959C65

HEX: #959C65
RGB: (149,156,101)

Color info

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

RGB color model

#959C65 color RGB value is (149,156,101).

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

RGB channels and saturation

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

149
156
101

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

Portions of RGB colors in percentages

R + G + B =
149 + 156 + 101 = 406 (100%)
R 149 of 406 ~ 36.7%
G 156 of 406 ~ 38.42%
B 101 of 406 ~ 24.88%

%36.7
%38.42
%24.88

CMYK color model

#959C65 color CMYK value is (4,0,35,39).

  • cyan value is 4.49%
  • magenta value is 0.00%
  • yellow value is 35.26%
  • key color value is 38.82%
CMYK:
(4,0,35,39)
C4M0Y35K39 
(4%,0%,35%,39%)
(0.04/0.00/0.35/0.39)	

CMYK percentages

%4.49
%0
%35.26
%38.82

Codes

Color #959C65 in popluar color models

959C65
RGB149156101
HSL68°21.74%50.39%
HSB/HSV68°35.26%61.18%
CMYK4.49%0.00%35.26%
38.82%

Color #959C65 in popluar number systems.

HEX959C65
Decimal149156101
Binary10010101100111001100101
Octal225234145

Shades and tints

Shades of #959C65

#959C65
(149,156,101)
#888E5C
(136,142,92)
#7B8053
(123,128,83)
#6E724A
(110,114,74)
#616441
(97,100,65)
#545638
(84,86,56)
#47482F
(71,72,47)
#3A3A26
(58,58,38)
#2D2C1D
(45,44,29)
#201E14
(32,30,20)
#13100B
(19,16,11)
#000000
(0,0,0)

Tints of #959C65

#959C65
(149,156,101)
#9EA573
(158,165,115)
#A7AE81
(167,174,129)
#B0B78F
(176,183,143)
#B9C09D
(185,192,157)
#C2C9AB
(194,201,171)
#CBD2B9
(203,210,185)
#D4DBC7
(212,219,199)
#DDE4D5
(221,228,213)
#E6EDE3
(230,237,227)
#EFF6F1
(239,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959C65; }

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

This text font color is #959C65.


Background Color

.myBgColor { background-color: #959C65; }

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

This div background color is #959C65.


Border color

.myBorderColor { border: 1px solid #959C65; }

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

This div border color is #959C65.


Opacity

.myOpacity80 { color: #959C65; opacity: 0.8; }

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

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

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

This text has shadow with #959C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959C65 on black background.


Color preview on white background

This text has color #959C65 on white background.



Black color preview on #959C65 background

This text has black color on #959C65 background.


White color preview on #959C65 background

This text has white color on #959C65 background.