COLOR #743F6E

HEX: #743F6E
RGB: (116,63,110)

Color info

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

RGB color model

#743F6E color RGB value is (116,63,110).

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

RGB channels and saturation

R 116 of 255 = 45%
G 63 of 255 = 25%
B 110 of 255 = 43%

116
63
110

R + G + B ~ 38%. #743F6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 63 + 110 = 289 (100%)
R 116 of 289 ~ 40.14%
G 63 of 289 ~ 21.8%
B 110 of 289 ~ 38.06%

%40.14
%21.8
%38.06

CMYK color model

#743F6E color CMYK value is (0,46,5,55).

  • cyan value is 0.00%
  • magenta value is 45.69%
  • yellow value is 5.17%
  • key color value is 54.51%
CMYK:
(0,46,5,55)
C0M46Y5K55 
(0%,46%,5%,55%)
(0.00/0.46/0.05/0.55)	

CMYK percentages

%0
%45.69
%5.17
%54.51

Codes

Color #743F6E in popluar color models

743F6E
RGB11663110
HSL307°29.61%35.10%
HSB/HSV307°45.69%45.49%
CMYK0.00%45.69%5.17%
54.51%

Color #743F6E in popluar number systems.

HEX743F6E
Decimal11663110
Binary11101001111111101110
Octal16477156

Shades and tints

Shades of #743F6E

#743F6E
(116,63,110)
#6A3A64
(106,58,100)
#60355A
(96,53,90)
#563050
(86,48,80)
#4C2B46
(76,43,70)
#42263C
(66,38,60)
#382132
(56,33,50)
#2E1C28
(46,28,40)
#24171E
(36,23,30)
#1A1214
(26,18,20)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #743F6E

#743F6E
(116,63,110)
#80507B
(128,80,123)
#8C6188
(140,97,136)
#987295
(152,114,149)
#A483A2
(164,131,162)
#B094AF
(176,148,175)
#BCA5BC
(188,165,188)
#C8B6C9
(200,182,201)
#D4C7D6
(212,199,214)
#E0D8E3
(224,216,227)
#ECE9F0
(236,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #743F6E; }

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

This text font color is #743F6E.


Background Color

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

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

This div background color is #743F6E.


Border color

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

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

This div border color is #743F6E.


Opacity

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

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

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

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

This text has shadow with #743F6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #743F6E on black background.


Color preview on white background

This text has color #743F6E on white background.



Black color preview on #743F6E background

This text has black color on #743F6E background.


White color preview on #743F6E background

This text has white color on #743F6E background.