COLOR #743F65

HEX: #743F65
RGB: (116,63,101)

Color info

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

RGB color model

#743F65 color RGB value is (116,63,101).

  • red value is 116;
  • green value is 63;
  • blue value is 101.
RGB: (116,63,101) (45%,25%,40%)

RGB channels and saturation

R 116 of 255 = 45%
G 63 of 255 = 25%
B 101 of 255 = 40%

116
63
101

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

Portions of RGB colors in percentages

R + G + B =
116 + 63 + 101 = 280 (100%)
R 116 of 280 ~ 41.43%
G 63 of 280 ~ 22.5%
B 101 of 280 ~ 36.07%

%41.43
%22.5
%36.07

CMYK color model

#743F65 color CMYK value is (0,46,13,55).

  • cyan value is 0.00%
  • magenta value is 45.69%
  • yellow value is 12.93%
  • key color value is 54.51%
CMYK: (0,46,13,55) C0M46Y13K55 (0%,46%,13%,55%) (0.00/0.46/0.13/0.55)

CMYK percentages

%0
%45.69
%12.93
%54.51

Codes

Color #743F65 in popluar color models

743F65
RGB11663101
HSL317°29.61%35.10%
HSB/HSV317°45.69%45.49%
CMYK0.00%45.69%12.93%
54.51%

Color #743F65 in popluar number systems.

HEX743F65
Decimal11663101
Binary11101001111111100101
Octal16477145

Shades and tints

Shades of #743F65

#743F65
(116,63,101)
#6A3A5C
(106,58,92)
#603553
(96,53,83)
#56304A
(86,48,74)
#4C2B41
(76,43,65)
#422638
(66,38,56)
#38212F
(56,33,47)
#2E1C26
(46,28,38)
#24171D
(36,23,29)
#1A1214
(26,18,20)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #743F65

#743F65
(116,63,101)
#805073
(128,80,115)
#8C6181
(140,97,129)
#98728F
(152,114,143)
#A4839D
(164,131,157)
#B094AB
(176,148,171)
#BCA5B9
(188,165,185)
#C8B6C7
(200,182,199)
#D4C7D5
(212,199,213)
#E0D8E3
(224,216,227)
#ECE9F1
(236,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #743F65 color. Also use rgb(116,63,101) instead hex code.

Text Font Color

.myTextColor { color: #743F65; }

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

This text font color is #743F65.


Background Color

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

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

This div background color is #743F65.


Border color

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

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

This div border color is #743F65.


Opacity

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

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

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

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

This text has shadow with #743F65 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #743F65 on black background.


Color preview on white background

This text has color #743F65 on white background.



Black color preview on #743F65 background

This text has black color on #743F65 background.


White color preview on #743F65 background

This text has white color on #743F65 background.