COLOR #994E0B

HEX: #994E0B
RGB: (153,78,11)

Color info

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

RGB color model

#994E0B color RGB value is (153,78,11).

  • red value is 153;
  • green value is 78;
  • blue value is 11.
RGB:
(153,78,11)
(60%,31%,4%)

RGB channels and saturation

R 153 of 255 = 60%
G 78 of 255 = 31%
B 11 of 255 = 4%

153
78
11

R + G + B ~ 32%. #994E0B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
153 + 78 + 11 = 242 (100%)
R 153 of 242 ~ 63.22%
G 78 of 242 ~ 32.23%
B 11 of 242 ~ 4.55%

%63.22
%32.23

CMYK color model

#994E0B color CMYK value is (0,49,93,40).

  • cyan value is 0.00%
  • magenta value is 49.02%
  • yellow value is 92.81%
  • key color value is 40.00%
CMYK:
(0,49,93,40)
C0M49Y93K40 
(0%,49%,93%,40%)
(0.00/0.49/0.93/0.40)	

CMYK percentages

%0
%49.02
%92.81
%40

Codes

Color #994E0B in popluar color models

994E0B
RGB1537811
HSL28°86.59%32.16%
HSB/HSV28°92.81%60.00%
CMYK0.00%49.02%92.81%
40.00%

Color #994E0B in popluar number systems.

HEX994E0B
Decimal1537811
Binary1001100110011101011
Octal23111613

Shades and tints

Shades of #994E0B

#994E0B
(153,78,11)
#8C470A
(140,71,10)
#7F4009
(127,64,9)
#723908
(114,57,8)
#653207
(101,50,7)
#582B06
(88,43,6)
#4B2405
(75,36,5)
#3E1D04
(62,29,4)
#311603
(49,22,3)
#240F02
(36,15,2)
#170801
(23,8,1)
#000000
(0,0,0)

Tints of #994E0B

#994E0B
(153,78,11)
#A25E21
(162,94,33)
#AB6E37
(171,110,55)
#B47E4D
(180,126,77)
#BD8E63
(189,142,99)
#C69E79
(198,158,121)
#CFAE8F
(207,174,143)
#D8BEA5
(216,190,165)
#E1CEBB
(225,206,187)
#EADED1
(234,222,209)
#F3EEE7
(243,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #994E0B color. Also use rgb(153,78,11) instead hex code.

Text Font Color

.myTextColor { color: #994E0B; }

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

This text font color is #994E0B.


Background Color

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

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

This div background color is #994E0B.


Border color

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

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

This div border color is #994E0B.


Opacity

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

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

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

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

This text has shadow with #994E0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #994E0B on black background.


Color preview on white background

This text has color #994E0B on white background.



Black color preview on #994E0B background

This text has black color on #994E0B background.


White color preview on #994E0B background

This text has white color on #994E0B background.