COLOR #741D50

HEX: #741D50
RGB: (116,29,80)

Color info

#741D50 contains mainly red and blue colors. Web safe color of #741D50 is #663366 (or #636).

RGB color model

#741D50 color RGB value is (116,29,80).

  • red value is 116;
  • green value is 29;
  • blue value is 80.
RGB:
(116,29,80)
(45%,11%,31%)

RGB channels and saturation

R 116 of 255 = 45%
G 29 of 255 = 11%
B 80 of 255 = 31%

116
29
80

R + G + B ~ 29%. #741D50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 29 + 80 = 225 (100%)
R 116 of 225 ~ 51.56%
G 29 of 225 ~ 12.89%
B 80 of 225 ~ 35.56%

%51.56
%12.89
%35.56

CMYK color model

#741D50 color CMYK value is (0,75,31,55).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 31.03%
  • key color value is 54.51%
CMYK:
(0,75,31,55)
C0M75Y31K55 
(0%,75%,31%,55%)
(0.00/0.75/0.31/0.55)	

CMYK percentages

%0
%75
%31.03
%54.51

Codes

Color #741D50 in popluar color models

741D50
RGB1162980
HSL325°60.00%28.43%
HSB/HSV325°75.00%45.49%
CMYK0.00%75.00%31.03%
54.51%

Color #741D50 in popluar number systems.

HEX741D50
Decimal1162980
Binary1110100111011010000
Octal16435120

Shades and tints

Shades of #741D50

#741D50
(116,29,80)
#6A1B49
(106,27,73)
#601942
(96,25,66)
#56173B
(86,23,59)
#4C1534
(76,21,52)
#42132D
(66,19,45)
#381126
(56,17,38)
#2E0F1F
(46,15,31)
#240D18
(36,13,24)
#1A0B11
(26,11,17)
#10090A
(16,9,10)
#000000
(0,0,0)

Tints of #741D50

#741D50
(116,29,80)
#80315F
(128,49,95)
#8C456E
(140,69,110)
#98597D
(152,89,125)
#A46D8C
(164,109,140)
#B0819B
(176,129,155)
#BC95AA
(188,149,170)
#C8A9B9
(200,169,185)
#D4BDC8
(212,189,200)
#E0D1D7
(224,209,215)
#ECE5E6
(236,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #741D50 color. Also use rgb(116,29,80) instead hex code.

Text Font Color

.myTextColor { color: #741D50; }

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

This text font color is #741D50.


Background Color

.myBgColor { background-color: #741D50; }

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

This div background color is #741D50.


Border color

.myBorderColor { border: 1px solid #741D50; }

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

This div border color is #741D50.


Opacity

.myOpacity80 { color: #741D50; opacity: 0.8; }

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

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

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

This text has shadow with #741D50 color.

.textShadow {text-shadow: 3px 3px 1px #741D50, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #741D50 on black background.


Color preview on white background

This text has color #741D50 on white background.



Black color preview on #741D50 background

This text has black color on #741D50 background.


White color preview on #741D50 background

This text has white color on #741D50 background.