COLOR #994C23

HEX: #994C23
RGB: (153,76,35)

Color info

#994C23 contains mainly red color. Web safe color of #994C23 is #993333 (or #933).

RGB color model

#994C23 color RGB value is (153,76,35).

  • red value is 153;
  • green value is 76;
  • blue value is 35.
RGB:
(153,76,35)
(60%,30%,14%)

RGB channels and saturation

R 153 of 255 = 60%
G 76 of 255 = 30%
B 35 of 255 = 14%

153
76
35

R + G + B ~ 35%. #994C23 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
153 + 76 + 35 = 264 (100%)
R 153 of 264 ~ 57.95%
G 76 of 264 ~ 28.79%
B 35 of 264 ~ 13.26%

%57.95
%28.79
%13.26

CMYK color model

#994C23 color CMYK value is (0,50,77,40).

  • cyan value is 0.00%
  • magenta value is 50.33%
  • yellow value is 77.12%
  • key color value is 40.00%
CMYK:
(0,50,77,40)
C0M50Y77K40 
(0%,50%,77%,40%)
(0.00/0.50/0.77/0.40)	

CMYK percentages

%0
%50.33
%77.12
%40

Codes

Color #994C23 in popluar color models

994C23
RGB1537635
HSL21°62.77%36.86%
HSB/HSV21°77.12%60.00%
CMYK0.00%50.33%77.12%
40.00%

Color #994C23 in popluar number systems.

HEX994C23
Decimal1537635
Binary100110011001100100011
Octal23111443

Shades and tints

Shades of #994C23

#994C23
(153,76,35)
#8C4620
(140,70,32)
#7F401D
(127,64,29)
#723A1A
(114,58,26)
#653417
(101,52,23)
#582E14
(88,46,20)
#4B2811
(75,40,17)
#3E220E
(62,34,14)
#311C0B
(49,28,11)
#241608
(36,22,8)
#171005
(23,16,5)
#000000
(0,0,0)

Tints of #994C23

#994C23
(153,76,35)
#A25C37
(162,92,55)
#AB6C4B
(171,108,75)
#B47C5F
(180,124,95)
#BD8C73
(189,140,115)
#C69C87
(198,156,135)
#CFAC9B
(207,172,155)
#D8BCAF
(216,188,175)
#E1CCC3
(225,204,195)
#EADCD7
(234,220,215)
#F3ECEB
(243,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #994C23 color. Also use rgb(153,76,35) instead hex code.

Text Font Color

.myTextColor { color: #994C23; }

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

This text font color is #994C23.


Background Color

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

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

This div background color is #994C23.


Border color

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

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

This div border color is #994C23.


Opacity

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

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

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

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

This text has shadow with #994C23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #994C23 on black background.


Color preview on white background

This text has color #994C23 on white background.



Black color preview on #994C23 background

This text has black color on #994C23 background.


White color preview on #994C23 background

This text has white color on #994C23 background.