COLOR #741C5C

HEX: #741C5C
RGB: (116,28,92)

Color info

#741C5C contains mainly red and blue colors. Web safe color of #741C5C is #663366 (or #636).

RGB color model

#741C5C color RGB value is (116,28,92).

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

RGB channels and saturation

R 116 of 255 = 45%
G 28 of 255 = 11%
B 92 of 255 = 36%

116
28
92

R + G + B ~ 31%. #741C5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 28 + 92 = 236 (100%)
R 116 of 236 ~ 49.15%
G 28 of 236 ~ 11.86%
B 92 of 236 ~ 38.98%

%49.15
%11.86
%38.98

CMYK color model

#741C5C color CMYK value is (0,76,21,55).

  • cyan value is 0.00%
  • magenta value is 75.86%
  • yellow value is 20.69%
  • key color value is 54.51%
CMYK:
(0,76,21,55)
C0M76Y21K55 
(0%,76%,21%,55%)
(0.00/0.76/0.21/0.55)	

CMYK percentages

%0
%75.86
%20.69
%54.51

Codes

Color #741C5C in popluar color models

741C5C
RGB1162892
HSL316°61.11%28.24%
HSB/HSV316°75.86%45.49%
CMYK0.00%75.86%20.69%
54.51%

Color #741C5C in popluar number systems.

HEX741C5C
Decimal1162892
Binary1110100111001011100
Octal16434134

Shades and tints

Shades of #741C5C

#741C5C
(116,28,92)
#6A1A54
(106,26,84)
#60184C
(96,24,76)
#561644
(86,22,68)
#4C143C
(76,20,60)
#421234
(66,18,52)
#38102C
(56,16,44)
#2E0E24
(46,14,36)
#240C1C
(36,12,28)
#1A0A14
(26,10,20)
#10080C
(16,8,12)
#000000
(0,0,0)

Tints of #741C5C

#741C5C
(116,28,92)
#80306A
(128,48,106)
#8C4478
(140,68,120)
#985886
(152,88,134)
#A46C94
(164,108,148)
#B080A2
(176,128,162)
#BC94B0
(188,148,176)
#C8A8BE
(200,168,190)
#D4BCCC
(212,188,204)
#E0D0DA
(224,208,218)
#ECE4E8
(236,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #741C5C; }

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

This text font color is #741C5C.


Background Color

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

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

This div background color is #741C5C.


Border color

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

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

This div border color is #741C5C.


Opacity

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

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

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

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

This text has shadow with #741C5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #741C5C on black background.


Color preview on white background

This text has color #741C5C on white background.



Black color preview on #741C5C background

This text has black color on #741C5C background.


White color preview on #741C5C background

This text has white color on #741C5C background.