COLOR #743E41

HEX: #743E41 RGB: (116,62,65)

Color info

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

RGB color model

#743E41 color RGB value is (116,62,65).

RGB: (116,62,65) (45%, 24%, 25%)

RGB channels and saturation

R 116 of 255 = 45%
G 62 of 255 = 24%
B 65 of 255 = 25%

116
62
65

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

Portions of RGB colors in percentages

R + G + B = 116 + 62 + 65 = 243 (100%)
R 116 of 243 ~ 47.74%
G 62 of 243 ~ 25.51%
B 65 of 243 ~ 26.75'%

%47.74
%25.51
%26.75

CMYK color model

#743E41 color CMYK value is (0,47,44,55).

  • cyan value is 0.00%
  • magenta value is 46.55%
  • yellow value is 43.97%
  • key color value is 54.51%

CMYK: (0,47,44,55)
C0M47Y44K55 (0%, 47%, 44%, 55%)
(0.00 / 0.47 / 0.44 / 0.55)

CMYK percentages

%0
%46.55
%43.97
%54.51

Codes

Color #743E41 in popluar color models

74 3E 41
RGB 116 62 65
HSL 357° 30.34% 34.90%
HSB/HSV 357° 46.55% 45.49%
CMYK 0.00% 46.55% 43.97%
54.51%

Color #743E41 in popluar number systems.

HEX 74 3E 41
Decimal 116 62 65
Binary 1110100 111110 1000001
Octal 164 76 101

Shades and tints

Shades of #743E41

#743E41
(116,62,65)
#6A393C
(106,57,60)
#603437
(96,52,55)
#562F32
(86,47,50)
#4C2A2D
(76,42,45)
#422528
(66,37,40)
#382023
(56,32,35)
#2E1B1E
(46,27,30)
#241619
(36,22,25)
#1A1114
(26,17,20)
#100C0F
(16,12,15)
#000000
(0,0,0)

Tints of #743E41

#743E41
(116,62,65)
#804F52
(128,79,82)
#8C6063
(140,96,99)
#987174
(152,113,116)
#A48285
(164,130,133)
#B09396
(176,147,150)
#BCA4A7
(188,164,167)
#C8B5B8
(200,181,184)
#D4C6C9
(212,198,201)
#E0D7DA
(224,215,218)
#ECE8EB
(236,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #743E41 color. Also use rgb(116,62,65) instead hex code.

Text Font Color

.myTextColor { color: #743E41; }

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

This text font color is #743E41.

Background Color

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

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

This div background color is #743E41.

Border color

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

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

This div border color is #743E41.

Opacity

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

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

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

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

This text has shadow with #743E41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #743E41.

Preview

Color preview on black background

This text has color #743E41 on black background.


Color preview on white background

This text has color #743E41 on white background.


Black color preview on #743E41 background

This text has black color on #743E41 background.


White color preview on #743E41 background

This text has white color on #743E41 background.


Related colors

Complementary color

Complementary color for #hex is #8BC1BE.


I love getcolorcode.com

Triadic colors

1 #41743E and #3E4174 with #743E41 are triadic colors.

2 #413E74 and #3E7441 with #743E41 are triadic colors.