COLOR #741A39

HEX: #741A39
RGB: (116,26,57)

Color info

#741A39 contains mainly red and blue colors. Web safe color of #741A39 is #660033 (or #603).

RGB color model

#741A39 color RGB value is (116,26,57).

  • red value is 116;
  • green value is 26;
  • blue value is 57.
RGB:
(116,26,57)
(45%,10%,22%)

RGB channels and saturation

R 116 of 255 = 45%
G 26 of 255 = 10%
B 57 of 255 = 22%

116
26
57

R + G + B ~ 26%. #741A39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 26 + 57 = 199 (100%)
R 116 of 199 ~ 58.29%
G 26 of 199 ~ 13.07%
B 57 of 199 ~ 28.64%

%58.29
%13.07
%28.64

CMYK color model

#741A39 color CMYK value is (0,78,51,55).

  • cyan value is 0.00%
  • magenta value is 77.59%
  • yellow value is 50.86%
  • key color value is 54.51%
CMYK:
(0,78,51,55)
C0M78Y51K55 
(0%,78%,51%,55%)
(0.00/0.78/0.51/0.55)	

CMYK percentages

%0
%77.59
%50.86
%54.51

Codes

Color #741A39 in popluar color models

741A39
RGB1162657
HSL339°63.38%27.84%
HSB/HSV339°77.59%45.49%
CMYK0.00%77.59%50.86%
54.51%

Color #741A39 in popluar number systems.

HEX741A39
Decimal1162657
Binary111010011010111001
Octal1643271

Shades and tints

Shades of #741A39

#741A39
(116,26,57)
#6A1834
(106,24,52)
#60162F
(96,22,47)
#56142A
(86,20,42)
#4C1225
(76,18,37)
#421020
(66,16,32)
#380E1B
(56,14,27)
#2E0C16
(46,12,22)
#240A11
(36,10,17)
#1A080C
(26,8,12)
#100607
(16,6,7)
#000000
(0,0,0)

Tints of #741A39

#741A39
(116,26,57)
#802E4B
(128,46,75)
#8C425D
(140,66,93)
#98566F
(152,86,111)
#A46A81
(164,106,129)
#B07E93
(176,126,147)
#BC92A5
(188,146,165)
#C8A6B7
(200,166,183)
#D4BAC9
(212,186,201)
#E0CEDB
(224,206,219)
#ECE2ED
(236,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #741A39 color. Also use rgb(116,26,57) instead hex code.

Text Font Color

.myTextColor { color: #741A39; }

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

This text font color is #741A39.


Background Color

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

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

This div background color is #741A39.


Border color

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

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

This div border color is #741A39.


Opacity

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

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

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

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

This text has shadow with #741A39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #741A39 on black background.


Color preview on white background

This text has color #741A39 on white background.



Black color preview on #741A39 background

This text has black color on #741A39 background.


White color preview on #741A39 background

This text has white color on #741A39 background.