COLOR #743F60

HEX: #743F60
RGB: (116,63,96)

Color info

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

RGB color model

#743F60 color RGB value is (116,63,96).

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

RGB channels and saturation

R 116 of 255 = 45%
G 63 of 255 = 25%
B 96 of 255 = 38%

116
63
96

R + G + B ~ 36%. #743F60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 63 + 96 = 275 (100%)
R 116 of 275 ~ 42.18%
G 63 of 275 ~ 22.91%
B 96 of 275 ~ 34.91%

%42.18
%22.91
%34.91

CMYK color model

#743F60 color CMYK value is (0,46,17,55).

  • cyan value is 0.00%
  • magenta value is 45.69%
  • yellow value is 17.24%
  • key color value is 54.51%
CMYK:
(0,46,17,55)
C0M46Y17K55 
(0%,46%,17%,55%)
(0.00/0.46/0.17/0.55)	

CMYK percentages

%0
%45.69
%17.24
%54.51

Codes

Color #743F60 in popluar color models

743F60
RGB1166396
HSL323°29.61%35.10%
HSB/HSV323°45.69%45.49%
CMYK0.00%45.69%17.24%
54.51%

Color #743F60 in popluar number systems.

HEX743F60
Decimal1166396
Binary11101001111111100000
Octal16477140

Shades and tints

Shades of #743F60

#743F60
(116,63,96)
#6A3A58
(106,58,88)
#603550
(96,53,80)
#563048
(86,48,72)
#4C2B40
(76,43,64)
#422638
(66,38,56)
#382130
(56,33,48)
#2E1C28
(46,28,40)
#241720
(36,23,32)
#1A1218
(26,18,24)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #743F60

#743F60
(116,63,96)
#80506E
(128,80,110)
#8C617C
(140,97,124)
#98728A
(152,114,138)
#A48398
(164,131,152)
#B094A6
(176,148,166)
#BCA5B4
(188,165,180)
#C8B6C2
(200,182,194)
#D4C7D0
(212,199,208)
#E0D8DE
(224,216,222)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #743F60; }

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

This text font color is #743F60.


Background Color

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

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

This div background color is #743F60.


Border color

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

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

This div border color is #743F60.


Opacity

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

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

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

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

This text has shadow with #743F60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #743F60 on black background.


Color preview on white background

This text has color #743F60 on white background.



Black color preview on #743F60 background

This text has black color on #743F60 background.


White color preview on #743F60 background

This text has white color on #743F60 background.