COLOR #743B2E

HEX: #743B2E
RGB: (116,59,46)

Color info

#743B2E contains mainly red and green colors. Web safe color of #743B2E is #663333 (or #633).

RGB color model

#743B2E color RGB value is (116,59,46).

  • red value is 116;
  • green value is 59;
  • blue value is 46.
RGB:
(116,59,46)
(45%,23%,18%)

RGB channels and saturation

R 116 of 255 = 45%
G 59 of 255 = 23%
B 46 of 255 = 18%

116
59
46

R + G + B ~ 29%. #743B2E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 59 + 46 = 221 (100%)
R 116 of 221 ~ 52.49%
G 59 of 221 ~ 26.7%
B 46 of 221 ~ 20.81%

%52.49
%26.7
%20.81

CMYK color model

#743B2E color CMYK value is (0,49,60,55).

  • cyan value is 0.00%
  • magenta value is 49.14%
  • yellow value is 60.34%
  • key color value is 54.51%
CMYK:
(0,49,60,55)
C0M49Y60K55 
(0%,49%,60%,55%)
(0.00/0.49/0.60/0.55)	

CMYK percentages

%0
%49.14
%60.34
%54.51

Codes

Color #743B2E in popluar color models

743B2E
RGB1165946
HSL11°43.21%31.76%
HSB/HSV11°60.34%45.49%
CMYK0.00%49.14%60.34%
54.51%

Color #743B2E in popluar number systems.

HEX743B2E
Decimal1165946
Binary1110100111011101110
Octal1647356

Shades and tints

Shades of #743B2E

#743B2E
(116,59,46)
#6A362A
(106,54,42)
#603126
(96,49,38)
#562C22
(86,44,34)
#4C271E
(76,39,30)
#42221A
(66,34,26)
#381D16
(56,29,22)
#2E1812
(46,24,18)
#24130E
(36,19,14)
#1A0E0A
(26,14,10)
#100906
(16,9,6)
#000000
(0,0,0)

Tints of #743B2E

#743B2E
(116,59,46)
#804C41
(128,76,65)
#8C5D54
(140,93,84)
#986E67
(152,110,103)
#A47F7A
(164,127,122)
#B0908D
(176,144,141)
#BCA1A0
(188,161,160)
#C8B2B3
(200,178,179)
#D4C3C6
(212,195,198)
#E0D4D9
(224,212,217)
#ECE5EC
(236,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #743B2E color. Also use rgb(116,59,46) instead hex code.

Text Font Color

.myTextColor { color: #743B2E; }

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

This text font color is #743B2E.


Background Color

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

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

This div background color is #743B2E.


Border color

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

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

This div border color is #743B2E.


Opacity

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

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

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

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

This text has shadow with #743B2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #743B2E on black background.


Color preview on white background

This text has color #743B2E on white background.



Black color preview on #743B2E background

This text has black color on #743B2E background.


White color preview on #743B2E background

This text has white color on #743B2E background.