COLOR #743041

HEX: #743041
RGB: (116,48,65)

Color info

#743041 contains mainly red and blue colors. Web safe color of #743041 is #663333 (or #633).

RGB color model

#743041 color RGB value is (116,48,65).

  • red value is 116;
  • green value is 48;
  • blue value is 65.
RGB:
(116,48,65)
(45%,19%,25%)

RGB channels and saturation

R 116 of 255 = 45%
G 48 of 255 = 19%
B 65 of 255 = 25%

116
48
65

R + G + B ~ 30%. #743041 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 48 + 65 = 229 (100%)
R 116 of 229 ~ 50.66%
G 48 of 229 ~ 20.96%
B 65 of 229 ~ 28.38%

%50.66
%20.96
%28.38

CMYK color model

#743041 color CMYK value is (0,59,44,55).

  • cyan value is 0.00%
  • magenta value is 58.62%
  • yellow value is 43.97%
  • key color value is 54.51%
CMYK:
(0,59,44,55)
C0M59Y44K55 
(0%,59%,44%,55%)
(0.00/0.59/0.44/0.55)	

CMYK percentages

%0
%58.62
%43.97
%54.51

Codes

Color #743041 in popluar color models

743041
RGB1164865
HSL345°41.46%32.16%
HSB/HSV345°58.62%45.49%
CMYK0.00%58.62%43.97%
54.51%

Color #743041 in popluar number systems.

HEX743041
Decimal1164865
Binary11101001100001000001
Octal16460101

Shades and tints

Shades of #743041

#743041
(116,48,65)
#6A2C3C
(106,44,60)
#602837
(96,40,55)
#562432
(86,36,50)
#4C202D
(76,32,45)
#421C28
(66,28,40)
#381823
(56,24,35)
#2E141E
(46,20,30)
#241019
(36,16,25)
#1A0C14
(26,12,20)
#10080F
(16,8,15)
#000000
(0,0,0)

Tints of #743041

#743041
(116,48,65)
#804252
(128,66,82)
#8C5463
(140,84,99)
#986674
(152,102,116)
#A47885
(164,120,133)
#B08A96
(176,138,150)
#BC9CA7
(188,156,167)
#C8AEB8
(200,174,184)
#D4C0C9
(212,192,201)
#E0D2DA
(224,210,218)
#ECE4EB
(236,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #743041 color. Also use rgb(116,48,65) instead hex code.

Text Font Color

.myTextColor { color: #743041; }

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

This text font color is #743041.


Background Color

.myBgColor { background-color: #743041; }

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

This div background color is #743041.


Border color

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

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

This div border color is #743041.


Opacity

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

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

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

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

This text has shadow with #743041 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #743041 on black background.


Color preview on white background

This text has color #743041 on white background.



Black color preview on #743041 background

This text has black color on #743041 background.


White color preview on #743041 background

This text has white color on #743041 background.