COLOR #743A22

HEX: #743A22
RGB: (116,58,34)

Color info

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

RGB color model

#743A22 color RGB value is (116,58,34).

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

RGB channels and saturation

R 116 of 255 = 45%
G 58 of 255 = 23%
B 34 of 255 = 13%

116
58
34

R + G + B ~ 27%. #743A22 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 58 + 34 = 208 (100%)
R 116 of 208 ~ 55.77%
G 58 of 208 ~ 27.88%
B 34 of 208 ~ 16.35%

%55.77
%27.88
%16.35

CMYK color model

#743A22 color CMYK value is (0,50,71,55).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 70.69%
  • key color value is 54.51%
CMYK:
(0,50,71,55)
C0M50Y71K55 
(0%,50%,71%,55%)
(0.00/0.50/0.71/0.55)	

CMYK percentages

%0
%50
%70.69
%54.51

Codes

Color #743A22 in popluar color models

743A22
RGB1165834
HSL18°54.67%29.41%
HSB/HSV18°70.69%45.49%
CMYK0.00%50.00%70.69%
54.51%

Color #743A22 in popluar number systems.

HEX743A22
Decimal1165834
Binary1110100111010100010
Octal1647242

Shades and tints

Shades of #743A22

#743A22
(116,58,34)
#6A351F
(106,53,31)
#60301C
(96,48,28)
#562B19
(86,43,25)
#4C2616
(76,38,22)
#422113
(66,33,19)
#381C10
(56,28,16)
#2E170D
(46,23,13)
#24120A
(36,18,10)
#1A0D07
(26,13,7)
#100804
(16,8,4)
#000000
(0,0,0)

Tints of #743A22

#743A22
(116,58,34)
#804B36
(128,75,54)
#8C5C4A
(140,92,74)
#986D5E
(152,109,94)
#A47E72
(164,126,114)
#B08F86
(176,143,134)
#BCA09A
(188,160,154)
#C8B1AE
(200,177,174)
#D4C2C2
(212,194,194)
#E0D3D6
(224,211,214)
#ECE4EA
(236,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #743A22; }

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

This text font color is #743A22.


Background Color

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

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

This div background color is #743A22.


Border color

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

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

This div border color is #743A22.


Opacity

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

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

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

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

This text has shadow with #743A22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #743A22 on black background.


Color preview on white background

This text has color #743A22 on white background.



Black color preview on #743A22 background

This text has black color on #743A22 background.


White color preview on #743A22 background

This text has white color on #743A22 background.