COLOR #743B3A

HEX: #743B3A RGB: (116,59,58)

Color info

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

RGB color model

#743B3A color RGB value is (116,59,58).

RGB: (116,59,58) (45%, 23%, 23%)

RGB channels and saturation

R 116 of 255 = 45%
G 59 of 255 = 23%
B 58 of 255 = 23%

116
59
58

R + G + B ~ 30%. #743B3A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 116 + 59 + 58 = 233 (100%)
R 116 of 233 ~ 49.79%
G 59 of 233 ~ 25.32%
B 58 of 233 ~ 24.89'%

%49.79
%25.32
%24.89

CMYK color model

#743B3A color CMYK value is (0,49,50,55).

  • cyan value is 0.00%
  • magenta value is 49.14%
  • yellow value is 50.00%
  • key color value is 54.51%

CMYK: (0,49,50,55)
C0M49Y50K55 (0%, 49%, 50%, 55%)
(0.00 / 0.49 / 0.50 / 0.55)

CMYK percentages

%0
%49.14
%50
%54.51

Codes

Color #743B3A in popluar color models

74 3B 3A
RGB 116 59 58
HSL 33.33% 34.12%
HSB/HSV 50.00% 45.49%
CMYK 0.00% 49.14% 50.00%
54.51%

Color #743B3A in popluar number systems.

HEX 74 3B 3A
Decimal 116 59 58
Binary 1110100 111011 111010
Octal 164 73 72

Shades and tints

Shades of #743B3A

#743B3A
(116,59,58)
#6A3635
(106,54,53)
#603130
(96,49,48)
#562C2B
(86,44,43)
#4C2726
(76,39,38)
#422221
(66,34,33)
#381D1C
(56,29,28)
#2E1817
(46,24,23)
#241312
(36,19,18)
#1A0E0D
(26,14,13)
#100908
(16,9,8)
#000000
(0,0,0)

Tints of #743B3A

#743B3A
(116,59,58)
#804C4B
(128,76,75)
#8C5D5C
(140,93,92)
#986E6D
(152,110,109)
#A47F7E
(164,127,126)
#B0908F
(176,144,143)
#BCA1A0
(188,161,160)
#C8B2B1
(200,178,177)
#D4C3C2
(212,195,194)
#E0D4D3
(224,212,211)
#ECE5E4
(236,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #743B3A; }

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

This text font color is #743B3A.

Background Color

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

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

This div background color is #743B3A.

Border color

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

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

This div border color is #743B3A.

Opacity

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

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

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

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

This text has shadow with #743B3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #743B3A.

Preview

Color preview on black background

This text has color #743B3A on black background.


Color preview on white background

This text has color #743B3A on white background.


Black color preview on #743B3A background

This text has black color on #743B3A background.


White color preview on #743B3A background

This text has white color on #743B3A background.


Related colors

Complementary color

Complementary color for #hex is #8BC4C5.


I love getcolorcode.com

Triadic colors

1 #3A743B and #3B3A74 with #743B3A are triadic colors.

2 #3A3B74 and #3B743A with #743B3A are triadic colors.