COLOR #743E6A

HEX: #743E6A
RGB: (116,62,106)

Color info

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

RGB color model

#743E6A color RGB value is (116,62,106).

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

RGB channels and saturation

R 116 of 255 = 45%
G 62 of 255 = 24%
B 106 of 255 = 42%

116
62
106

R + G + B ~ 37%. #743E6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 62 + 106 = 284 (100%)
R 116 of 284 ~ 40.85%
G 62 of 284 ~ 21.83%
B 106 of 284 ~ 37.32%

%40.85
%21.83
%37.32

CMYK color model

#743E6A color CMYK value is (0,47,9,55).

  • cyan value is 0.00%
  • magenta value is 46.55%
  • yellow value is 8.62%
  • key color value is 54.51%
CMYK:
(0,47,9,55)
C0M47Y9K55 
(0%,47%,9%,55%)
(0.00/0.47/0.09/0.55)	

CMYK percentages

%0
%46.55
%8.62
%54.51

Codes

Color #743E6A in popluar color models

743E6A
RGB11662106
HSL311°30.34%34.90%
HSB/HSV311°46.55%45.49%
CMYK0.00%46.55%8.62%
54.51%

Color #743E6A in popluar number systems.

HEX743E6A
Decimal11662106
Binary11101001111101101010
Octal16476152

Shades and tints

Shades of #743E6A

#743E6A
(116,62,106)
#6A3961
(106,57,97)
#603458
(96,52,88)
#562F4F
(86,47,79)
#4C2A46
(76,42,70)
#42253D
(66,37,61)
#382034
(56,32,52)
#2E1B2B
(46,27,43)
#241622
(36,22,34)
#1A1119
(26,17,25)
#100C10
(16,12,16)
#000000
(0,0,0)

Tints of #743E6A

#743E6A
(116,62,106)
#804F77
(128,79,119)
#8C6084
(140,96,132)
#987191
(152,113,145)
#A4829E
(164,130,158)
#B093AB
(176,147,171)
#BCA4B8
(188,164,184)
#C8B5C5
(200,181,197)
#D4C6D2
(212,198,210)
#E0D7DF
(224,215,223)
#ECE8EC
(236,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #743E6A; }

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

This text font color is #743E6A.


Background Color

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

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

This div background color is #743E6A.


Border color

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

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

This div border color is #743E6A.


Opacity

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

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

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

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

This text has shadow with #743E6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #743E6A on black background.


Color preview on white background

This text has color #743E6A on white background.



Black color preview on #743E6A background

This text has black color on #743E6A background.


White color preview on #743E6A background

This text has white color on #743E6A background.