COLOR #740950

HEX: #740950
RGB: (116,9,80)

Color info

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

RGB color model

#740950 color RGB value is (116,9,80).

  • red value is 116;
  • green value is 9;
  • blue value is 80.
RGB:
(116,9,80)
(45%,4%,31%)

RGB channels and saturation

R 116 of 255 = 45%
G 9 of 255 = 4%
B 80 of 255 = 31%

116
9
80

R + G + B ~ 27%. #740950 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 9 + 80 = 205 (100%)
R 116 of 205 ~ 56.59%
G 9 of 205 ~ 4.39%
B 80 of 205 ~ 39.02%

%56.59
%39.02

CMYK color model

#740950 color CMYK value is (0,92,31,55).

  • cyan value is 0.00%
  • magenta value is 92.24%
  • yellow value is 31.03%
  • key color value is 54.51%
CMYK:
(0,92,31,55)
C0M92Y31K55 
(0%,92%,31%,55%)
(0.00/0.92/0.31/0.55)	

CMYK percentages

%0
%92.24
%31.03
%54.51

Codes

Color #740950 in popluar color models

740950
RGB116980
HSL320°85.60%24.51%
HSB/HSV320°92.24%45.49%
CMYK0.00%92.24%31.03%
54.51%

Color #740950 in popluar number systems.

HEX740950
Decimal116980
Binary111010010011010000
Octal16411120

Shades and tints

Shades of #740950

#740950
(116,9,80)
#6A0949
(106,9,73)
#600942
(96,9,66)
#56093B
(86,9,59)
#4C0934
(76,9,52)
#42092D
(66,9,45)
#380926
(56,9,38)
#2E091F
(46,9,31)
#240918
(36,9,24)
#1A0911
(26,9,17)
#10090A
(16,9,10)
#000000
(0,0,0)

Tints of #740950

#740950
(116,9,80)
#801F5F
(128,31,95)
#8C356E
(140,53,110)
#984B7D
(152,75,125)
#A4618C
(164,97,140)
#B0779B
(176,119,155)
#BC8DAA
(188,141,170)
#C8A3B9
(200,163,185)
#D4B9C8
(212,185,200)
#E0CFD7
(224,207,215)
#ECE5E6
(236,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #740950 color. Also use rgb(116,9,80) instead hex code.

Text Font Color

.myTextColor { color: #740950; }

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

This text font color is #740950.


Background Color

.myBgColor { background-color: #740950; }

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

This div background color is #740950.


Border color

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

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

This div border color is #740950.


Opacity

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

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

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

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

This text has shadow with #740950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #740950 on black background.


Color preview on white background

This text has color #740950 on white background.



Black color preview on #740950 background

This text has black color on #740950 background.


White color preview on #740950 background

This text has white color on #740950 background.