COLOR #743A60

HEX: #743A60
RGB: (116,58,96)

Color info

#743A60 contains red, green and blue colors in about the same proportion. Web safe color of #743A60 is #663366 (or #636).

RGB color model

#743A60 color RGB value is (116,58,96).

  • red value is 116;
  • green value is 58;
  • blue value is 96.
RGB:
(116,58,96)
(45%,23%,38%)

RGB channels and saturation

R 116 of 255 = 45%
G 58 of 255 = 23%
B 96 of 255 = 38%

116
58
96

R + G + B ~ 35%. #743A60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 58 + 96 = 270 (100%)
R 116 of 270 ~ 42.96%
G 58 of 270 ~ 21.48%
B 96 of 270 ~ 35.56%

%42.96
%21.48
%35.56

CMYK color model

#743A60 color CMYK value is (0,50,17,55).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 17.24%
  • key color value is 54.51%
CMYK:
(0,50,17,55)
C0M50Y17K55 
(0%,50%,17%,55%)
(0.00/0.50/0.17/0.55)	

CMYK percentages

%0
%50
%17.24
%54.51

Codes

Color #743A60 in popluar color models

743A60
RGB1165896
HSL321°33.33%34.12%
HSB/HSV321°50.00%45.49%
CMYK0.00%50.00%17.24%
54.51%

Color #743A60 in popluar number systems.

HEX743A60
Decimal1165896
Binary11101001110101100000
Octal16472140

Shades and tints

Shades of #743A60

#743A60
(116,58,96)
#6A3558
(106,53,88)
#603050
(96,48,80)
#562B48
(86,43,72)
#4C2640
(76,38,64)
#422138
(66,33,56)
#381C30
(56,28,48)
#2E1728
(46,23,40)
#241220
(36,18,32)
#1A0D18
(26,13,24)
#100810
(16,8,16)
#000000
(0,0,0)

Tints of #743A60

#743A60
(116,58,96)
#804B6E
(128,75,110)
#8C5C7C
(140,92,124)
#986D8A
(152,109,138)
#A47E98
(164,126,152)
#B08FA6
(176,143,166)
#BCA0B4
(188,160,180)
#C8B1C2
(200,177,194)
#D4C2D0
(212,194,208)
#E0D3DE
(224,211,222)
#ECE4EC
(236,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #743A60 color. Also use rgb(116,58,96) instead hex code.

Text Font Color

.myTextColor { color: #743A60; }

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

This text font color is #743A60.


Background Color

.myBgColor { background-color: #743A60; }

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

This div background color is #743A60.


Border color

.myBorderColor { border: 1px solid #743A60; }

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

This div border color is #743A60.


Opacity

.myOpacity80 { color: #743A60; opacity: 0.8; }

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

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

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

This text has shadow with #743A60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #743A60 on black background.


Color preview on white background

This text has color #743A60 on white background.



Black color preview on #743A60 background

This text has black color on #743A60 background.


White color preview on #743A60 background

This text has white color on #743A60 background.