COLOR #743156

HEX: #743156
RGB: (116,49,86)

Color info

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

RGB color model

#743156 color RGB value is (116,49,86).

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

RGB channels and saturation

R 116 of 255 = 45%
G 49 of 255 = 19%
B 86 of 255 = 34%

116
49
86

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

Portions of RGB colors in percentages

R + G + B =
116 + 49 + 86 = 251 (100%)
R 116 of 251 ~ 46.22%
G 49 of 251 ~ 19.52%
B 86 of 251 ~ 34.26%

%46.22
%19.52
%34.26

CMYK color model

#743156 color CMYK value is (0,58,26,55).

  • cyan value is 0.00%
  • magenta value is 57.76%
  • yellow value is 25.86%
  • key color value is 54.51%
CMYK:
(0,58,26,55)
C0M58Y26K55 
(0%,58%,26%,55%)
(0.00/0.58/0.26/0.55)	

CMYK percentages

%0
%57.76
%25.86
%54.51

Codes

Color #743156 in popluar color models

743156
RGB1164986
HSL327°40.61%32.35%
HSB/HSV327°57.76%45.49%
CMYK0.00%57.76%25.86%
54.51%

Color #743156 in popluar number systems.

HEX743156
Decimal1164986
Binary11101001100011010110
Octal16461126

Shades and tints

Shades of #743156

#743156
(116,49,86)
#6A2D4F
(106,45,79)
#602948
(96,41,72)
#562541
(86,37,65)
#4C213A
(76,33,58)
#421D33
(66,29,51)
#38192C
(56,25,44)
#2E1525
(46,21,37)
#24111E
(36,17,30)
#1A0D17
(26,13,23)
#100910
(16,9,16)
#000000
(0,0,0)

Tints of #743156

#743156
(116,49,86)
#804365
(128,67,101)
#8C5574
(140,85,116)
#986783
(152,103,131)
#A47992
(164,121,146)
#B08BA1
(176,139,161)
#BC9DB0
(188,157,176)
#C8AFBF
(200,175,191)
#D4C1CE
(212,193,206)
#E0D3DD
(224,211,221)
#ECE5EC
(236,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #743156; }

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

This text font color is #743156.


Background Color

.myBgColor { background-color: #743156; }

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

This div background color is #743156.


Border color

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

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

This div border color is #743156.


Opacity

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

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

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

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

This text has shadow with #743156 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #743156 on black background.


Color preview on white background

This text has color #743156 on white background.



Black color preview on #743156 background

This text has black color on #743156 background.


White color preview on #743156 background

This text has white color on #743156 background.