COLOR #741E40

HEX: #741E40
RGB: (116,30,64)

Color info

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

RGB color model

#741E40 color RGB value is (116,30,64).

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

RGB channels and saturation

R 116 of 255 = 45%
G 30 of 255 = 12%
B 64 of 255 = 25%

116
30
64

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

Portions of RGB colors in percentages

R + G + B =
116 + 30 + 64 = 210 (100%)
R 116 of 210 ~ 55.24%
G 30 of 210 ~ 14.29%
B 64 of 210 ~ 30.48%

%55.24
%14.29
%30.48

CMYK color model

#741E40 color CMYK value is (0,74,45,55).

  • cyan value is 0.00%
  • magenta value is 74.14%
  • yellow value is 44.83%
  • key color value is 54.51%
CMYK:
(0,74,45,55)
C0M74Y45K55 
(0%,74%,45%,55%)
(0.00/0.74/0.45/0.55)	

CMYK percentages

%0
%74.14
%44.83
%54.51

Codes

Color #741E40 in popluar color models

741E40
RGB1163064
HSL336°58.90%28.63%
HSB/HSV336°74.14%45.49%
CMYK0.00%74.14%44.83%
54.51%

Color #741E40 in popluar number systems.

HEX741E40
Decimal1163064
Binary1110100111101000000
Octal16436100

Shades and tints

Shades of #741E40

#741E40
(116,30,64)
#6A1C3B
(106,28,59)
#601A36
(96,26,54)
#561831
(86,24,49)
#4C162C
(76,22,44)
#421427
(66,20,39)
#381222
(56,18,34)
#2E101D
(46,16,29)
#240E18
(36,14,24)
#1A0C13
(26,12,19)
#100A0E
(16,10,14)
#000000
(0,0,0)

Tints of #741E40

#741E40
(116,30,64)
#803251
(128,50,81)
#8C4662
(140,70,98)
#985A73
(152,90,115)
#A46E84
(164,110,132)
#B08295
(176,130,149)
#BC96A6
(188,150,166)
#C8AAB7
(200,170,183)
#D4BEC8
(212,190,200)
#E0D2D9
(224,210,217)
#ECE6EA
(236,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #741E40; }

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

This text font color is #741E40.


Background Color

.myBgColor { background-color: #741E40; }

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

This div background color is #741E40.


Border color

.myBorderColor { border: 1px solid #741E40; }

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

This div border color is #741E40.


Opacity

.myOpacity80 { color: #741E40; opacity: 0.8; }

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

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

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

This text has shadow with #741E40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #741E40 on black background.


Color preview on white background

This text has color #741E40 on white background.



Black color preview on #741E40 background

This text has black color on #741E40 background.


White color preview on #741E40 background

This text has white color on #741E40 background.