COLOR #742D4A

HEX: #742D4A
RGB: (116,45,74)

Color info

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

RGB color model

#742D4A color RGB value is (116,45,74).

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

RGB channels and saturation

R 116 of 255 = 45%
G 45 of 255 = 18%
B 74 of 255 = 29%

116
45
74

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

Portions of RGB colors in percentages

R + G + B =
116 + 45 + 74 = 235 (100%)
R 116 of 235 ~ 49.36%
G 45 of 235 ~ 19.15%
B 74 of 235 ~ 31.49%

%49.36
%19.15
%31.49

CMYK color model

#742D4A color CMYK value is (0,61,36,55).

  • cyan value is 0.00%
  • magenta value is 61.21%
  • yellow value is 36.21%
  • key color value is 54.51%
CMYK:
(0,61,36,55)
C0M61Y36K55 
(0%,61%,36%,55%)
(0.00/0.61/0.36/0.55)	

CMYK percentages

%0
%61.21
%36.21
%54.51

Codes

Color #742D4A in popluar color models

742D4A
RGB1164574
HSL335°44.10%31.57%
HSB/HSV335°61.21%45.49%
CMYK0.00%61.21%36.21%
54.51%

Color #742D4A in popluar number systems.

HEX742D4A
Decimal1164574
Binary11101001011011001010
Octal16455112

Shades and tints

Shades of #742D4A

#742D4A
(116,45,74)
#6A2944
(106,41,68)
#60253E
(96,37,62)
#562138
(86,33,56)
#4C1D32
(76,29,50)
#42192C
(66,25,44)
#381526
(56,21,38)
#2E1120
(46,17,32)
#240D1A
(36,13,26)
#1A0914
(26,9,20)
#10050E
(16,5,14)
#000000
(0,0,0)

Tints of #742D4A

#742D4A
(116,45,74)
#80405A
(128,64,90)
#8C536A
(140,83,106)
#98667A
(152,102,122)
#A4798A
(164,121,138)
#B08C9A
(176,140,154)
#BC9FAA
(188,159,170)
#C8B2BA
(200,178,186)
#D4C5CA
(212,197,202)
#E0D8DA
(224,216,218)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #742D4A; }

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

This text font color is #742D4A.


Background Color

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

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

This div background color is #742D4A.


Border color

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

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

This div border color is #742D4A.


Opacity

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

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

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

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

This text has shadow with #742D4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #742D4A on black background.


Color preview on white background

This text has color #742D4A on white background.



Black color preview on #742D4A background

This text has black color on #742D4A background.


White color preview on #742D4A background

This text has white color on #742D4A background.