COLOR #742F4E

HEX: #742F4E
RGB: (116,47,78)

Color info

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

RGB color model

#742F4E color RGB value is (116,47,78).

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

RGB channels and saturation

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

116
47
78

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

Portions of RGB colors in percentages

R + G + B =
116 + 47 + 78 = 241 (100%)
R 116 of 241 ~ 48.13%
G 47 of 241 ~ 19.5%
B 78 of 241 ~ 32.37%

%48.13
%19.5
%32.37

CMYK color model

#742F4E color CMYK value is (0,59,33,55).

  • cyan value is 0.00%
  • magenta value is 59.48%
  • yellow value is 32.76%
  • key color value is 54.51%
CMYK:
(0,59,33,55)
C0M59Y33K55 
(0%,59%,33%,55%)
(0.00/0.59/0.33/0.55)	

CMYK percentages

%0
%59.48
%32.76
%54.51

Codes

Color #742F4E in popluar color models

742F4E
RGB1164778
HSL333°42.33%31.96%
HSB/HSV333°59.48%45.49%
CMYK0.00%59.48%32.76%
54.51%

Color #742F4E in popluar number systems.

HEX742F4E
Decimal1164778
Binary11101001011111001110
Octal16457116

Shades and tints

Shades of #742F4E

#742F4E
(116,47,78)
#6A2B47
(106,43,71)
#602740
(96,39,64)
#562339
(86,35,57)
#4C1F32
(76,31,50)
#421B2B
(66,27,43)
#381724
(56,23,36)
#2E131D
(46,19,29)
#240F16
(36,15,22)
#1A0B0F
(26,11,15)
#100708
(16,7,8)
#000000
(0,0,0)

Tints of #742F4E

#742F4E
(116,47,78)
#80415E
(128,65,94)
#8C536E
(140,83,110)
#98657E
(152,101,126)
#A4778E
(164,119,142)
#B0899E
(176,137,158)
#BC9BAE
(188,155,174)
#C8ADBE
(200,173,190)
#D4BFCE
(212,191,206)
#E0D1DE
(224,209,222)
#ECE3EE
(236,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #742F4E; }

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

This text font color is #742F4E.


Background Color

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

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

This div background color is #742F4E.


Border color

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

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

This div border color is #742F4E.


Opacity

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

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

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

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

This text has shadow with #742F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #742F4E on black background.


Color preview on white background

This text has color #742F4E on white background.



Black color preview on #742F4E background

This text has black color on #742F4E background.


White color preview on #742F4E background

This text has white color on #742F4E background.