COLOR #741F43

HEX: #741F43
RGB: (116,31,67)

Color info

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

RGB color model

#741F43 color RGB value is (116,31,67).

  • red value is 116;
  • green value is 31;
  • blue value is 67.
RGB:
(116,31,67)
(45%,12%,26%)

RGB channels and saturation

R 116 of 255 = 45%
G 31 of 255 = 12%
B 67 of 255 = 26%

116
31
67

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

Portions of RGB colors in percentages

R + G + B =
116 + 31 + 67 = 214 (100%)
R 116 of 214 ~ 54.21%
G 31 of 214 ~ 14.49%
B 67 of 214 ~ 31.31%

%54.21
%14.49
%31.31

CMYK color model

#741F43 color CMYK value is (0,73,42,55).

  • cyan value is 0.00%
  • magenta value is 73.28%
  • yellow value is 42.24%
  • key color value is 54.51%
CMYK:
(0,73,42,55)
C0M73Y42K55 
(0%,73%,42%,55%)
(0.00/0.73/0.42/0.55)	

CMYK percentages

%0
%73.28
%42.24
%54.51

Codes

Color #741F43 in popluar color models

741F43
RGB1163167
HSL335°57.82%28.82%
HSB/HSV335°73.28%45.49%
CMYK0.00%73.28%42.24%
54.51%

Color #741F43 in popluar number systems.

HEX741F43
Decimal1163167
Binary1110100111111000011
Octal16437103

Shades and tints

Shades of #741F43

#741F43
(116,31,67)
#6A1D3D
(106,29,61)
#601B37
(96,27,55)
#561931
(86,25,49)
#4C172B
(76,23,43)
#421525
(66,21,37)
#38131F
(56,19,31)
#2E1119
(46,17,25)
#240F13
(36,15,19)
#1A0D0D
(26,13,13)
#100B07
(16,11,7)
#000000
(0,0,0)

Tints of #741F43

#741F43
(116,31,67)
#803354
(128,51,84)
#8C4765
(140,71,101)
#985B76
(152,91,118)
#A46F87
(164,111,135)
#B08398
(176,131,152)
#BC97A9
(188,151,169)
#C8ABBA
(200,171,186)
#D4BFCB
(212,191,203)
#E0D3DC
(224,211,220)
#ECE7ED
(236,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #741F43 color. Also use rgb(116,31,67) instead hex code.

Text Font Color

.myTextColor { color: #741F43; }

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

This text font color is #741F43.


Background Color

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

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

This div background color is #741F43.


Border color

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

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

This div border color is #741F43.


Opacity

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

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

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

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

This text has shadow with #741F43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #741F43 on black background.


Color preview on white background

This text has color #741F43 on white background.



Black color preview on #741F43 background

This text has black color on #741F43 background.


White color preview on #741F43 background

This text has white color on #741F43 background.