COLOR #743A4F

HEX: #743A4F
RGB: (116,58,79)

Color info

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

RGB color model

#743A4F color RGB value is (116,58,79).

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

RGB channels and saturation

R 116 of 255 = 45%
G 58 of 255 = 23%
B 79 of 255 = 31%

116
58
79

R + G + B ~ 33%. #743A4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 58 + 79 = 253 (100%)
R 116 of 253 ~ 45.85%
G 58 of 253 ~ 22.92%
B 79 of 253 ~ 31.23%

%45.85
%22.92
%31.23

CMYK color model

#743A4F color CMYK value is (0,50,32,55).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 31.90%
  • key color value is 54.51%
CMYK:
(0,50,32,55)
C0M50Y32K55 
(0%,50%,32%,55%)
(0.00/0.50/0.32/0.55)	

CMYK percentages

%0
%50
%31.9
%54.51

Codes

Color #743A4F in popluar color models

743A4F
RGB1165879
HSL338°33.33%34.12%
HSB/HSV338°50.00%45.49%
CMYK0.00%50.00%31.90%
54.51%

Color #743A4F in popluar number systems.

HEX743A4F
Decimal1165879
Binary11101001110101001111
Octal16472117

Shades and tints

Shades of #743A4F

#743A4F
(116,58,79)
#6A3548
(106,53,72)
#603041
(96,48,65)
#562B3A
(86,43,58)
#4C2633
(76,38,51)
#42212C
(66,33,44)
#381C25
(56,28,37)
#2E171E
(46,23,30)
#241217
(36,18,23)
#1A0D10
(26,13,16)
#100809
(16,8,9)
#000000
(0,0,0)

Tints of #743A4F

#743A4F
(116,58,79)
#804B5F
(128,75,95)
#8C5C6F
(140,92,111)
#986D7F
(152,109,127)
#A47E8F
(164,126,143)
#B08F9F
(176,143,159)
#BCA0AF
(188,160,175)
#C8B1BF
(200,177,191)
#D4C2CF
(212,194,207)
#E0D3DF
(224,211,223)
#ECE4EF
(236,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #743A4F; }

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

This text font color is #743A4F.


Background Color

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

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

This div background color is #743A4F.


Border color

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

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

This div border color is #743A4F.


Opacity

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

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

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

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

This text has shadow with #743A4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #743A4F on black background.


Color preview on white background

This text has color #743A4F on white background.



Black color preview on #743A4F background

This text has black color on #743A4F background.


White color preview on #743A4F background

This text has white color on #743A4F background.