COLOR #741D1E

HEX: #741D1E
RGB: (116,29,30)

Color info

#741D1E contains mainly red color. Web safe color of #741D1E is #663333 (or #633).

RGB color model

#741D1E color RGB value is (116,29,30).

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

RGB channels and saturation

R 116 of 255 = 45%
G 29 of 255 = 11%
B 30 of 255 = 12%

116
29
30

R + G + B ~ 23%. #741D1E is dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 29 + 30 = 175 (100%)
R 116 of 175 ~ 66.29%
G 29 of 175 ~ 16.57%
B 30 of 175 ~ 17.14%

%66.29
%16.57
%17.14

CMYK color model

#741D1E color CMYK value is (0,75,74,55).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 74.14%
  • key color value is 54.51%
CMYK:
(0,75,74,55)
C0M75Y74K55 
(0%,75%,74%,55%)
(0.00/0.75/0.74/0.55)	

CMYK percentages

%0
%75
%74.14
%54.51

Codes

Color #741D1E in popluar color models

741D1E
RGB1162930
HSL359°60.00%28.43%
HSB/HSV359°75.00%45.49%
CMYK0.00%75.00%74.14%
54.51%

Color #741D1E in popluar number systems.

HEX741D1E
Decimal1162930
Binary11101001110111110
Octal1643536

Shades and tints

Shades of #741D1E

#741D1E
(116,29,30)
#6A1B1C
(106,27,28)
#60191A
(96,25,26)
#561718
(86,23,24)
#4C1516
(76,21,22)
#421314
(66,19,20)
#381112
(56,17,18)
#2E0F10
(46,15,16)
#240D0E
(36,13,14)
#1A0B0C
(26,11,12)
#10090A
(16,9,10)
#000000
(0,0,0)

Tints of #741D1E

#741D1E
(116,29,30)
#803132
(128,49,50)
#8C4546
(140,69,70)
#98595A
(152,89,90)
#A46D6E
(164,109,110)
#B08182
(176,129,130)
#BC9596
(188,149,150)
#C8A9AA
(200,169,170)
#D4BDBE
(212,189,190)
#E0D1D2
(224,209,210)
#ECE5E6
(236,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #741D1E; }

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

This text font color is #741D1E.


Background Color

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

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

This div background color is #741D1E.


Border color

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

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

This div border color is #741D1E.


Opacity

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

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

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

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

This text has shadow with #741D1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #741D1E on black background.


Color preview on white background

This text has color #741D1E on white background.



Black color preview on #741D1E background

This text has black color on #741D1E background.


White color preview on #741D1E background

This text has white color on #741D1E background.