COLOR #740D5B

HEX: #740D5B
RGB: (116,13,91)

Color info

#740D5B contains mainly red and blue colors. Web safe color of #740D5B is #660066 (or #606).

RGB color model

#740D5B color RGB value is (116,13,91).

  • red value is 116;
  • green value is 13;
  • blue value is 91.
RGB:
(116,13,91)
(45%,5%,36%)

RGB channels and saturation

R 116 of 255 = 45%
G 13 of 255 = 5%
B 91 of 255 = 36%

116
13
91

R + G + B ~ 29%. #740D5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 13 + 91 = 220 (100%)
R 116 of 220 ~ 52.73%
G 13 of 220 ~ 5.91%
B 91 of 220 ~ 41.36%

%52.73
%41.36

CMYK color model

#740D5B color CMYK value is (0,89,22,55).

  • cyan value is 0.00%
  • magenta value is 88.79%
  • yellow value is 21.55%
  • key color value is 54.51%
CMYK:
(0,89,22,55)
C0M89Y22K55 
(0%,89%,22%,55%)
(0.00/0.89/0.22/0.55)	

CMYK percentages

%0
%88.79
%21.55
%54.51

Codes

Color #740D5B in popluar color models

740D5B
RGB1161391
HSL315°79.84%25.29%
HSB/HSV315°88.79%45.49%
CMYK0.00%88.79%21.55%
54.51%

Color #740D5B in popluar number systems.

HEX740D5B
Decimal1161391
Binary111010011011011011
Octal16415133

Shades and tints

Shades of #740D5B

#740D5B
(116,13,91)
#6A0C53
(106,12,83)
#600B4B
(96,11,75)
#560A43
(86,10,67)
#4C093B
(76,9,59)
#420833
(66,8,51)
#38072B
(56,7,43)
#2E0623
(46,6,35)
#24051B
(36,5,27)
#1A0413
(26,4,19)
#10030B
(16,3,11)
#000000
(0,0,0)

Tints of #740D5B

#740D5B
(116,13,91)
#802369
(128,35,105)
#8C3977
(140,57,119)
#984F85
(152,79,133)
#A46593
(164,101,147)
#B07BA1
(176,123,161)
#BC91AF
(188,145,175)
#C8A7BD
(200,167,189)
#D4BDCB
(212,189,203)
#E0D3D9
(224,211,217)
#ECE9E7
(236,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #740D5B color. Also use rgb(116,13,91) instead hex code.

Text Font Color

.myTextColor { color: #740D5B; }

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

This text font color is #740D5B.


Background Color

.myBgColor { background-color: #740D5B; }

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

This div background color is #740D5B.


Border color

.myBorderColor { border: 1px solid #740D5B; }

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

This div border color is #740D5B.


Opacity

.myOpacity80 { color: #740D5B; opacity: 0.8; }

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

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

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

This text has shadow with #740D5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #740D5B on black background.


Color preview on white background

This text has color #740D5B on white background.



Black color preview on #740D5B background

This text has black color on #740D5B background.


White color preview on #740D5B background

This text has white color on #740D5B background.