COLOR #743640

HEX: #743640
RGB: (116,54,64)

Color info

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

RGB color model

#743640 color RGB value is (116,54,64).

  • red value is 116;
  • green value is 54;
  • blue value is 64.
RGB:
(116,54,64)
(45%,21%,25%)

RGB channels and saturation

R 116 of 255 = 45%
G 54 of 255 = 21%
B 64 of 255 = 25%

116
54
64

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

Portions of RGB colors in percentages

R + G + B =
116 + 54 + 64 = 234 (100%)
R 116 of 234 ~ 49.57%
G 54 of 234 ~ 23.08%
B 64 of 234 ~ 27.35%

%49.57
%23.08
%27.35

CMYK color model

#743640 color CMYK value is (0,53,45,55).

  • cyan value is 0.00%
  • magenta value is 53.45%
  • yellow value is 44.83%
  • key color value is 54.51%
CMYK:
(0,53,45,55)
C0M53Y45K55 
(0%,53%,45%,55%)
(0.00/0.53/0.45/0.55)	

CMYK percentages

%0
%53.45
%44.83
%54.51

Codes

Color #743640 in popluar color models

743640
RGB1165464
HSL350°36.47%33.33%
HSB/HSV350°53.45%45.49%
CMYK0.00%53.45%44.83%
54.51%

Color #743640 in popluar number systems.

HEX743640
Decimal1165464
Binary11101001101101000000
Octal16466100

Shades and tints

Shades of #743640

#743640
(116,54,64)
#6A323B
(106,50,59)
#602E36
(96,46,54)
#562A31
(86,42,49)
#4C262C
(76,38,44)
#422227
(66,34,39)
#381E22
(56,30,34)
#2E1A1D
(46,26,29)
#241618
(36,22,24)
#1A1213
(26,18,19)
#100E0E
(16,14,14)
#000000
(0,0,0)

Tints of #743640

#743640
(116,54,64)
#804851
(128,72,81)
#8C5A62
(140,90,98)
#986C73
(152,108,115)
#A47E84
(164,126,132)
#B09095
(176,144,149)
#BCA2A6
(188,162,166)
#C8B4B7
(200,180,183)
#D4C6C8
(212,198,200)
#E0D8D9
(224,216,217)
#ECEAEA
(236,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #743640 color. Also use rgb(116,54,64) instead hex code.

Text Font Color

.myTextColor { color: #743640; }

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

This text font color is #743640.


Background Color

.myBgColor { background-color: #743640; }

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

This div background color is #743640.


Border color

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

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

This div border color is #743640.


Opacity

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

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

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

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

This text has shadow with #743640 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #743640 on black background.


Color preview on white background

This text has color #743640 on white background.



Black color preview on #743640 background

This text has black color on #743640 background.


White color preview on #743640 background

This text has white color on #743640 background.