COLOR #743D49

HEX: #743D49
RGB: (116,61,73)

Color info

#743D49 contains red, green and blue colors in about the same proportion. Web safe color of #743D49 is #663333 (or #633).

RGB color model

#743D49 color RGB value is (116,61,73).

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

RGB channels and saturation

R 116 of 255 = 45%
G 61 of 255 = 24%
B 73 of 255 = 29%

116
61
73

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

Portions of RGB colors in percentages

R + G + B =
116 + 61 + 73 = 250 (100%)
R 116 of 250 ~ 46.4%
G 61 of 250 ~ 24.4%
B 73 of 250 ~ 29.2%

%46.4
%24.4
%29.2

CMYK color model

#743D49 color CMYK value is (0,47,37,55).

  • cyan value is 0.00%
  • magenta value is 47.41%
  • yellow value is 37.07%
  • key color value is 54.51%
CMYK:
(0,47,37,55)
C0M47Y37K55 
(0%,47%,37%,55%)
(0.00/0.47/0.37/0.55)	

CMYK percentages

%0
%47.41
%37.07
%54.51

Codes

Color #743D49 in popluar color models

743D49
RGB1166173
HSL347°31.07%34.71%
HSB/HSV347°47.41%45.49%
CMYK0.00%47.41%37.07%
54.51%

Color #743D49 in popluar number systems.

HEX743D49
Decimal1166173
Binary11101001111011001001
Octal16475111

Shades and tints

Shades of #743D49

#743D49
(116,61,73)
#6A3843
(106,56,67)
#60333D
(96,51,61)
#562E37
(86,46,55)
#4C2931
(76,41,49)
#42242B
(66,36,43)
#381F25
(56,31,37)
#2E1A1F
(46,26,31)
#241519
(36,21,25)
#1A1013
(26,16,19)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #743D49

#743D49
(116,61,73)
#804E59
(128,78,89)
#8C5F69
(140,95,105)
#987079
(152,112,121)
#A48189
(164,129,137)
#B09299
(176,146,153)
#BCA3A9
(188,163,169)
#C8B4B9
(200,180,185)
#D4C5C9
(212,197,201)
#E0D6D9
(224,214,217)
#ECE7E9
(236,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #743D49; }

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

This text font color is #743D49.


Background Color

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

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

This div background color is #743D49.


Border color

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

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

This div border color is #743D49.


Opacity

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

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

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

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

This text has shadow with #743D49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #743D49 on black background.


Color preview on white background

This text has color #743D49 on white background.



Black color preview on #743D49 background

This text has black color on #743D49 background.


White color preview on #743D49 background

This text has white color on #743D49 background.