COLOR #743A54

HEX: #743A54
RGB: (116,58,84)

Color info

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

RGB color model

#743A54 color RGB value is (116,58,84).

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

RGB channels and saturation

R 116 of 255 = 45%
G 58 of 255 = 23%
B 84 of 255 = 33%

116
58
84

R + G + B ~ 34%. #743A54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 58 + 84 = 258 (100%)
R 116 of 258 ~ 44.96%
G 58 of 258 ~ 22.48%
B 84 of 258 ~ 32.56%

%44.96
%22.48
%32.56

CMYK color model

#743A54 color CMYK value is (0,50,28,55).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 27.59%
  • key color value is 54.51%
CMYK:
(0,50,28,55)
C0M50Y28K55 
(0%,50%,28%,55%)
(0.00/0.50/0.28/0.55)	

CMYK percentages

%0
%50
%27.59
%54.51

Codes

Color #743A54 in popluar color models

743A54
RGB1165884
HSL333°33.33%34.12%
HSB/HSV333°50.00%45.49%
CMYK0.00%50.00%27.59%
54.51%

Color #743A54 in popluar number systems.

HEX743A54
Decimal1165884
Binary11101001110101010100
Octal16472124

Shades and tints

Shades of #743A54

#743A54
(116,58,84)
#6A354D
(106,53,77)
#603046
(96,48,70)
#562B3F
(86,43,63)
#4C2638
(76,38,56)
#422131
(66,33,49)
#381C2A
(56,28,42)
#2E1723
(46,23,35)
#24121C
(36,18,28)
#1A0D15
(26,13,21)
#10080E
(16,8,14)
#000000
(0,0,0)

Tints of #743A54

#743A54
(116,58,84)
#804B63
(128,75,99)
#8C5C72
(140,92,114)
#986D81
(152,109,129)
#A47E90
(164,126,144)
#B08F9F
(176,143,159)
#BCA0AE
(188,160,174)
#C8B1BD
(200,177,189)
#D4C2CC
(212,194,204)
#E0D3DB
(224,211,219)
#ECE4EA
(236,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #743A54; }

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

This text font color is #743A54.


Background Color

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

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

This div background color is #743A54.


Border color

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

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

This div border color is #743A54.


Opacity

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

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

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

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

This text has shadow with #743A54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #743A54 on black background.


Color preview on white background

This text has color #743A54 on white background.



Black color preview on #743A54 background

This text has black color on #743A54 background.


White color preview on #743A54 background

This text has white color on #743A54 background.