COLOR #743A2D

HEX: #743A2D
RGB: (116,58,45)

Color info

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

RGB color model

#743A2D color RGB value is (116,58,45).

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

RGB channels and saturation

R 116 of 255 = 45%
G 58 of 255 = 23%
B 45 of 255 = 18%

116
58
45

R + G + B ~ 29%. #743A2D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 58 + 45 = 219 (100%)
R 116 of 219 ~ 52.97%
G 58 of 219 ~ 26.48%
B 45 of 219 ~ 20.55%

%52.97
%26.48
%20.55

CMYK color model

#743A2D color CMYK value is (0,50,61,55).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 61.21%
  • key color value is 54.51%
CMYK:
(0,50,61,55)
C0M50Y61K55 
(0%,50%,61%,55%)
(0.00/0.50/0.61/0.55)	

CMYK percentages

%0
%50
%61.21
%54.51

Codes

Color #743A2D in popluar color models

743A2D
RGB1165845
HSL11°44.10%31.57%
HSB/HSV11°61.21%45.49%
CMYK0.00%50.00%61.21%
54.51%

Color #743A2D in popluar number systems.

HEX743A2D
Decimal1165845
Binary1110100111010101101
Octal1647255

Shades and tints

Shades of #743A2D

#743A2D
(116,58,45)
#6A3529
(106,53,41)
#603025
(96,48,37)
#562B21
(86,43,33)
#4C261D
(76,38,29)
#422119
(66,33,25)
#381C15
(56,28,21)
#2E1711
(46,23,17)
#24120D
(36,18,13)
#1A0D09
(26,13,9)
#100805
(16,8,5)
#000000
(0,0,0)

Tints of #743A2D

#743A2D
(116,58,45)
#804B40
(128,75,64)
#8C5C53
(140,92,83)
#986D66
(152,109,102)
#A47E79
(164,126,121)
#B08F8C
(176,143,140)
#BCA09F
(188,160,159)
#C8B1B2
(200,177,178)
#D4C2C5
(212,194,197)
#E0D3D8
(224,211,216)
#ECE4EB
(236,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #743A2D; }

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

This text font color is #743A2D.


Background Color

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

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

This div background color is #743A2D.


Border color

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

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

This div border color is #743A2D.


Opacity

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

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

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

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

This text has shadow with #743A2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #743A2D on black background.


Color preview on white background

This text has color #743A2D on white background.



Black color preview on #743A2D background

This text has black color on #743A2D background.


White color preview on #743A2D background

This text has white color on #743A2D background.