COLOR #959150

HEX: #959150
RGB: (149,145,80)

Color info

#959150 contains mainly red and green colors. Web safe color of #959150 is #999966 (or #996).

RGB color model

#959150 color RGB value is (149,145,80).

  • red value is 149;
  • green value is 145;
  • blue value is 80.
RGB:
(149,145,80)
(58%,57%,31%)

RGB channels and saturation

R 149 of 255 = 58%
G 145 of 255 = 57%
B 80 of 255 = 31%

149
145
80

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

Portions of RGB colors in percentages

R + G + B =
149 + 145 + 80 = 374 (100%)
R 149 of 374 ~ 39.84%
G 145 of 374 ~ 38.77%
B 80 of 374 ~ 21.39%

%39.84
%38.77
%21.39

CMYK color model

#959150 color CMYK value is (0,3,46,42).

  • cyan value is 0.00%
  • magenta value is 2.68%
  • yellow value is 46.31%
  • key color value is 41.57%
CMYK:
(0,3,46,42)
C0M3Y46K42 
(0%,3%,46%,42%)
(0.00/0.03/0.46/0.42)	

CMYK percentages

%0
%2.68
%46.31
%41.57

Codes

Color #959150 in popluar color models

959150
RGB14914580
HSL57°30.13%44.90%
HSB/HSV57°46.31%58.43%
CMYK0.00%2.68%46.31%
41.57%

Color #959150 in popluar number systems.

HEX959150
Decimal14914580
Binary10010101100100011010000
Octal225221120

Shades and tints

Shades of #959150

#959150
(149,145,80)
#888449
(136,132,73)
#7B7742
(123,119,66)
#6E6A3B
(110,106,59)
#615D34
(97,93,52)
#54502D
(84,80,45)
#474326
(71,67,38)
#3A361F
(58,54,31)
#2D2918
(45,41,24)
#201C11
(32,28,17)
#130F0A
(19,15,10)
#000000
(0,0,0)

Tints of #959150

#959150
(149,145,80)
#9E9B5F
(158,155,95)
#A7A56E
(167,165,110)
#B0AF7D
(176,175,125)
#B9B98C
(185,185,140)
#C2C39B
(194,195,155)
#CBCDAA
(203,205,170)
#D4D7B9
(212,215,185)
#DDE1C8
(221,225,200)
#E6EBD7
(230,235,215)
#EFF5E6
(239,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959150 color. Also use rgb(149,145,80) instead hex code.

Text Font Color

.myTextColor { color: #959150; }

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

This text font color is #959150.


Background Color

.myBgColor { background-color: #959150; }

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

This div background color is #959150.


Border color

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

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

This div border color is #959150.


Opacity

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

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

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

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

This text has shadow with #959150 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959150 on black background.


Color preview on white background

This text has color #959150 on white background.



Black color preview on #959150 background

This text has black color on #959150 background.


White color preview on #959150 background

This text has white color on #959150 background.