COLOR #959A0D

HEX: #959A0D
RGB: (149,154,13)

Color info

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

RGB color model

#959A0D color RGB value is (149,154,13).

  • red value is 149;
  • green value is 154;
  • blue value is 13.
RGB:
(149,154,13)
(58%,60%,5%)

RGB channels and saturation

R 149 of 255 = 58%
G 154 of 255 = 60%
B 13 of 255 = 5%

149
154
13

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

Portions of RGB colors in percentages

R + G + B =
149 + 154 + 13 = 316 (100%)
R 149 of 316 ~ 47.15%
G 154 of 316 ~ 48.73%
B 13 of 316 ~ 4.11%

%47.15
%48.73

CMYK color model

#959A0D color CMYK value is (3,0,92,40).

  • cyan value is 3.25%
  • magenta value is 0.00%
  • yellow value is 91.56%
  • key color value is 39.61%
CMYK:
(3,0,92,40)
C3M0Y92K40 
(3%,0%,92%,40%)
(0.03/0.00/0.92/0.40)	

CMYK percentages

%3.25
%0
%91.56
%39.61

Codes

Color #959A0D in popluar color models

959A0D
RGB14915413
HSL62°84.43%32.75%
HSB/HSV62°91.56%60.39%
CMYK3.25%0.00%91.56%
39.61%

Color #959A0D in popluar number systems.

HEX959A0D
Decimal14915413
Binary10010101100110101101
Octal22523215

Shades and tints

Shades of #959A0D

#959A0D
(149,154,13)
#888C0C
(136,140,12)
#7B7E0B
(123,126,11)
#6E700A
(110,112,10)
#616209
(97,98,9)
#545408
(84,84,8)
#474607
(71,70,7)
#3A3806
(58,56,6)
#2D2A05
(45,42,5)
#201C04
(32,28,4)
#130E03
(19,14,3)
#000000
(0,0,0)

Tints of #959A0D

#959A0D
(149,154,13)
#9EA323
(158,163,35)
#A7AC39
(167,172,57)
#B0B54F
(176,181,79)
#B9BE65
(185,190,101)
#C2C77B
(194,199,123)
#CBD091
(203,208,145)
#D4D9A7
(212,217,167)
#DDE2BD
(221,226,189)
#E6EBD3
(230,235,211)
#EFF4E9
(239,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959A0D color. Also use rgb(149,154,13) instead hex code.

Text Font Color

.myTextColor { color: #959A0D; }

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

This text font color is #959A0D.


Background Color

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

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

This div background color is #959A0D.


Border color

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

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

This div border color is #959A0D.


Opacity

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

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

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

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

This text has shadow with #959A0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959A0D on black background.


Color preview on white background

This text has color #959A0D on white background.



Black color preview on #959A0D background

This text has black color on #959A0D background.


White color preview on #959A0D background

This text has white color on #959A0D background.