COLOR #742748

HEX: #742748
RGB: (116,39,72)

Color info

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

RGB color model

#742748 color RGB value is (116,39,72).

  • red value is 116;
  • green value is 39;
  • blue value is 72.
RGB:
(116,39,72)
(45%,15%,28%)

RGB channels and saturation

R 116 of 255 = 45%
G 39 of 255 = 15%
B 72 of 255 = 28%

116
39
72

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

Portions of RGB colors in percentages

R + G + B =
116 + 39 + 72 = 227 (100%)
R 116 of 227 ~ 51.1%
G 39 of 227 ~ 17.18%
B 72 of 227 ~ 31.72%

%51.1
%17.18
%31.72

CMYK color model

#742748 color CMYK value is (0,66,38,55).

  • cyan value is 0.00%
  • magenta value is 66.38%
  • yellow value is 37.93%
  • key color value is 54.51%
CMYK:
(0,66,38,55)
C0M66Y38K55 
(0%,66%,38%,55%)
(0.00/0.66/0.38/0.55)	

CMYK percentages

%0
%66.38
%37.93
%54.51

Codes

Color #742748 in popluar color models

742748
RGB1163972
HSL334°49.68%30.39%
HSB/HSV334°66.38%45.49%
CMYK0.00%66.38%37.93%
54.51%

Color #742748 in popluar number systems.

HEX742748
Decimal1163972
Binary11101001001111001000
Octal16447110

Shades and tints

Shades of #742748

#742748
(116,39,72)
#6A2442
(106,36,66)
#60213C
(96,33,60)
#561E36
(86,30,54)
#4C1B30
(76,27,48)
#42182A
(66,24,42)
#381524
(56,21,36)
#2E121E
(46,18,30)
#240F18
(36,15,24)
#1A0C12
(26,12,18)
#10090C
(16,9,12)
#000000
(0,0,0)

Tints of #742748

#742748
(116,39,72)
#803A58
(128,58,88)
#8C4D68
(140,77,104)
#986078
(152,96,120)
#A47388
(164,115,136)
#B08698
(176,134,152)
#BC99A8
(188,153,168)
#C8ACB8
(200,172,184)
#D4BFC8
(212,191,200)
#E0D2D8
(224,210,216)
#ECE5E8
(236,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #742748 color. Also use rgb(116,39,72) instead hex code.

Text Font Color

.myTextColor { color: #742748; }

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

This text font color is #742748.


Background Color

.myBgColor { background-color: #742748; }

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

This div background color is #742748.


Border color

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

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

This div border color is #742748.


Opacity

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

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

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

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

This text has shadow with #742748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #742748 on black background.


Color preview on white background

This text has color #742748 on white background.



Black color preview on #742748 background

This text has black color on #742748 background.


White color preview on #742748 background

This text has white color on #742748 background.