COLOR #743A0A

HEX: #743A0A
RGB: (116,58,10)

Color info

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

RGB color model

#743A0A color RGB value is (116,58,10).

  • red value is 116;
  • green value is 58;
  • blue value is 10.
RGB:
(116,58,10)
(45%,23%,4%)

RGB channels and saturation

R 116 of 255 = 45%
G 58 of 255 = 23%
B 10 of 255 = 4%

116
58
10

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

Portions of RGB colors in percentages

R + G + B =
116 + 58 + 10 = 184 (100%)
R 116 of 184 ~ 63.04%
G 58 of 184 ~ 31.52%
B 10 of 184 ~ 5.43%

%63.04
%31.52

CMYK color model

#743A0A color CMYK value is (0,50,91,55).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 91.38%
  • key color value is 54.51%
CMYK:
(0,50,91,55)
C0M50Y91K55 
(0%,50%,91%,55%)
(0.00/0.50/0.91/0.55)	

CMYK percentages

%0
%50
%91.38
%54.51

Codes

Color #743A0A in popluar color models

743A0A
RGB1165810
HSL27°84.13%24.71%
HSB/HSV27°91.38%45.49%
CMYK0.00%50.00%91.38%
54.51%

Color #743A0A in popluar number systems.

HEX743A0A
Decimal1165810
Binary11101001110101010
Octal1647212

Shades and tints

Shades of #743A0A

#743A0A
(116,58,10)
#6A350A
(106,53,10)
#60300A
(96,48,10)
#562B0A
(86,43,10)
#4C260A
(76,38,10)
#42210A
(66,33,10)
#381C0A
(56,28,10)
#2E170A
(46,23,10)
#24120A
(36,18,10)
#1A0D0A
(26,13,10)
#10080A
(16,8,10)
#000000
(0,0,0)

Tints of #743A0A

#743A0A
(116,58,10)
#804B20
(128,75,32)
#8C5C36
(140,92,54)
#986D4C
(152,109,76)
#A47E62
(164,126,98)
#B08F78
(176,143,120)
#BCA08E
(188,160,142)
#C8B1A4
(200,177,164)
#D4C2BA
(212,194,186)
#E0D3D0
(224,211,208)
#ECE4E6
(236,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #743A0A color. Also use rgb(116,58,10) instead hex code.

Text Font Color

.myTextColor { color: #743A0A; }

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

This text font color is #743A0A.


Background Color

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

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

This div background color is #743A0A.


Border color

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

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

This div border color is #743A0A.


Opacity

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

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

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

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

This text has shadow with #743A0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #743A0A on black background.


Color preview on white background

This text has color #743A0A on white background.



Black color preview on #743A0A background

This text has black color on #743A0A background.


White color preview on #743A0A background

This text has white color on #743A0A background.