COLOR #743E15

HEX: #743E15
RGB: (116,62,21)

Color info

#743E15 contains mainly red and green colors. Web safe color of #743E15 is #663300 (or #630).

RGB color model

#743E15 color RGB value is (116,62,21).

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

RGB channels and saturation

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

116
62
21

R + G + B ~ 26%. #743E15 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 62 + 21 = 199 (100%)
R 116 of 199 ~ 58.29%
G 62 of 199 ~ 31.16%
B 21 of 199 ~ 10.55%

%58.29
%31.16
%10.55

CMYK color model

#743E15 color CMYK value is (0,47,82,55).

  • cyan value is 0.00%
  • magenta value is 46.55%
  • yellow value is 81.90%
  • key color value is 54.51%
CMYK:
(0,47,82,55)
C0M47Y82K55 
(0%,47%,82%,55%)
(0.00/0.47/0.82/0.55)	

CMYK percentages

%0
%46.55
%81.9
%54.51

Codes

Color #743E15 in popluar color models

743E15
RGB1166221
HSL26°69.34%26.86%
HSB/HSV26°81.90%45.49%
CMYK0.00%46.55%81.90%
54.51%

Color #743E15 in popluar number systems.

HEX743E15
Decimal1166221
Binary111010011111010101
Octal1647625

Shades and tints

Shades of #743E15

#743E15
(116,62,21)
#6A3914
(106,57,20)
#603413
(96,52,19)
#562F12
(86,47,18)
#4C2A11
(76,42,17)
#422510
(66,37,16)
#38200F
(56,32,15)
#2E1B0E
(46,27,14)
#24160D
(36,22,13)
#1A110C
(26,17,12)
#100C0B
(16,12,11)
#000000
(0,0,0)

Tints of #743E15

#743E15
(116,62,21)
#804F2A
(128,79,42)
#8C603F
(140,96,63)
#987154
(152,113,84)
#A48269
(164,130,105)
#B0937E
(176,147,126)
#BCA493
(188,164,147)
#C8B5A8
(200,181,168)
#D4C6BD
(212,198,189)
#E0D7D2
(224,215,210)
#ECE8E7
(236,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #743E15; }

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

This text font color is #743E15.


Background Color

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

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

This div background color is #743E15.


Border color

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

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

This div border color is #743E15.


Opacity

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

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

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

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

This text has shadow with #743E15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #743E15 on black background.


Color preview on white background

This text has color #743E15 on white background.



Black color preview on #743E15 background

This text has black color on #743E15 background.


White color preview on #743E15 background

This text has white color on #743E15 background.