COLOR #741D59

HEX: #741D59
RGB: (116,29,89)

Color info

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

RGB color model

#741D59 color RGB value is (116,29,89).

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

RGB channels and saturation

R 116 of 255 = 45%
G 29 of 255 = 11%
B 89 of 255 = 35%

116
29
89

R + G + B ~ 30%. #741D59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 29 + 89 = 234 (100%)
R 116 of 234 ~ 49.57%
G 29 of 234 ~ 12.39%
B 89 of 234 ~ 38.03%

%49.57
%12.39
%38.03

CMYK color model

#741D59 color CMYK value is (0,75,23,55).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 23.28%
  • key color value is 54.51%
CMYK:
(0,75,23,55)
C0M75Y23K55 
(0%,75%,23%,55%)
(0.00/0.75/0.23/0.55)	

CMYK percentages

%0
%75
%23.28
%54.51

Codes

Color #741D59 in popluar color models

741D59
RGB1162989
HSL319°60.00%28.43%
HSB/HSV319°75.00%45.49%
CMYK0.00%75.00%23.28%
54.51%

Color #741D59 in popluar number systems.

HEX741D59
Decimal1162989
Binary1110100111011011001
Octal16435131

Shades and tints

Shades of #741D59

#741D59
(116,29,89)
#6A1B51
(106,27,81)
#601949
(96,25,73)
#561741
(86,23,65)
#4C1539
(76,21,57)
#421331
(66,19,49)
#381129
(56,17,41)
#2E0F21
(46,15,33)
#240D19
(36,13,25)
#1A0B11
(26,11,17)
#100909
(16,9,9)
#000000
(0,0,0)

Tints of #741D59

#741D59
(116,29,89)
#803168
(128,49,104)
#8C4577
(140,69,119)
#985986
(152,89,134)
#A46D95
(164,109,149)
#B081A4
(176,129,164)
#BC95B3
(188,149,179)
#C8A9C2
(200,169,194)
#D4BDD1
(212,189,209)
#E0D1E0
(224,209,224)
#ECE5EF
(236,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #741D59; }

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

This text font color is #741D59.


Background Color

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

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

This div background color is #741D59.


Border color

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

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

This div border color is #741D59.


Opacity

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

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

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

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

This text has shadow with #741D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #741D59 on black background.


Color preview on white background

This text has color #741D59 on white background.



Black color preview on #741D59 background

This text has black color on #741D59 background.


White color preview on #741D59 background

This text has white color on #741D59 background.