COLOR #959C10

HEX: #959C10
RGB: (149,156,16)

Color info

#959C10 contains mainly red and green colors. Web safe color of #959C10 is #999900 (or #990).

RGB color model

#959C10 color RGB value is (149,156,16).

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

RGB channels and saturation

R 149 of 255 = 58%
G 156 of 255 = 61%
B 16 of 255 = 6%

149
156
16

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

Portions of RGB colors in percentages

R + G + B =
149 + 156 + 16 = 321 (100%)
R 149 of 321 ~ 46.42%
G 156 of 321 ~ 48.6%
B 16 of 321 ~ 4.98%

%46.42
%48.6

CMYK color model

#959C10 color CMYK value is (4,0,90,39).

  • cyan value is 4.49%
  • magenta value is 0.00%
  • yellow value is 89.74%
  • key color value is 38.82%
CMYK:
(4,0,90,39)
C4M0Y90K39 
(4%,0%,90%,39%)
(0.04/0.00/0.90/0.39)	

CMYK percentages

%4.49
%0
%89.74
%38.82

Codes

Color #959C10 in popluar color models

959C10
RGB14915616
HSL63°81.40%33.73%
HSB/HSV63°89.74%61.18%
CMYK4.49%0.00%89.74%
38.82%

Color #959C10 in popluar number systems.

HEX959C10
Decimal14915616
Binary100101011001110010000
Octal22523420

Shades and tints

Shades of #959C10

#959C10
(149,156,16)
#888E0F
(136,142,15)
#7B800E
(123,128,14)
#6E720D
(110,114,13)
#61640C
(97,100,12)
#54560B
(84,86,11)
#47480A
(71,72,10)
#3A3A09
(58,58,9)
#2D2C08
(45,44,8)
#201E07
(32,30,7)
#131006
(19,16,6)
#000000
(0,0,0)

Tints of #959C10

#959C10
(149,156,16)
#9EA525
(158,165,37)
#A7AE3A
(167,174,58)
#B0B74F
(176,183,79)
#B9C064
(185,192,100)
#C2C979
(194,201,121)
#CBD28E
(203,210,142)
#D4DBA3
(212,219,163)
#DDE4B8
(221,228,184)
#E6EDCD
(230,237,205)
#EFF6E2
(239,246,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959C10; }

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

This text font color is #959C10.


Background Color

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

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

This div background color is #959C10.


Border color

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

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

This div border color is #959C10.


Opacity

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

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

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

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

This text has shadow with #959C10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959C10 on black background.


Color preview on white background

This text has color #959C10 on white background.



Black color preview on #959C10 background

This text has black color on #959C10 background.


White color preview on #959C10 background

This text has white color on #959C10 background.