COLOR #994F16

HEX: #994F16
RGB: (153,79,22)

Color info

#994F16 contains mainly red color. Web safe color of #994F16 is #996600 (or #960).

RGB color model

#994F16 color RGB value is (153,79,22).

  • red value is 153;
  • green value is 79;
  • blue value is 22.
RGB:
(153,79,22)
(60%,31%,9%)

RGB channels and saturation

R 153 of 255 = 60%
G 79 of 255 = 31%
B 22 of 255 = 9%

153
79
22

R + G + B ~ 33%. #994F16 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
153 + 79 + 22 = 254 (100%)
R 153 of 254 ~ 60.24%
G 79 of 254 ~ 31.1%
B 22 of 254 ~ 8.66%

%60.24
%31.1

CMYK color model

#994F16 color CMYK value is (0,48,86,40).

  • cyan value is 0.00%
  • magenta value is 48.37%
  • yellow value is 85.62%
  • key color value is 40.00%
CMYK:
(0,48,86,40)
C0M48Y86K40 
(0%,48%,86%,40%)
(0.00/0.48/0.86/0.40)	

CMYK percentages

%0
%48.37
%85.62
%40

Codes

Color #994F16 in popluar color models

994F16
RGB1537922
HSL26°74.86%34.31%
HSB/HSV26°85.62%60.00%
CMYK0.00%48.37%85.62%
40.00%

Color #994F16 in popluar number systems.

HEX994F16
Decimal1537922
Binary10011001100111110110
Octal23111726

Shades and tints

Shades of #994F16

#994F16
(153,79,22)
#8C4814
(140,72,20)
#7F4112
(127,65,18)
#723A10
(114,58,16)
#65330E
(101,51,14)
#582C0C
(88,44,12)
#4B250A
(75,37,10)
#3E1E08
(62,30,8)
#311706
(49,23,6)
#241004
(36,16,4)
#170902
(23,9,2)
#000000
(0,0,0)

Tints of #994F16

#994F16
(153,79,22)
#A25F2B
(162,95,43)
#AB6F40
(171,111,64)
#B47F55
(180,127,85)
#BD8F6A
(189,143,106)
#C69F7F
(198,159,127)
#CFAF94
(207,175,148)
#D8BFA9
(216,191,169)
#E1CFBE
(225,207,190)
#EADFD3
(234,223,211)
#F3EFE8
(243,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #994F16 color. Also use rgb(153,79,22) instead hex code.

Text Font Color

.myTextColor { color: #994F16; }

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

This text font color is #994F16.


Background Color

.myBgColor { background-color: #994F16; }

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

This div background color is #994F16.


Border color

.myBorderColor { border: 1px solid #994F16; }

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

This div border color is #994F16.


Opacity

.myOpacity80 { color: #994F16; opacity: 0.8; }

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

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

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

This text has shadow with #994F16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #994F16 on black background.


Color preview on white background

This text has color #994F16 on white background.



Black color preview on #994F16 background

This text has black color on #994F16 background.


White color preview on #994F16 background

This text has white color on #994F16 background.