COLOR #743101

HEX: #743101
RGB: (116,49,1)

Color info

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

RGB color model

#743101 color RGB value is (116,49,1).

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

RGB channels and saturation

R 116 of 255 = 45%
G 49 of 255 = 19%
B 1 of 255 = 0%

116
49
1

R + G + B ~ 21%. #743101 is dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 49 + 1 = 166 (100%)
R 116 of 166 ~ 69.88%
G 49 of 166 ~ 29.52%
B 1 of 166 ~ 0.6%

%69.88
%29.52

CMYK color model

#743101 color CMYK value is (0,58,99,55).

  • cyan value is 0.00%
  • magenta value is 57.76%
  • yellow value is 99.14%
  • key color value is 54.51%
CMYK:
(0,58,99,55)
C0M58Y99K55 
(0%,58%,99%,55%)
(0.00/0.58/0.99/0.55)	

CMYK percentages

%0
%57.76
%99.14
%54.51

Codes

Color #743101 in popluar color models

743101
RGB116491
HSL25°98.29%22.94%
HSB/HSV25°99.14%45.49%
CMYK0.00%57.76%99.14%
54.51%

Color #743101 in popluar number systems.

HEX743101
Decimal116491
Binary11101001100011
Octal164611

Shades and tints

Shades of #743101

#743101
(116,49,1)
#6A2D01
(106,45,1)
#602901
(96,41,1)
#562501
(86,37,1)
#4C2101
(76,33,1)
#421D01
(66,29,1)
#381901
(56,25,1)
#2E1501
(46,21,1)
#241101
(36,17,1)
#1A0D01
(26,13,1)
#100901
(16,9,1)
#000000
(0,0,0)

Tints of #743101

#743101
(116,49,1)
#804318
(128,67,24)
#8C552F
(140,85,47)
#986746
(152,103,70)
#A4795D
(164,121,93)
#B08B74
(176,139,116)
#BC9D8B
(188,157,139)
#C8AFA2
(200,175,162)
#D4C1B9
(212,193,185)
#E0D3D0
(224,211,208)
#ECE5E7
(236,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #743101; }

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

This text font color is #743101.


Background Color

.myBgColor { background-color: #743101; }

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

This div background color is #743101.


Border color

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

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

This div border color is #743101.


Opacity

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

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

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

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

This text has shadow with #743101 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #743101 on black background.


Color preview on white background

This text has color #743101 on white background.



Black color preview on #743101 background

This text has black color on #743101 background.


White color preview on #743101 background

This text has white color on #743101 background.