COLOR #743468

HEX: #743468
RGB: (116,52,104)

Color info

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

RGB color model

#743468 color RGB value is (116,52,104).

  • red value is 116;
  • green value is 52;
  • blue value is 104.
RGB:
(116,52,104)
(45%,20%,41%)

RGB channels and saturation

R 116 of 255 = 45%
G 52 of 255 = 20%
B 104 of 255 = 41%

116
52
104

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

Portions of RGB colors in percentages

R + G + B =
116 + 52 + 104 = 272 (100%)
R 116 of 272 ~ 42.65%
G 52 of 272 ~ 19.12%
B 104 of 272 ~ 38.24%

%42.65
%19.12
%38.24

CMYK color model

#743468 color CMYK value is (0,55,10,55).

  • cyan value is 0.00%
  • magenta value is 55.17%
  • yellow value is 10.34%
  • key color value is 54.51%
CMYK:
(0,55,10,55)
C0M55Y10K55 
(0%,55%,10%,55%)
(0.00/0.55/0.10/0.55)	

CMYK percentages

%0
%55.17
%10.34
%54.51

Codes

Color #743468 in popluar color models

743468
RGB11652104
HSL311°38.10%32.94%
HSB/HSV311°55.17%45.49%
CMYK0.00%55.17%10.34%
54.51%

Color #743468 in popluar number systems.

HEX743468
Decimal11652104
Binary11101001101001101000
Octal16464150

Shades and tints

Shades of #743468

#743468
(116,52,104)
#6A305F
(106,48,95)
#602C56
(96,44,86)
#56284D
(86,40,77)
#4C2444
(76,36,68)
#42203B
(66,32,59)
#381C32
(56,28,50)
#2E1829
(46,24,41)
#241420
(36,20,32)
#1A1017
(26,16,23)
#100C0E
(16,12,14)
#000000
(0,0,0)

Tints of #743468

#743468
(116,52,104)
#804675
(128,70,117)
#8C5882
(140,88,130)
#986A8F
(152,106,143)
#A47C9C
(164,124,156)
#B08EA9
(176,142,169)
#BCA0B6
(188,160,182)
#C8B2C3
(200,178,195)
#D4C4D0
(212,196,208)
#E0D6DD
(224,214,221)
#ECE8EA
(236,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #743468 color. Also use rgb(116,52,104) instead hex code.

Text Font Color

.myTextColor { color: #743468; }

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

This text font color is #743468.


Background Color

.myBgColor { background-color: #743468; }

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

This div background color is #743468.


Border color

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

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

This div border color is #743468.


Opacity

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

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

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

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

This text has shadow with #743468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #743468 on black background.


Color preview on white background

This text has color #743468 on white background.



Black color preview on #743468 background

This text has black color on #743468 background.


White color preview on #743468 background

This text has white color on #743468 background.