COLOR #743E56

HEX: #743E56
RGB: (116,62,86)

Color info

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

RGB color model

#743E56 color RGB value is (116,62,86).

  • red value is 116;
  • green value is 62;
  • blue value is 86.
RGB:
(116,62,86)
(45%,24%,34%)

RGB channels and saturation

R 116 of 255 = 45%
G 62 of 255 = 24%
B 86 of 255 = 34%

116
62
86

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

Portions of RGB colors in percentages

R + G + B =
116 + 62 + 86 = 264 (100%)
R 116 of 264 ~ 43.94%
G 62 of 264 ~ 23.48%
B 86 of 264 ~ 32.58%

%43.94
%23.48
%32.58

CMYK color model

#743E56 color CMYK value is (0,47,26,55).

  • cyan value is 0.00%
  • magenta value is 46.55%
  • yellow value is 25.86%
  • key color value is 54.51%
CMYK:
(0,47,26,55)
C0M47Y26K55 
(0%,47%,26%,55%)
(0.00/0.47/0.26/0.55)	

CMYK percentages

%0
%46.55
%25.86
%54.51

Codes

Color #743E56 in popluar color models

743E56
RGB1166286
HSL333°30.34%34.90%
HSB/HSV333°46.55%45.49%
CMYK0.00%46.55%25.86%
54.51%

Color #743E56 in popluar number systems.

HEX743E56
Decimal1166286
Binary11101001111101010110
Octal16476126

Shades and tints

Shades of #743E56

#743E56
(116,62,86)
#6A394F
(106,57,79)
#603448
(96,52,72)
#562F41
(86,47,65)
#4C2A3A
(76,42,58)
#422533
(66,37,51)
#38202C
(56,32,44)
#2E1B25
(46,27,37)
#24161E
(36,22,30)
#1A1117
(26,17,23)
#100C10
(16,12,16)
#000000
(0,0,0)

Tints of #743E56

#743E56
(116,62,86)
#804F65
(128,79,101)
#8C6074
(140,96,116)
#987183
(152,113,131)
#A48292
(164,130,146)
#B093A1
(176,147,161)
#BCA4B0
(188,164,176)
#C8B5BF
(200,181,191)
#D4C6CE
(212,198,206)
#E0D7DD
(224,215,221)
#ECE8EC
(236,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #743E56 color. Also use rgb(116,62,86) instead hex code.

Text Font Color

.myTextColor { color: #743E56; }

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

This text font color is #743E56.


Background Color

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

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

This div background color is #743E56.


Border color

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

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

This div border color is #743E56.


Opacity

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

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

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

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

This text has shadow with #743E56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #743E56 on black background.


Color preview on white background

This text has color #743E56 on white background.



Black color preview on #743E56 background

This text has black color on #743E56 background.


White color preview on #743E56 background

This text has white color on #743E56 background.