COLOR #965C05

HEX: #965C05
RGB: (150,92,5)

Color info

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

RGB color model

#965C05 color RGB value is (150,92,5).

  • red value is 150;
  • green value is 92;
  • blue value is 5.
RGB:
(150,92,5)
(59%,36%,2%)

RGB channels and saturation

R 150 of 255 = 59%
G 92 of 255 = 36%
B 5 of 255 = 2%

150
92
5

R + G + B ~ 32%. #965C05 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 92 + 5 = 247 (100%)
R 150 of 247 ~ 60.73%
G 92 of 247 ~ 37.25%
B 5 of 247 ~ 2.02%

%60.73
%37.25

CMYK color model

#965C05 color CMYK value is (0,39,97,41).

  • cyan value is 0.00%
  • magenta value is 38.67%
  • yellow value is 96.67%
  • key color value is 41.18%
CMYK:
(0,39,97,41)
C0M39Y97K41 
(0%,39%,97%,41%)
(0.00/0.39/0.97/0.41)	

CMYK percentages

%0
%38.67
%96.67
%41.18

Codes

Color #965C05 in popluar color models

965C05
RGB150925
HSL36°93.55%30.39%
HSB/HSV36°96.67%58.82%
CMYK0.00%38.67%96.67%
41.18%

Color #965C05 in popluar number systems.

HEX965C05
Decimal150925
Binary100101101011100101
Octal2261345

Shades and tints

Shades of #965C05

#965C05
(150,92,5)
#895405
(137,84,5)
#7C4C05
(124,76,5)
#6F4405
(111,68,5)
#623C05
(98,60,5)
#553405
(85,52,5)
#482C05
(72,44,5)
#3B2405
(59,36,5)
#2E1C05
(46,28,5)
#211405
(33,20,5)
#140C05
(20,12,5)
#000000
(0,0,0)

Tints of #965C05

#965C05
(150,92,5)
#9F6A1B
(159,106,27)
#A87831
(168,120,49)
#B18647
(177,134,71)
#BA945D
(186,148,93)
#C3A273
(195,162,115)
#CCB089
(204,176,137)
#D5BE9F
(213,190,159)
#DECCB5
(222,204,181)
#E7DACB
(231,218,203)
#F0E8E1
(240,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #965C05 color. Also use rgb(150,92,5) instead hex code.

Text Font Color

.myTextColor { color: #965C05; }

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

This text font color is #965C05.


Background Color

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

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

This div background color is #965C05.


Border color

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

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

This div border color is #965C05.


Opacity

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

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

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

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

This text has shadow with #965C05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #965C05 on black background.


Color preview on white background

This text has color #965C05 on white background.



Black color preview on #965C05 background

This text has black color on #965C05 background.


White color preview on #965C05 background

This text has white color on #965C05 background.