COLOR #994D25

HEX: #994D25
RGB: (153,77,37)

Color info

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

RGB color model

#994D25 color RGB value is (153,77,37).

  • red value is 153;
  • green value is 77;
  • blue value is 37.
RGB:
(153,77,37)
(60%,30%,15%)

RGB channels and saturation

R 153 of 255 = 60%
G 77 of 255 = 30%
B 37 of 255 = 15%

153
77
37

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

Portions of RGB colors in percentages

R + G + B =
153 + 77 + 37 = 267 (100%)
R 153 of 267 ~ 57.3%
G 77 of 267 ~ 28.84%
B 37 of 267 ~ 13.86%

%57.3
%28.84
%13.86

CMYK color model

#994D25 color CMYK value is (0,50,76,40).

  • cyan value is 0.00%
  • magenta value is 49.67%
  • yellow value is 75.82%
  • key color value is 40.00%
CMYK:
(0,50,76,40)
C0M50Y76K40 
(0%,50%,76%,40%)
(0.00/0.50/0.76/0.40)	

CMYK percentages

%0
%49.67
%75.82
%40

Codes

Color #994D25 in popluar color models

994D25
RGB1537737
HSL21°61.05%37.25%
HSB/HSV21°75.82%60.00%
CMYK0.00%49.67%75.82%
40.00%

Color #994D25 in popluar number systems.

HEX994D25
Decimal1537737
Binary100110011001101100101
Octal23111545

Shades and tints

Shades of #994D25

#994D25
(153,77,37)
#8C4622
(140,70,34)
#7F3F1F
(127,63,31)
#72381C
(114,56,28)
#653119
(101,49,25)
#582A16
(88,42,22)
#4B2313
(75,35,19)
#3E1C10
(62,28,16)
#31150D
(49,21,13)
#240E0A
(36,14,10)
#170707
(23,7,7)
#000000
(0,0,0)

Tints of #994D25

#994D25
(153,77,37)
#A25D38
(162,93,56)
#AB6D4B
(171,109,75)
#B47D5E
(180,125,94)
#BD8D71
(189,141,113)
#C69D84
(198,157,132)
#CFAD97
(207,173,151)
#D8BDAA
(216,189,170)
#E1CDBD
(225,205,189)
#EADDD0
(234,221,208)
#F3EDE3
(243,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #994D25 color. Also use rgb(153,77,37) instead hex code.

Text Font Color

.myTextColor { color: #994D25; }

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

This text font color is #994D25.


Background Color

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

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

This div background color is #994D25.


Border color

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

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

This div border color is #994D25.


Opacity

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

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

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

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

This text has shadow with #994D25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #994D25 on black background.


Color preview on white background

This text has color #994D25 on white background.



Black color preview on #994D25 background

This text has black color on #994D25 background.


White color preview on #994D25 background

This text has white color on #994D25 background.