COLOR #959967

HEX: #959967
RGB: (149,153,103)

Color info

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

RGB color model

#959967 color RGB value is (149,153,103).

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

RGB channels and saturation

R 149 of 255 = 58%
G 153 of 255 = 60%
B 103 of 255 = 40%

149
153
103

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

Portions of RGB colors in percentages

R + G + B =
149 + 153 + 103 = 405 (100%)
R 149 of 405 ~ 36.79%
G 153 of 405 ~ 37.78%
B 103 of 405 ~ 25.43%

%36.79
%37.78
%25.43

CMYK color model

#959967 color CMYK value is (3,0,33,40).

  • cyan value is 2.61%
  • magenta value is 0.00%
  • yellow value is 32.68%
  • key color value is 40.00%
CMYK:
(3,0,33,40)
C3M0Y33K40 
(3%,0%,33%,40%)
(0.03/0.00/0.33/0.40)	

CMYK percentages

%2.61
%0
%32.68
%40

Codes

Color #959967 in popluar color models

959967
RGB149153103
HSL65°19.69%50.20%
HSB/HSV65°32.68%60.00%
CMYK2.61%0.00%32.68%
40.00%

Color #959967 in popluar number systems.

HEX959967
Decimal149153103
Binary10010101100110011100111
Octal225231147

Shades and tints

Shades of #959967

#959967
(149,153,103)
#888C5E
(136,140,94)
#7B7F55
(123,127,85)
#6E724C
(110,114,76)
#616543
(97,101,67)
#54583A
(84,88,58)
#474B31
(71,75,49)
#3A3E28
(58,62,40)
#2D311F
(45,49,31)
#202416
(32,36,22)
#13170D
(19,23,13)
#000000
(0,0,0)

Tints of #959967

#959967
(149,153,103)
#9EA274
(158,162,116)
#A7AB81
(167,171,129)
#B0B48E
(176,180,142)
#B9BD9B
(185,189,155)
#C2C6A8
(194,198,168)
#CBCFB5
(203,207,181)
#D4D8C2
(212,216,194)
#DDE1CF
(221,225,207)
#E6EADC
(230,234,220)
#EFF3E9
(239,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959967; }

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

This text font color is #959967.


Background Color

.myBgColor { background-color: #959967; }

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

This div background color is #959967.


Border color

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

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

This div border color is #959967.


Opacity

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

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

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

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

This text has shadow with #959967 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959967 on black background.


Color preview on white background

This text has color #959967 on white background.



Black color preview on #959967 background

This text has black color on #959967 background.


White color preview on #959967 background

This text has white color on #959967 background.