COLOR #959C67

HEX: #959C67
RGB: (149,156,103)

Color info

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

RGB color model

#959C67 color RGB value is (149,156,103).

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

RGB channels and saturation

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

149
156
103

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

Portions of RGB colors in percentages

R + G + B =
149 + 156 + 103 = 408 (100%)
R 149 of 408 ~ 36.52%
G 156 of 408 ~ 38.24%
B 103 of 408 ~ 25.25%

%36.52
%38.24
%25.25

CMYK color model

#959C67 color CMYK value is (4,0,34,39).

  • cyan value is 4.49%
  • magenta value is 0.00%
  • yellow value is 33.97%
  • key color value is 38.82%
CMYK:
(4,0,34,39)
C4M0Y34K39 
(4%,0%,34%,39%)
(0.04/0.00/0.34/0.39)	

CMYK percentages

%4.49
%0
%33.97
%38.82

Codes

Color #959C67 in popluar color models

959C67
RGB149156103
HSL68°21.12%50.78%
HSB/HSV68°33.97%61.18%
CMYK4.49%0.00%33.97%
38.82%

Color #959C67 in popluar number systems.

HEX959C67
Decimal149156103
Binary10010101100111001100111
Octal225234147

Shades and tints

Shades of #959C67

#959C67
(149,156,103)
#888E5E
(136,142,94)
#7B8055
(123,128,85)
#6E724C
(110,114,76)
#616443
(97,100,67)
#54563A
(84,86,58)
#474831
(71,72,49)
#3A3A28
(58,58,40)
#2D2C1F
(45,44,31)
#201E16
(32,30,22)
#13100D
(19,16,13)
#000000
(0,0,0)

Tints of #959C67

#959C67
(149,156,103)
#9EA574
(158,165,116)
#A7AE81
(167,174,129)
#B0B78E
(176,183,142)
#B9C09B
(185,192,155)
#C2C9A8
(194,201,168)
#CBD2B5
(203,210,181)
#D4DBC2
(212,219,194)
#DDE4CF
(221,228,207)
#E6EDDC
(230,237,220)
#EFF6E9
(239,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959C67; }

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

This text font color is #959C67.


Background Color

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

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

This div background color is #959C67.


Border color

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

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

This div border color is #959C67.


Opacity

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

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

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

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

This text has shadow with #959C67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959C67 on black background.


Color preview on white background

This text has color #959C67 on white background.



Black color preview on #959C67 background

This text has black color on #959C67 background.


White color preview on #959C67 background

This text has white color on #959C67 background.