COLOR #741C4A

HEX: #741C4A
RGB: (116,28,74)

Color info

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

RGB color model

#741C4A color RGB value is (116,28,74).

  • red value is 116;
  • green value is 28;
  • blue value is 74.
RGB:
(116,28,74)
(45%,11%,29%)

RGB channels and saturation

R 116 of 255 = 45%
G 28 of 255 = 11%
B 74 of 255 = 29%

116
28
74

R + G + B ~ 28%. #741C4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 28 + 74 = 218 (100%)
R 116 of 218 ~ 53.21%
G 28 of 218 ~ 12.84%
B 74 of 218 ~ 33.94%

%53.21
%12.84
%33.94

CMYK color model

#741C4A color CMYK value is (0,76,36,55).

  • cyan value is 0.00%
  • magenta value is 75.86%
  • yellow value is 36.21%
  • key color value is 54.51%
CMYK:
(0,76,36,55)
C0M76Y36K55 
(0%,76%,36%,55%)
(0.00/0.76/0.36/0.55)	

CMYK percentages

%0
%75.86
%36.21
%54.51

Codes

Color #741C4A in popluar color models

741C4A
RGB1162874
HSL329°61.11%28.24%
HSB/HSV329°75.86%45.49%
CMYK0.00%75.86%36.21%
54.51%

Color #741C4A in popluar number systems.

HEX741C4A
Decimal1162874
Binary1110100111001001010
Octal16434112

Shades and tints

Shades of #741C4A

#741C4A
(116,28,74)
#6A1A44
(106,26,68)
#60183E
(96,24,62)
#561638
(86,22,56)
#4C1432
(76,20,50)
#42122C
(66,18,44)
#381026
(56,16,38)
#2E0E20
(46,14,32)
#240C1A
(36,12,26)
#1A0A14
(26,10,20)
#10080E
(16,8,14)
#000000
(0,0,0)

Tints of #741C4A

#741C4A
(116,28,74)
#80305A
(128,48,90)
#8C446A
(140,68,106)
#98587A
(152,88,122)
#A46C8A
(164,108,138)
#B0809A
(176,128,154)
#BC94AA
(188,148,170)
#C8A8BA
(200,168,186)
#D4BCCA
(212,188,202)
#E0D0DA
(224,208,218)
#ECE4EA
(236,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #741C4A color. Also use rgb(116,28,74) instead hex code.

Text Font Color

.myTextColor { color: #741C4A; }

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

This text font color is #741C4A.


Background Color

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

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

This div background color is #741C4A.


Border color

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

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

This div border color is #741C4A.


Opacity

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

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

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

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

This text has shadow with #741C4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #741C4A on black background.


Color preview on white background

This text has color #741C4A on white background.



Black color preview on #741C4A background

This text has black color on #741C4A background.


White color preview on #741C4A background

This text has white color on #741C4A background.