COLOR #743112

HEX: #743112
RGB: (116,49,18)

Color info

#743112 contains mainly red color. Web safe color of #743112 is #663300 (or #630).

RGB color model

#743112 color RGB value is (116,49,18).

  • red value is 116;
  • green value is 49;
  • blue value is 18.
RGB:
(116,49,18)
(45%,19%,7%)

RGB channels and saturation

R 116 of 255 = 45%
G 49 of 255 = 19%
B 18 of 255 = 7%

116
49
18

R + G + B ~ 24%. #743112 is dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 49 + 18 = 183 (100%)
R 116 of 183 ~ 63.39%
G 49 of 183 ~ 26.78%
B 18 of 183 ~ 9.84%

%63.39
%26.78
%9.84

CMYK color model

#743112 color CMYK value is (0,58,84,55).

  • cyan value is 0.00%
  • magenta value is 57.76%
  • yellow value is 84.48%
  • key color value is 54.51%
CMYK:
(0,58,84,55)
C0M58Y84K55 
(0%,58%,84%,55%)
(0.00/0.58/0.84/0.55)	

CMYK percentages

%0
%57.76
%84.48
%54.51

Codes

Color #743112 in popluar color models

743112
RGB1164918
HSL19°73.13%26.27%
HSB/HSV19°84.48%45.49%
CMYK0.00%57.76%84.48%
54.51%

Color #743112 in popluar number systems.

HEX743112
Decimal1164918
Binary111010011000110010
Octal1646122

Shades and tints

Shades of #743112

#743112
(116,49,18)
#6A2D11
(106,45,17)
#602910
(96,41,16)
#56250F
(86,37,15)
#4C210E
(76,33,14)
#421D0D
(66,29,13)
#38190C
(56,25,12)
#2E150B
(46,21,11)
#24110A
(36,17,10)
#1A0D09
(26,13,9)
#100908
(16,9,8)
#000000
(0,0,0)

Tints of #743112

#743112
(116,49,18)
#804327
(128,67,39)
#8C553C
(140,85,60)
#986751
(152,103,81)
#A47966
(164,121,102)
#B08B7B
(176,139,123)
#BC9D90
(188,157,144)
#C8AFA5
(200,175,165)
#D4C1BA
(212,193,186)
#E0D3CF
(224,211,207)
#ECE5E4
(236,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #743112 color. Also use rgb(116,49,18) instead hex code.

Text Font Color

.myTextColor { color: #743112; }

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

This text font color is #743112.


Background Color

.myBgColor { background-color: #743112; }

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

This div background color is #743112.


Border color

.myBorderColor { border: 1px solid #743112; }

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

This div border color is #743112.


Opacity

.myOpacity80 { color: #743112; opacity: 0.8; }

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

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

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

This text has shadow with #743112 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #743112 on black background.


Color preview on white background

This text has color #743112 on white background.



Black color preview on #743112 background

This text has black color on #743112 background.


White color preview on #743112 background

This text has white color on #743112 background.