COLOR #959704

HEX: #959704
RGB: (149,151,4)

Color info

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

RGB color model

#959704 color RGB value is (149,151,4).

  • red value is 149;
  • green value is 151;
  • blue value is 4.
RGB:
(149,151,4)
(58%,59%,2%)

RGB channels and saturation

R 149 of 255 = 58%
G 151 of 255 = 59%
B 4 of 255 = 2%

149
151
4

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

Portions of RGB colors in percentages

R + G + B =
149 + 151 + 4 = 304 (100%)
R 149 of 304 ~ 49.01%
G 151 of 304 ~ 49.67%
B 4 of 304 ~ 1.32%

%49.01
%49.67

CMYK color model

#959704 color CMYK value is (1,0,97,41).

  • cyan value is 1.32%
  • magenta value is 0.00%
  • yellow value is 97.35%
  • key color value is 40.78%
CMYK:
(1,0,97,41)
C1M0Y97K41 
(1%,0%,97%,41%)
(0.01/0.00/0.97/0.41)	

CMYK percentages

%1.32
%0
%97.35
%40.78

Codes

Color #959704 in popluar color models

959704
RGB1491514
HSL61°94.84%30.39%
HSB/HSV61°97.35%59.22%
CMYK1.32%0.00%97.35%
40.78%

Color #959704 in popluar number systems.

HEX959704
Decimal1491514
Binary1001010110010111100
Octal2252274

Shades and tints

Shades of #959704

#959704
(149,151,4)
#888A04
(136,138,4)
#7B7D04
(123,125,4)
#6E7004
(110,112,4)
#616304
(97,99,4)
#545604
(84,86,4)
#474904
(71,73,4)
#3A3C04
(58,60,4)
#2D2F04
(45,47,4)
#202204
(32,34,4)
#131504
(19,21,4)
#000000
(0,0,0)

Tints of #959704

#959704
(149,151,4)
#9EA01A
(158,160,26)
#A7A930
(167,169,48)
#B0B246
(176,178,70)
#B9BB5C
(185,187,92)
#C2C472
(194,196,114)
#CBCD88
(203,205,136)
#D4D69E
(212,214,158)
#DDDFB4
(221,223,180)
#E6E8CA
(230,232,202)
#EFF1E0
(239,241,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959704 color. Also use rgb(149,151,4) instead hex code.

Text Font Color

.myTextColor { color: #959704; }

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

This text font color is #959704.


Background Color

.myBgColor { background-color: #959704; }

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

This div background color is #959704.


Border color

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

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

This div border color is #959704.


Opacity

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

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

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

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

This text has shadow with #959704 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959704 on black background.


Color preview on white background

This text has color #959704 on white background.



Black color preview on #959704 background

This text has black color on #959704 background.


White color preview on #959704 background

This text has white color on #959704 background.