COLOR #965E04

HEX: #965E04
RGB: (150,94,4)

Color info

#965E04 contains mainly red and green colors. Web safe color of #965E04 is #996600 (or #960).

RGB color model

#965E04 color RGB value is (150,94,4).

  • red value is 150;
  • green value is 94;
  • blue value is 4.
RGB:
(150,94,4)
(59%,37%,2%)

RGB channels and saturation

R 150 of 255 = 59%
G 94 of 255 = 37%
B 4 of 255 = 2%

150
94
4

R + G + B ~ 33%. #965E04 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 94 + 4 = 248 (100%)
R 150 of 248 ~ 60.48%
G 94 of 248 ~ 37.9%
B 4 of 248 ~ 1.61%

%60.48
%37.9

CMYK color model

#965E04 color CMYK value is (0,37,97,41).

  • cyan value is 0.00%
  • magenta value is 37.33%
  • yellow value is 97.33%
  • key color value is 41.18%
CMYK:
(0,37,97,41)
C0M37Y97K41 
(0%,37%,97%,41%)
(0.00/0.37/0.97/0.41)	

CMYK percentages

%0
%37.33
%97.33
%41.18

Codes

Color #965E04 in popluar color models

965E04
RGB150944
HSL37°94.81%30.20%
HSB/HSV37°97.33%58.82%
CMYK0.00%37.33%97.33%
41.18%

Color #965E04 in popluar number systems.

HEX965E04
Decimal150944
Binary100101101011110100
Octal2261364

Shades and tints

Shades of #965E04

#965E04
(150,94,4)
#895604
(137,86,4)
#7C4E04
(124,78,4)
#6F4604
(111,70,4)
#623E04
(98,62,4)
#553604
(85,54,4)
#482E04
(72,46,4)
#3B2604
(59,38,4)
#2E1E04
(46,30,4)
#211604
(33,22,4)
#140E04
(20,14,4)
#000000
(0,0,0)

Tints of #965E04

#965E04
(150,94,4)
#9F6C1A
(159,108,26)
#A87A30
(168,122,48)
#B18846
(177,136,70)
#BA965C
(186,150,92)
#C3A472
(195,164,114)
#CCB288
(204,178,136)
#D5C09E
(213,192,158)
#DECEB4
(222,206,180)
#E7DCCA
(231,220,202)
#F0EAE0
(240,234,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #965E04 color. Also use rgb(150,94,4) instead hex code.

Text Font Color

.myTextColor { color: #965E04; }

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

This text font color is #965E04.


Background Color

.myBgColor { background-color: #965E04; }

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

This div background color is #965E04.


Border color

.myBorderColor { border: 1px solid #965E04; }

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

This div border color is #965E04.


Opacity

.myOpacity80 { color: #965E04; opacity: 0.8; }

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

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

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

This text has shadow with #965E04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #965E04 on black background.


Color preview on white background

This text has color #965E04 on white background.



Black color preview on #965E04 background

This text has black color on #965E04 background.


White color preview on #965E04 background

This text has white color on #965E04 background.