COLOR #743B3C

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

116
59
60

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

Portions of RGB colors in percentages

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

%49.36
%25.11
%25.53

CMYK color model

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

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

CMYK percentages

%0
%49.14
%48.28
%54.51

Codes

Color #743B3C in popluar color models

743B3C
RGB1165960
HSL359°32.57%34.31%
HSB/HSV359°49.14%45.49%
CMYK0.00%49.14%48.28%
54.51%

Color #743B3C in popluar number systems.

HEX743B3C
Decimal1165960
Binary1110100111011111100
Octal1647374

Shades and tints

Shades of #743B3C

#743B3C
(116,59,60)
#6A3637
(106,54,55)
#603132
(96,49,50)
#562C2D
(86,44,45)
#4C2728
(76,39,40)
#422223
(66,34,35)
#381D1E
(56,29,30)
#2E1819
(46,24,25)
#241314
(36,19,20)
#1A0E0F
(26,14,15)
#10090A
(16,9,10)
#000000
(0,0,0)

Tints of #743B3C

#743B3C
(116,59,60)
#804C4D
(128,76,77)
#8C5D5E
(140,93,94)
#986E6F
(152,110,111)
#A47F80
(164,127,128)
#B09091
(176,144,145)
#BCA1A2
(188,161,162)
#C8B2B3
(200,178,179)
#D4C3C4
(212,195,196)
#E0D4D5
(224,212,213)
#ECE5E6
(236,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #743B3C; }

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

This text font color is #743B3C.


Background Color

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

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

This div background color is #743B3C.


Border color

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

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

This div border color is #743B3C.


Opacity

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

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

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

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

This text has shadow with #743B3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #743B3C on black background.


Color preview on white background

This text has color #743B3C on white background.



Black color preview on #743B3C background

This text has black color on #743B3C background.


White color preview on #743B3C background

This text has white color on #743B3C background.