COLOR #740647

HEX: #740647
RGB: (116,6,71)

Color info

#740647 contains mainly red and blue colors. Web safe color of #740647 is #660033 (or #603).

RGB color model

#740647 color RGB value is (116,6,71).

  • red value is 116;
  • green value is 6;
  • blue value is 71.
RGB:
(116,6,71)
(45%,2%,28%)

RGB channels and saturation

R 116 of 255 = 45%
G 6 of 255 = 2%
B 71 of 255 = 28%

116
6
71

R + G + B ~ 25%. #740647 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 6 + 71 = 193 (100%)
R 116 of 193 ~ 60.1%
G 6 of 193 ~ 3.11%
B 71 of 193 ~ 36.79%

%60.1
%36.79

CMYK color model

#740647 color CMYK value is (0,95,39,55).

  • cyan value is 0.00%
  • magenta value is 94.83%
  • yellow value is 38.79%
  • key color value is 54.51%
CMYK:
(0,95,39,55)
C0M95Y39K55 
(0%,95%,39%,55%)
(0.00/0.95/0.39/0.55)	

CMYK percentages

%0
%94.83
%38.79
%54.51

Codes

Color #740647 in popluar color models

740647
RGB116671
HSL325°90.16%23.92%
HSB/HSV325°94.83%45.49%
CMYK0.00%94.83%38.79%
54.51%

Color #740647 in popluar number systems.

HEX740647
Decimal116671
Binary11101001101000111
Octal1646107

Shades and tints

Shades of #740647

#740647
(116,6,71)
#6A0641
(106,6,65)
#60063B
(96,6,59)
#560635
(86,6,53)
#4C062F
(76,6,47)
#420629
(66,6,41)
#380623
(56,6,35)
#2E061D
(46,6,29)
#240617
(36,6,23)
#1A0611
(26,6,17)
#10060B
(16,6,11)
#000000
(0,0,0)

Tints of #740647

#740647
(116,6,71)
#801C57
(128,28,87)
#8C3267
(140,50,103)
#984877
(152,72,119)
#A45E87
(164,94,135)
#B07497
(176,116,151)
#BC8AA7
(188,138,167)
#C8A0B7
(200,160,183)
#D4B6C7
(212,182,199)
#E0CCD7
(224,204,215)
#ECE2E7
(236,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #740647 color. Also use rgb(116,6,71) instead hex code.

Text Font Color

.myTextColor { color: #740647; }

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

This text font color is #740647.


Background Color

.myBgColor { background-color: #740647; }

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

This div background color is #740647.


Border color

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

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

This div border color is #740647.


Opacity

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

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

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

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

This text has shadow with #740647 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #740647 on black background.


Color preview on white background

This text has color #740647 on white background.



Black color preview on #740647 background

This text has black color on #740647 background.


White color preview on #740647 background

This text has white color on #740647 background.