COLOR #743E36

HEX: #743E36
RGB: (116,62,54)

Color info

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

RGB color model

#743E36 color RGB value is (116,62,54).

  • red value is 116;
  • green value is 62;
  • blue value is 54.
RGB:
(116,62,54)
(45%,24%,21%)

RGB channels and saturation

R 116 of 255 = 45%
G 62 of 255 = 24%
B 54 of 255 = 21%

116
62
54

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

Portions of RGB colors in percentages

R + G + B =
116 + 62 + 54 = 232 (100%)
R 116 of 232 ~ 50%
G 62 of 232 ~ 26.72%
B 54 of 232 ~ 23.28%

%50
%26.72
%23.28

CMYK color model

#743E36 color CMYK value is (0,47,53,55).

  • cyan value is 0.00%
  • magenta value is 46.55%
  • yellow value is 53.45%
  • key color value is 54.51%
CMYK:
(0,47,53,55)
C0M47Y53K55 
(0%,47%,53%,55%)
(0.00/0.47/0.53/0.55)	

CMYK percentages

%0
%46.55
%53.45
%54.51

Codes

Color #743E36 in popluar color models

743E36
RGB1166254
HSL36.47%33.33%
HSB/HSV53.45%45.49%
CMYK0.00%46.55%53.45%
54.51%

Color #743E36 in popluar number systems.

HEX743E36
Decimal1166254
Binary1110100111110110110
Octal1647666

Shades and tints

Shades of #743E36

#743E36
(116,62,54)
#6A3932
(106,57,50)
#60342E
(96,52,46)
#562F2A
(86,47,42)
#4C2A26
(76,42,38)
#422522
(66,37,34)
#38201E
(56,32,30)
#2E1B1A
(46,27,26)
#241616
(36,22,22)
#1A1112
(26,17,18)
#100C0E
(16,12,14)
#000000
(0,0,0)

Tints of #743E36

#743E36
(116,62,54)
#804F48
(128,79,72)
#8C605A
(140,96,90)
#98716C
(152,113,108)
#A4827E
(164,130,126)
#B09390
(176,147,144)
#BCA4A2
(188,164,162)
#C8B5B4
(200,181,180)
#D4C6C6
(212,198,198)
#E0D7D8
(224,215,216)
#ECE8EA
(236,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #743E36; }

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

This text font color is #743E36.


Background Color

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

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

This div background color is #743E36.


Border color

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

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

This div border color is #743E36.


Opacity

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

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

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

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

This text has shadow with #743E36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #743E36 on black background.


Color preview on white background

This text has color #743E36 on white background.



Black color preview on #743E36 background

This text has black color on #743E36 background.


White color preview on #743E36 background

This text has white color on #743E36 background.