COLOR #96910D

HEX: #96910D
RGB: (150,145,13)

Color info

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

RGB color model

#96910D color RGB value is (150,145,13).

  • red value is 150;
  • green value is 145;
  • blue value is 13.
RGB:
(150,145,13)
(59%,57%,5%)

RGB channels and saturation

R 150 of 255 = 59%
G 145 of 255 = 57%
B 13 of 255 = 5%

150
145
13

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

Portions of RGB colors in percentages

R + G + B =
150 + 145 + 13 = 308 (100%)
R 150 of 308 ~ 48.7%
G 145 of 308 ~ 47.08%
B 13 of 308 ~ 4.22%

%48.7
%47.08

CMYK color model

#96910D color CMYK value is (0,3,91,41).

  • cyan value is 0.00%
  • magenta value is 3.33%
  • yellow value is 91.33%
  • key color value is 41.18%
CMYK:
(0,3,91,41)
C0M3Y91K41 
(0%,3%,91%,41%)
(0.00/0.03/0.91/0.41)	

CMYK percentages

%0
%3.33
%91.33
%41.18

Codes

Color #96910D in popluar color models

96910D
RGB15014513
HSL58°84.05%31.96%
HSB/HSV58°91.33%58.82%
CMYK0.00%3.33%91.33%
41.18%

Color #96910D in popluar number systems.

HEX96910D
Decimal15014513
Binary10010110100100011101
Octal22622115

Shades and tints

Shades of #96910D

#96910D
(150,145,13)
#89840C
(137,132,12)
#7C770B
(124,119,11)
#6F6A0A
(111,106,10)
#625D09
(98,93,9)
#555008
(85,80,8)
#484307
(72,67,7)
#3B3606
(59,54,6)
#2E2905
(46,41,5)
#211C04
(33,28,4)
#140F03
(20,15,3)
#000000
(0,0,0)

Tints of #96910D

#96910D
(150,145,13)
#9F9B23
(159,155,35)
#A8A539
(168,165,57)
#B1AF4F
(177,175,79)
#BAB965
(186,185,101)
#C3C37B
(195,195,123)
#CCCD91
(204,205,145)
#D5D7A7
(213,215,167)
#DEE1BD
(222,225,189)
#E7EBD3
(231,235,211)
#F0F5E9
(240,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96910D color. Also use rgb(150,145,13) instead hex code.

Text Font Color

.myTextColor { color: #96910D; }

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

This text font color is #96910D.


Background Color

.myBgColor { background-color: #96910D; }

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

This div background color is #96910D.


Border color

.myBorderColor { border: 1px solid #96910D; }

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

This div border color is #96910D.


Opacity

.myOpacity80 { color: #96910D; opacity: 0.8; }

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

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

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

This text has shadow with #96910D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96910D on black background.


Color preview on white background

This text has color #96910D on white background.



Black color preview on #96910D background

This text has black color on #96910D background.


White color preview on #96910D background

This text has white color on #96910D background.