COLOR #959278

HEX: #959278
RGB: (149,146,120)

Color info

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

RGB color model

#959278 color RGB value is (149,146,120).

  • red value is 149;
  • green value is 146;
  • blue value is 120.
RGB:
(149,146,120)
(58%,57%,47%)

RGB channels and saturation

R 149 of 255 = 58%
G 146 of 255 = 57%
B 120 of 255 = 47%

149
146
120

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

Portions of RGB colors in percentages

R + G + B =
149 + 146 + 120 = 415 (100%)
R 149 of 415 ~ 35.9%
G 146 of 415 ~ 35.18%
B 120 of 415 ~ 28.92%

%35.9
%35.18
%28.92

CMYK color model

#959278 color CMYK value is (0,2,19,42).

  • cyan value is 0.00%
  • magenta value is 2.01%
  • yellow value is 19.46%
  • key color value is 41.57%
CMYK:
(0,2,19,42)
C0M2Y19K42 
(0%,2%,19%,42%)
(0.00/0.02/0.19/0.42)	

CMYK percentages

%0
%2.01
%19.46
%41.57

Codes

Color #959278 in popluar color models

959278
RGB149146120
HSL54°12.03%52.75%
HSB/HSV54°19.46%58.43%
CMYK0.00%2.01%19.46%
41.57%

Color #959278 in popluar number systems.

HEX959278
Decimal149146120
Binary10010101100100101111000
Octal225222170

Shades and tints

Shades of #959278

#959278
(149,146,120)
#88856E
(136,133,110)
#7B7864
(123,120,100)
#6E6B5A
(110,107,90)
#615E50
(97,94,80)
#545146
(84,81,70)
#47443C
(71,68,60)
#3A3732
(58,55,50)
#2D2A28
(45,42,40)
#201D1E
(32,29,30)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #959278

#959278
(149,146,120)
#9E9B84
(158,155,132)
#A7A490
(167,164,144)
#B0AD9C
(176,173,156)
#B9B6A8
(185,182,168)
#C2BFB4
(194,191,180)
#CBC8C0
(203,200,192)
#D4D1CC
(212,209,204)
#DDDAD8
(221,218,216)
#E6E3E4
(230,227,228)
#EFECF0
(239,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959278; }

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

This text font color is #959278.


Background Color

.myBgColor { background-color: #959278; }

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

This div background color is #959278.


Border color

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

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

This div border color is #959278.


Opacity

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

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

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

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

This text has shadow with #959278 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959278 on black background.


Color preview on white background

This text has color #959278 on white background.



Black color preview on #959278 background

This text has black color on #959278 background.


White color preview on #959278 background

This text has white color on #959278 background.