COLOR #994E18

HEX: #994E18
RGB: (153,78,24)

Color info

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

RGB color model

#994E18 color RGB value is (153,78,24).

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

RGB channels and saturation

R 153 of 255 = 60%
G 78 of 255 = 31%
B 24 of 255 = 9%

153
78
24

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

Portions of RGB colors in percentages

R + G + B =
153 + 78 + 24 = 255 (100%)
R 153 of 255 ~ 60%
G 78 of 255 ~ 30.59%
B 24 of 255 ~ 9.41%

%60
%30.59

CMYK color model

#994E18 color CMYK value is (0,49,84,40).

  • cyan value is 0.00%
  • magenta value is 49.02%
  • yellow value is 84.31%
  • key color value is 40.00%
CMYK:
(0,49,84,40)
C0M49Y84K40 
(0%,49%,84%,40%)
(0.00/0.49/0.84/0.40)	

CMYK percentages

%0
%49.02
%84.31
%40

Codes

Color #994E18 in popluar color models

994E18
RGB1537824
HSL25°72.88%34.71%
HSB/HSV25°84.31%60.00%
CMYK0.00%49.02%84.31%
40.00%

Color #994E18 in popluar number systems.

HEX994E18
Decimal1537824
Binary10011001100111011000
Octal23111630

Shades and tints

Shades of #994E18

#994E18
(153,78,24)
#8C4716
(140,71,22)
#7F4014
(127,64,20)
#723912
(114,57,18)
#653210
(101,50,16)
#582B0E
(88,43,14)
#4B240C
(75,36,12)
#3E1D0A
(62,29,10)
#311608
(49,22,8)
#240F06
(36,15,6)
#170804
(23,8,4)
#000000
(0,0,0)

Tints of #994E18

#994E18
(153,78,24)
#A25E2D
(162,94,45)
#AB6E42
(171,110,66)
#B47E57
(180,126,87)
#BD8E6C
(189,142,108)
#C69E81
(198,158,129)
#CFAE96
(207,174,150)
#D8BEAB
(216,190,171)
#E1CEC0
(225,206,192)
#EADED5
(234,222,213)
#F3EEEA
(243,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #994E18; }

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

This text font color is #994E18.


Background Color

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

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

This div background color is #994E18.


Border color

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

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

This div border color is #994E18.


Opacity

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

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

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

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

This text has shadow with #994E18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #994E18 on black background.


Color preview on white background

This text has color #994E18 on white background.



Black color preview on #994E18 background

This text has black color on #994E18 background.


White color preview on #994E18 background

This text has white color on #994E18 background.