COLOR #743C52

HEX: #743C52
RGB: (116,60,82)

Color info

#743C52 contains red, green and blue colors in about the same proportion. Web safe color of #743C52 is #663366 (or #636).

RGB color model

#743C52 color RGB value is (116,60,82).

  • red value is 116;
  • green value is 60;
  • blue value is 82.
RGB:
(116,60,82)
(45%,24%,32%)

RGB channels and saturation

R 116 of 255 = 45%
G 60 of 255 = 24%
B 82 of 255 = 32%

116
60
82

R + G + B ~ 34%. #743C52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 60 + 82 = 258 (100%)
R 116 of 258 ~ 44.96%
G 60 of 258 ~ 23.26%
B 82 of 258 ~ 31.78%

%44.96
%23.26
%31.78

CMYK color model

#743C52 color CMYK value is (0,48,29,55).

  • cyan value is 0.00%
  • magenta value is 48.28%
  • yellow value is 29.31%
  • key color value is 54.51%
CMYK:
(0,48,29,55)
C0M48Y29K55 
(0%,48%,29%,55%)
(0.00/0.48/0.29/0.55)	

CMYK percentages

%0
%48.28
%29.31
%54.51

Codes

Color #743C52 in popluar color models

743C52
RGB1166082
HSL336°31.82%34.51%
HSB/HSV336°48.28%45.49%
CMYK0.00%48.28%29.31%
54.51%

Color #743C52 in popluar number systems.

HEX743C52
Decimal1166082
Binary11101001111001010010
Octal16474122

Shades and tints

Shades of #743C52

#743C52
(116,60,82)
#6A374B
(106,55,75)
#603244
(96,50,68)
#562D3D
(86,45,61)
#4C2836
(76,40,54)
#42232F
(66,35,47)
#381E28
(56,30,40)
#2E1921
(46,25,33)
#24141A
(36,20,26)
#1A0F13
(26,15,19)
#100A0C
(16,10,12)
#000000
(0,0,0)

Tints of #743C52

#743C52
(116,60,82)
#804D61
(128,77,97)
#8C5E70
(140,94,112)
#986F7F
(152,111,127)
#A4808E
(164,128,142)
#B0919D
(176,145,157)
#BCA2AC
(188,162,172)
#C8B3BB
(200,179,187)
#D4C4CA
(212,196,202)
#E0D5D9
(224,213,217)
#ECE6E8
(236,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #743C52 color. Also use rgb(116,60,82) instead hex code.

Text Font Color

.myTextColor { color: #743C52; }

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

This text font color is #743C52.


Background Color

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

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

This div background color is #743C52.


Border color

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

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

This div border color is #743C52.


Opacity

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

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

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

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

This text has shadow with #743C52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #743C52 on black background.


Color preview on white background

This text has color #743C52 on white background.



Black color preview on #743C52 background

This text has black color on #743C52 background.


White color preview on #743C52 background

This text has white color on #743C52 background.