COLOR #742549

HEX: #742549
RGB: (116,37,73)

Color info

#742549 contains mainly red and blue colors. Web safe color of #742549 is #663333 (or #633).

RGB color model

#742549 color RGB value is (116,37,73).

  • red value is 116;
  • green value is 37;
  • blue value is 73.
RGB:
(116,37,73)
(45%,15%,29%)

RGB channels and saturation

R 116 of 255 = 45%
G 37 of 255 = 15%
B 73 of 255 = 29%

116
37
73

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

Portions of RGB colors in percentages

R + G + B =
116 + 37 + 73 = 226 (100%)
R 116 of 226 ~ 51.33%
G 37 of 226 ~ 16.37%
B 73 of 226 ~ 32.3%

%51.33
%16.37
%32.3

CMYK color model

#742549 color CMYK value is (0,68,37,55).

  • cyan value is 0.00%
  • magenta value is 68.10%
  • yellow value is 37.07%
  • key color value is 54.51%
CMYK:
(0,68,37,55)
C0M68Y37K55 
(0%,68%,37%,55%)
(0.00/0.68/0.37/0.55)	

CMYK percentages

%0
%68.1
%37.07
%54.51

Codes

Color #742549 in popluar color models

742549
RGB1163773
HSL333°51.63%30.00%
HSB/HSV333°68.10%45.49%
CMYK0.00%68.10%37.07%
54.51%

Color #742549 in popluar number systems.

HEX742549
Decimal1163773
Binary11101001001011001001
Octal16445111

Shades and tints

Shades of #742549

#742549
(116,37,73)
#6A2243
(106,34,67)
#601F3D
(96,31,61)
#561C37
(86,28,55)
#4C1931
(76,25,49)
#42162B
(66,22,43)
#381325
(56,19,37)
#2E101F
(46,16,31)
#240D19
(36,13,25)
#1A0A13
(26,10,19)
#10070D
(16,7,13)
#000000
(0,0,0)

Tints of #742549

#742549
(116,37,73)
#803859
(128,56,89)
#8C4B69
(140,75,105)
#985E79
(152,94,121)
#A47189
(164,113,137)
#B08499
(176,132,153)
#BC97A9
(188,151,169)
#C8AAB9
(200,170,185)
#D4BDC9
(212,189,201)
#E0D0D9
(224,208,217)
#ECE3E9
(236,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #742549 color. Also use rgb(116,37,73) instead hex code.

Text Font Color

.myTextColor { color: #742549; }

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

This text font color is #742549.


Background Color

.myBgColor { background-color: #742549; }

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

This div background color is #742549.


Border color

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

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

This div border color is #742549.


Opacity

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

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

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

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

This text has shadow with #742549 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #742549 on black background.


Color preview on white background

This text has color #742549 on white background.



Black color preview on #742549 background

This text has black color on #742549 background.


White color preview on #742549 background

This text has white color on #742549 background.