COLOR #994F52

HEX: #994F52
RGB: (153,79,82)

Color info

#994F52 contains mainly red color. Web safe color of #994F52 is #996666 (or #966).

RGB color model

#994F52 color RGB value is (153,79,82).

  • red value is 153;
  • green value is 79;
  • blue value is 82.
RGB:
(153,79,82)
(60%,31%,32%)

RGB channels and saturation

R 153 of 255 = 60%
G 79 of 255 = 31%
B 82 of 255 = 32%

153
79
82

R + G + B ~ 41%. #994F52 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 79 + 82 = 314 (100%)
R 153 of 314 ~ 48.73%
G 79 of 314 ~ 25.16%
B 82 of 314 ~ 26.11%

%48.73
%25.16
%26.11

CMYK color model

#994F52 color CMYK value is (0,48,46,40).

  • cyan value is 0.00%
  • magenta value is 48.37%
  • yellow value is 46.41%
  • key color value is 40.00%
CMYK:
(0,48,46,40)
C0M48Y46K40 
(0%,48%,46%,40%)
(0.00/0.48/0.46/0.40)	

CMYK percentages

%0
%48.37
%46.41
%40

Codes

Color #994F52 in popluar color models

994F52
RGB1537982
HSL358°31.90%45.49%
HSB/HSV358°48.37%60.00%
CMYK0.00%48.37%46.41%
40.00%

Color #994F52 in popluar number systems.

HEX994F52
Decimal1537982
Binary1001100110011111010010
Octal231117122

Shades and tints

Shades of #994F52

#994F52
(153,79,82)
#8C484B
(140,72,75)
#7F4144
(127,65,68)
#723A3D
(114,58,61)
#653336
(101,51,54)
#582C2F
(88,44,47)
#4B2528
(75,37,40)
#3E1E21
(62,30,33)
#31171A
(49,23,26)
#241013
(36,16,19)
#17090C
(23,9,12)
#000000
(0,0,0)

Tints of #994F52

#994F52
(153,79,82)
#A25F61
(162,95,97)
#AB6F70
(171,111,112)
#B47F7F
(180,127,127)
#BD8F8E
(189,143,142)
#C69F9D
(198,159,157)
#CFAFAC
(207,175,172)
#D8BFBB
(216,191,187)
#E1CFCA
(225,207,202)
#EADFD9
(234,223,217)
#F3EFE8
(243,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #994F52 color. Also use rgb(153,79,82) instead hex code.

Text Font Color

.myTextColor { color: #994F52; }

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

This text font color is #994F52.


Background Color

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

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

This div background color is #994F52.


Border color

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

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

This div border color is #994F52.


Opacity

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

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

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

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

This text has shadow with #994F52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #994F52 on black background.


Color preview on white background

This text has color #994F52 on white background.



Black color preview on #994F52 background

This text has black color on #994F52 background.


White color preview on #994F52 background

This text has white color on #994F52 background.