COLOR #743349

HEX: #743349
RGB: (116,51,73)

Color info

#743349 contains mainly red and blue colors. Web safe color of #743349 is #663333 (or #633).

RGB color model

#743349 color RGB value is (116,51,73).

  • red value is 116;
  • green value is 51;
  • blue value is 73.
RGB:
(116,51,73)
(45%,20%,29%)

RGB channels and saturation

R 116 of 255 = 45%
G 51 of 255 = 20%
B 73 of 255 = 29%

116
51
73

R + G + B ~ 31%. #743349 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 51 + 73 = 240 (100%)
R 116 of 240 ~ 48.33%
G 51 of 240 ~ 21.25%
B 73 of 240 ~ 30.42%

%48.33
%21.25
%30.42

CMYK color model

#743349 color CMYK value is (0,56,37,55).

  • cyan value is 0.00%
  • magenta value is 56.03%
  • yellow value is 37.07%
  • key color value is 54.51%
CMYK:
(0,56,37,55)
C0M56Y37K55 
(0%,56%,37%,55%)
(0.00/0.56/0.37/0.55)	

CMYK percentages

%0
%56.03
%37.07
%54.51

Codes

Color #743349 in popluar color models

743349
RGB1165173
HSL340°38.92%32.75%
HSB/HSV340°56.03%45.49%
CMYK0.00%56.03%37.07%
54.51%

Color #743349 in popluar number systems.

HEX743349
Decimal1165173
Binary11101001100111001001
Octal16463111

Shades and tints

Shades of #743349

#743349
(116,51,73)
#6A2F43
(106,47,67)
#602B3D
(96,43,61)
#562737
(86,39,55)
#4C2331
(76,35,49)
#421F2B
(66,31,43)
#381B25
(56,27,37)
#2E171F
(46,23,31)
#241319
(36,19,25)
#1A0F13
(26,15,19)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #743349

#743349
(116,51,73)
#804559
(128,69,89)
#8C5769
(140,87,105)
#986979
(152,105,121)
#A47B89
(164,123,137)
#B08D99
(176,141,153)
#BC9FA9
(188,159,169)
#C8B1B9
(200,177,185)
#D4C3C9
(212,195,201)
#E0D5D9
(224,213,217)
#ECE7E9
(236,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #743349 color. Also use rgb(116,51,73) instead hex code.

Text Font Color

.myTextColor { color: #743349; }

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

This text font color is #743349.


Background Color

.myBgColor { background-color: #743349; }

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

This div background color is #743349.


Border color

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

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

This div border color is #743349.


Opacity

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

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

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

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

This text has shadow with #743349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #743349 on black background.


Color preview on white background

This text has color #743349 on white background.



Black color preview on #743349 background

This text has black color on #743349 background.


White color preview on #743349 background

This text has white color on #743349 background.