COLOR #743A57

HEX: #743A57
RGB: (116,58,87)

Color info

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

RGB color model

#743A57 color RGB value is (116,58,87).

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

RGB channels and saturation

R 116 of 255 = 45%
G 58 of 255 = 23%
B 87 of 255 = 34%

116
58
87

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

Portions of RGB colors in percentages

R + G + B =
116 + 58 + 87 = 261 (100%)
R 116 of 261 ~ 44.44%
G 58 of 261 ~ 22.22%
B 87 of 261 ~ 33.33%

%44.44
%22.22
%33.33

CMYK color model

#743A57 color CMYK value is (0,50,25,55).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 25.00%
  • key color value is 54.51%
CMYK:
(0,50,25,55)
C0M50Y25K55 
(0%,50%,25%,55%)
(0.00/0.50/0.25/0.55)	

CMYK percentages

%0
%50
%25
%54.51

Codes

Color #743A57 in popluar color models

743A57
RGB1165887
HSL330°33.33%34.12%
HSB/HSV330°50.00%45.49%
CMYK0.00%50.00%25.00%
54.51%

Color #743A57 in popluar number systems.

HEX743A57
Decimal1165887
Binary11101001110101010111
Octal16472127

Shades and tints

Shades of #743A57

#743A57
(116,58,87)
#6A3550
(106,53,80)
#603049
(96,48,73)
#562B42
(86,43,66)
#4C263B
(76,38,59)
#422134
(66,33,52)
#381C2D
(56,28,45)
#2E1726
(46,23,38)
#24121F
(36,18,31)
#1A0D18
(26,13,24)
#100811
(16,8,17)
#000000
(0,0,0)

Tints of #743A57

#743A57
(116,58,87)
#804B66
(128,75,102)
#8C5C75
(140,92,117)
#986D84
(152,109,132)
#A47E93
(164,126,147)
#B08FA2
(176,143,162)
#BCA0B1
(188,160,177)
#C8B1C0
(200,177,192)
#D4C2CF
(212,194,207)
#E0D3DE
(224,211,222)
#ECE4ED
(236,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #743A57; }

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

This text font color is #743A57.


Background Color

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

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

This div background color is #743A57.


Border color

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

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

This div border color is #743A57.


Opacity

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

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

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

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

This text has shadow with #743A57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #743A57 on black background.


Color preview on white background

This text has color #743A57 on white background.



Black color preview on #743A57 background

This text has black color on #743A57 background.


White color preview on #743A57 background

This text has white color on #743A57 background.