COLOR #994141

HEX: #994141 RGB: (153,65,65)

Color info

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

RGB color model

#994141 color RGB value is (153,65,65).

RGB: (153,65,65) (60%, 25%, 25%)

RGB channels and saturation

R 153 of 255 = 60%
G 65 of 255 = 25%
B 65 of 255 = 25%

153
65
65

R + G + B ~ 37%. #994141 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 153 + 65 + 65 = 283 (100%)
R 153 of 283 ~ 54.06%
G 65 of 283 ~ 22.97%
B 65 of 283 ~ 22.97'%

%54.06
%22.97
%22.97

CMYK color model

#994141 color CMYK value is (0,58,58,40).

  • cyan value is 0.00%
  • magenta value is 57.52%
  • yellow value is 57.52%
  • key color value is 40.00%
CMYK: (0,58,58,40) C0M58Y58K40 (0%,58%,58%,40%) (0.00/0.58/0.58/0.40) 

CMYK percentages

%0
%57.52
%57.52
%40

Codes

Color #994141 in popluar color models

99 41 41
RGB 153 65 65
HSL 40.37% 42.75%
HSB/HSV 57.52% 60.00%
CMYK 0.00% 57.52% 57.52%
40.00%

Color #994141 in popluar number systems.

HEX 99 41 41
Decimal 153 65 65
Binary 10011001 1000001 1000001
Octal 231 101 101

Shades and tints

Shades of #994141

#994141
(153,65,65)
#8C3C3C
(140,60,60)
#7F3737
(127,55,55)
#723232
(114,50,50)
#652D2D
(101,45,45)
#582828
(88,40,40)
#4B2323
(75,35,35)
#3E1E1E
(62,30,30)
#311919
(49,25,25)
#241414
(36,20,20)
#170F0F
(23,15,15)
#000000
(0,0,0)

Tints of #994141

#994141
(153,65,65)
#A25252
(162,82,82)
#AB6363
(171,99,99)
#B47474
(180,116,116)
#BD8585
(189,133,133)
#C69696
(198,150,150)
#CFA7A7
(207,167,167)
#D8B8B8
(216,184,184)
#E1C9C9
(225,201,201)
#EADADA
(234,218,218)
#F3EBEB
(243,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #994141 color. Also use rgb(153,65,65) instead hex code.

Text Font Color

.myTextColor { color: #994141; }

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

This text font color is #994141.

Background Color

.myBgColor { background-color: #994141; }

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

This div background color is #994141.

Border color

.myBorderColor { border: 1px solid #994141; }

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

This div border color is #994141.

Opacity

.myOpacity80 { color: #994141; opacity: 0.8; }

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

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

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

This text has shadow with #994141 color.


.textShadow {text-shadow: 3px 3px 1px #994141', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #994141; -webkit-box-shadow: 1px 1px 3px 2px #994141; box-shadow:1px 1px 3px 2px #994141;">
Div content here
</div>

This div box has shadow with color #994141.

Preview

Color preview on black background

This text has color #994141 on black background.


Color preview on white background

This text has color #994141 on white background.


Black color preview on #994141 background

This text has black color on #994141 background.


White color preview on #994141 background

This text has white color on #994141 background.


Related colors

Complementary color

Complementary color for #hex is #66BEBE.


I love getcolorcode.com