COLOR #742D4E

HEX: #742D4E
RGB: (116,45,78)

Color info

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

RGB color model

#742D4E color RGB value is (116,45,78).

  • red value is 116;
  • green value is 45;
  • blue value is 78.
RGB:
(116,45,78)
(45%,18%,31%)

RGB channels and saturation

R 116 of 255 = 45%
G 45 of 255 = 18%
B 78 of 255 = 31%

116
45
78

R + G + B ~ 31%. #742D4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 45 + 78 = 239 (100%)
R 116 of 239 ~ 48.54%
G 45 of 239 ~ 18.83%
B 78 of 239 ~ 32.64%

%48.54
%18.83
%32.64

CMYK color model

#742D4E color CMYK value is (0,61,33,55).

  • cyan value is 0.00%
  • magenta value is 61.21%
  • yellow value is 32.76%
  • key color value is 54.51%
CMYK:
(0,61,33,55)
C0M61Y33K55 
(0%,61%,33%,55%)
(0.00/0.61/0.33/0.55)	

CMYK percentages

%0
%61.21
%32.76
%54.51

Codes

Color #742D4E in popluar color models

742D4E
RGB1164578
HSL332°44.10%31.57%
HSB/HSV332°61.21%45.49%
CMYK0.00%61.21%32.76%
54.51%

Color #742D4E in popluar number systems.

HEX742D4E
Decimal1164578
Binary11101001011011001110
Octal16455116

Shades and tints

Shades of #742D4E

#742D4E
(116,45,78)
#6A2947
(106,41,71)
#602540
(96,37,64)
#562139
(86,33,57)
#4C1D32
(76,29,50)
#42192B
(66,25,43)
#381524
(56,21,36)
#2E111D
(46,17,29)
#240D16
(36,13,22)
#1A090F
(26,9,15)
#100508
(16,5,8)
#000000
(0,0,0)

Tints of #742D4E

#742D4E
(116,45,78)
#80405E
(128,64,94)
#8C536E
(140,83,110)
#98667E
(152,102,126)
#A4798E
(164,121,142)
#B08C9E
(176,140,158)
#BC9FAE
(188,159,174)
#C8B2BE
(200,178,190)
#D4C5CE
(212,197,206)
#E0D8DE
(224,216,222)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #742D4E color. Also use rgb(116,45,78) instead hex code.

Text Font Color

.myTextColor { color: #742D4E; }

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

This text font color is #742D4E.


Background Color

.myBgColor { background-color: #742D4E; }

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

This div background color is #742D4E.


Border color

.myBorderColor { border: 1px solid #742D4E; }

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

This div border color is #742D4E.


Opacity

.myOpacity80 { color: #742D4E; opacity: 0.8; }

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

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

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

This text has shadow with #742D4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #742D4E on black background.


Color preview on white background

This text has color #742D4E on white background.



Black color preview on #742D4E background

This text has black color on #742D4E background.


White color preview on #742D4E background

This text has white color on #742D4E background.