COLOR #743F2A

HEX: #743F2A
RGB: (116,63,42)

Color info

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

RGB color model

#743F2A color RGB value is (116,63,42).

  • red value is 116;
  • green value is 63;
  • blue value is 42.
RGB:
(116,63,42)
(45%,25%,16%)

RGB channels and saturation

R 116 of 255 = 45%
G 63 of 255 = 25%
B 42 of 255 = 16%

116
63
42

R + G + B ~ 29%. #743F2A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 63 + 42 = 221 (100%)
R 116 of 221 ~ 52.49%
G 63 of 221 ~ 28.51%
B 42 of 221 ~ 19%

%52.49
%28.51
%19

CMYK color model

#743F2A color CMYK value is (0,46,64,55).

  • cyan value is 0.00%
  • magenta value is 45.69%
  • yellow value is 63.79%
  • key color value is 54.51%
CMYK:
(0,46,64,55)
C0M46Y64K55 
(0%,46%,64%,55%)
(0.00/0.46/0.64/0.55)	

CMYK percentages

%0
%45.69
%63.79
%54.51

Codes

Color #743F2A in popluar color models

743F2A
RGB1166342
HSL17°46.84%30.98%
HSB/HSV17°63.79%45.49%
CMYK0.00%45.69%63.79%
54.51%

Color #743F2A in popluar number systems.

HEX743F2A
Decimal1166342
Binary1110100111111101010
Octal1647752

Shades and tints

Shades of #743F2A

#743F2A
(116,63,42)
#6A3A27
(106,58,39)
#603524
(96,53,36)
#563021
(86,48,33)
#4C2B1E
(76,43,30)
#42261B
(66,38,27)
#382118
(56,33,24)
#2E1C15
(46,28,21)
#241712
(36,23,18)
#1A120F
(26,18,15)
#100D0C
(16,13,12)
#000000
(0,0,0)

Tints of #743F2A

#743F2A
(116,63,42)
#80503D
(128,80,61)
#8C6150
(140,97,80)
#987263
(152,114,99)
#A48376
(164,131,118)
#B09489
(176,148,137)
#BCA59C
(188,165,156)
#C8B6AF
(200,182,175)
#D4C7C2
(212,199,194)
#E0D8D5
(224,216,213)
#ECE9E8
(236,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #743F2A color. Also use rgb(116,63,42) instead hex code.

Text Font Color

.myTextColor { color: #743F2A; }

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

This text font color is #743F2A.


Background Color

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

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

This div background color is #743F2A.


Border color

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

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

This div border color is #743F2A.


Opacity

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

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

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

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

This text has shadow with #743F2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #743F2A on black background.


Color preview on white background

This text has color #743F2A on white background.



Black color preview on #743F2A background

This text has black color on #743F2A background.


White color preview on #743F2A background

This text has white color on #743F2A background.