COLOR #742544

HEX: #742544
RGB: (116,37,68)

Color info

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

RGB color model

#742544 color RGB value is (116,37,68).

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

RGB channels and saturation

R 116 of 255 = 45%
G 37 of 255 = 15%
B 68 of 255 = 27%

116
37
68

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

Portions of RGB colors in percentages

R + G + B =
116 + 37 + 68 = 221 (100%)
R 116 of 221 ~ 52.49%
G 37 of 221 ~ 16.74%
B 68 of 221 ~ 30.77%

%52.49
%16.74
%30.77

CMYK color model

#742544 color CMYK value is (0,68,41,55).

  • cyan value is 0.00%
  • magenta value is 68.10%
  • yellow value is 41.38%
  • key color value is 54.51%
CMYK:
(0,68,41,55)
C0M68Y41K55 
(0%,68%,41%,55%)
(0.00/0.68/0.41/0.55)	

CMYK percentages

%0
%68.1
%41.38
%54.51

Codes

Color #742544 in popluar color models

742544
RGB1163768
HSL336°51.63%30.00%
HSB/HSV336°68.10%45.49%
CMYK0.00%68.10%41.38%
54.51%

Color #742544 in popluar number systems.

HEX742544
Decimal1163768
Binary11101001001011000100
Octal16445104

Shades and tints

Shades of #742544

#742544
(116,37,68)
#6A223E
(106,34,62)
#601F38
(96,31,56)
#561C32
(86,28,50)
#4C192C
(76,25,44)
#421626
(66,22,38)
#381320
(56,19,32)
#2E101A
(46,16,26)
#240D14
(36,13,20)
#1A0A0E
(26,10,14)
#100708
(16,7,8)
#000000
(0,0,0)

Tints of #742544

#742544
(116,37,68)
#803855
(128,56,85)
#8C4B66
(140,75,102)
#985E77
(152,94,119)
#A47188
(164,113,136)
#B08499
(176,132,153)
#BC97AA
(188,151,170)
#C8AABB
(200,170,187)
#D4BDCC
(212,189,204)
#E0D0DD
(224,208,221)
#ECE3EE
(236,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #742544; }

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

This text font color is #742544.


Background Color

.myBgColor { background-color: #742544; }

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

This div background color is #742544.


Border color

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

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

This div border color is #742544.


Opacity

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

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

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

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

This text has shadow with #742544 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #742544 on black background.


Color preview on white background

This text has color #742544 on white background.



Black color preview on #742544 background

This text has black color on #742544 background.


White color preview on #742544 background

This text has white color on #742544 background.