COLOR #74191D

HEX: #74191D
RGB: (116,25,29)

Color info

#74191D contains mainly red color. Web safe color of #74191D is #660033 (or #603).

RGB color model

#74191D color RGB value is (116,25,29).

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

RGB channels and saturation

R 116 of 255 = 45%
G 25 of 255 = 10%
B 29 of 255 = 11%

116
25
29

R + G + B ~ 22%. #74191D is dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 25 + 29 = 170 (100%)
R 116 of 170 ~ 68.24%
G 25 of 170 ~ 14.71%
B 29 of 170 ~ 17.06%

%68.24
%14.71
%17.06

CMYK color model

#74191D color CMYK value is (0,78,75,55).

  • cyan value is 0.00%
  • magenta value is 78.45%
  • yellow value is 75.00%
  • key color value is 54.51%
CMYK:
(0,78,75,55)
C0M78Y75K55 
(0%,78%,75%,55%)
(0.00/0.78/0.75/0.55)	

CMYK percentages

%0
%78.45
%75
%54.51

Codes

Color #74191D in popluar color models

74191D
RGB1162529
HSL357°64.54%27.65%
HSB/HSV357°78.45%45.49%
CMYK0.00%78.45%75.00%
54.51%

Color #74191D in popluar number systems.

HEX74191D
Decimal1162529
Binary11101001100111101
Octal1643135

Shades and tints

Shades of #74191D

#74191D
(116,25,29)
#6A171B
(106,23,27)
#601519
(96,21,25)
#561317
(86,19,23)
#4C1115
(76,17,21)
#420F13
(66,15,19)
#380D11
(56,13,17)
#2E0B0F
(46,11,15)
#24090D
(36,9,13)
#1A070B
(26,7,11)
#100509
(16,5,9)
#000000
(0,0,0)

Tints of #74191D

#74191D
(116,25,29)
#802D31
(128,45,49)
#8C4145
(140,65,69)
#985559
(152,85,89)
#A4696D
(164,105,109)
#B07D81
(176,125,129)
#BC9195
(188,145,149)
#C8A5A9
(200,165,169)
#D4B9BD
(212,185,189)
#E0CDD1
(224,205,209)
#ECE1E5
(236,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74191D color. Also use rgb(116,25,29) instead hex code.

Text Font Color

.myTextColor { color: #74191D; }

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

This text font color is #74191D.


Background Color

.myBgColor { background-color: #74191D; }

<div style="background-color:#74191D">Inner text</div>

This div background color is #74191D.


Border color

.myBorderColor { border: 1px solid #74191D; }

<div style="border:3px solid #74191D">Div</div>

This div border color is #74191D.


Opacity

.myOpacity80 { color: #74191D; opacity: 0.8; }

<p style="color:#74191D;opacity:0.8;">80%</p>

Text with #74191D 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 #74191D;}

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

This text has shadow with #74191D color.

.textShadow {text-shadow: 3px 3px 1px #74191D, 3px 3px 1px red;}

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

This text has shadow with #74191D primary color and red secondary color.


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

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

This text has shadow with #74191D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74191D on black background.


Color preview on white background

This text has color #74191D on white background.



Black color preview on #74191D background

This text has black color on #74191D background.


White color preview on #74191D background

This text has white color on #74191D background.