COLOR #959078

HEX: #959078
RGB: (149,144,120)

Color info

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

RGB color model

#959078 color RGB value is (149,144,120).

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

RGB channels and saturation

R 149 of 255 = 58%
G 144 of 255 = 56%
B 120 of 255 = 47%

149
144
120

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

Portions of RGB colors in percentages

R + G + B =
149 + 144 + 120 = 413 (100%)
R 149 of 413 ~ 36.08%
G 144 of 413 ~ 34.87%
B 120 of 413 ~ 29.06%

%36.08
%34.87
%29.06

CMYK color model

#959078 color CMYK value is (0,3,19,42).

  • cyan value is 0.00%
  • magenta value is 3.36%
  • yellow value is 19.46%
  • key color value is 41.57%
CMYK:
(0,3,19,42)
C0M3Y19K42 
(0%,3%,19%,42%)
(0.00/0.03/0.19/0.42)	

CMYK percentages

%0
%3.36
%19.46
%41.57

Codes

Color #959078 in popluar color models

959078
RGB149144120
HSL50°12.03%52.75%
HSB/HSV50°19.46%58.43%
CMYK0.00%3.36%19.46%
41.57%

Color #959078 in popluar number systems.

HEX959078
Decimal149144120
Binary10010101100100001111000
Octal225220170

Shades and tints

Shades of #959078

#959078
(149,144,120)
#88836E
(136,131,110)
#7B7664
(123,118,100)
#6E695A
(110,105,90)
#615C50
(97,92,80)
#544F46
(84,79,70)
#47423C
(71,66,60)
#3A3532
(58,53,50)
#2D2828
(45,40,40)
#201B1E
(32,27,30)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #959078

#959078
(149,144,120)
#9E9A84
(158,154,132)
#A7A490
(167,164,144)
#B0AE9C
(176,174,156)
#B9B8A8
(185,184,168)
#C2C2B4
(194,194,180)
#CBCCC0
(203,204,192)
#D4D6CC
(212,214,204)
#DDE0D8
(221,224,216)
#E6EAE4
(230,234,228)
#EFF4F0
(239,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959078; }

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

This text font color is #959078.


Background Color

.myBgColor { background-color: #959078; }

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

This div background color is #959078.


Border color

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

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

This div border color is #959078.


Opacity

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

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

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

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

This text has shadow with #959078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959078 on black background.


Color preview on white background

This text has color #959078 on white background.



Black color preview on #959078 background

This text has black color on #959078 background.


White color preview on #959078 background

This text has white color on #959078 background.