COLOR #743C3B

HEX: #743C3B
RGB: (116,60,59)

Color info

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

RGB color model

#743C3B color RGB value is (116,60,59).

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

RGB channels and saturation

R 116 of 255 = 45%
G 60 of 255 = 24%
B 59 of 255 = 23%

116
60
59

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

Portions of RGB colors in percentages

R + G + B =
116 + 60 + 59 = 235 (100%)
R 116 of 235 ~ 49.36%
G 60 of 235 ~ 25.53%
B 59 of 235 ~ 25.11%

%49.36
%25.53
%25.11

CMYK color model

#743C3B color CMYK value is (0,48,49,55).

  • cyan value is 0.00%
  • magenta value is 48.28%
  • yellow value is 49.14%
  • key color value is 54.51%
CMYK:
(0,48,49,55)
C0M48Y49K55 
(0%,48%,49%,55%)
(0.00/0.48/0.49/0.55)	

CMYK percentages

%0
%48.28
%49.14
%54.51

Codes

Color #743C3B in popluar color models

743C3B
RGB1166059
HSL32.57%34.31%
HSB/HSV49.14%45.49%
CMYK0.00%48.28%49.14%
54.51%

Color #743C3B in popluar number systems.

HEX743C3B
Decimal1166059
Binary1110100111100111011
Octal1647473

Shades and tints

Shades of #743C3B

#743C3B
(116,60,59)
#6A3736
(106,55,54)
#603231
(96,50,49)
#562D2C
(86,45,44)
#4C2827
(76,40,39)
#422322
(66,35,34)
#381E1D
(56,30,29)
#2E1918
(46,25,24)
#241413
(36,20,19)
#1A0F0E
(26,15,14)
#100A09
(16,10,9)
#000000
(0,0,0)

Tints of #743C3B

#743C3B
(116,60,59)
#804D4C
(128,77,76)
#8C5E5D
(140,94,93)
#986F6E
(152,111,110)
#A4807F
(164,128,127)
#B09190
(176,145,144)
#BCA2A1
(188,162,161)
#C8B3B2
(200,179,178)
#D4C4C3
(212,196,195)
#E0D5D4
(224,213,212)
#ECE6E5
(236,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #743C3B; }

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

This text font color is #743C3B.


Background Color

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

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

This div background color is #743C3B.


Border color

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

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

This div border color is #743C3B.


Opacity

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

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

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

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

This text has shadow with #743C3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #743C3B on black background.


Color preview on white background

This text has color #743C3B on white background.



Black color preview on #743C3B background

This text has black color on #743C3B background.


White color preview on #743C3B background

This text has white color on #743C3B background.