COLOR #74151E

HEX: #74151E
RGB: (116,21,30)

Color info

#74151E contains mainly red color. Web safe color of #74151E is #660033 (or #603).

RGB color model

#74151E color RGB value is (116,21,30).

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

RGB channels and saturation

R 116 of 255 = 45%
G 21 of 255 = 8%
B 30 of 255 = 12%

116
21
30

R + G + B ~ 22%. #74151E is dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 21 + 30 = 167 (100%)
R 116 of 167 ~ 69.46%
G 21 of 167 ~ 12.57%
B 30 of 167 ~ 17.96%

%69.46
%12.57
%17.96

CMYK color model

#74151E color CMYK value is (0,82,74,55).

  • cyan value is 0.00%
  • magenta value is 81.90%
  • yellow value is 74.14%
  • key color value is 54.51%
CMYK:
(0,82,74,55)
C0M82Y74K55 
(0%,82%,74%,55%)
(0.00/0.82/0.74/0.55)	

CMYK percentages

%0
%81.9
%74.14
%54.51

Codes

Color #74151E in popluar color models

74151E
RGB1162130
HSL354°69.34%26.86%
HSB/HSV354°81.90%45.49%
CMYK0.00%81.90%74.14%
54.51%

Color #74151E in popluar number systems.

HEX74151E
Decimal1162130
Binary11101001010111110
Octal1642536

Shades and tints

Shades of #74151E

#74151E
(116,21,30)
#6A141C
(106,20,28)
#60131A
(96,19,26)
#561218
(86,18,24)
#4C1116
(76,17,22)
#421014
(66,16,20)
#380F12
(56,15,18)
#2E0E10
(46,14,16)
#240D0E
(36,13,14)
#1A0C0C
(26,12,12)
#100B0A
(16,11,10)
#000000
(0,0,0)

Tints of #74151E

#74151E
(116,21,30)
#802A32
(128,42,50)
#8C3F46
(140,63,70)
#98545A
(152,84,90)
#A4696E
(164,105,110)
#B07E82
(176,126,130)
#BC9396
(188,147,150)
#C8A8AA
(200,168,170)
#D4BDBE
(212,189,190)
#E0D2D2
(224,210,210)
#ECE7E6
(236,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74151E color. Also use rgb(116,21,30) instead hex code.

Text Font Color

.myTextColor { color: #74151E; }

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

This text font color is #74151E.


Background Color

.myBgColor { background-color: #74151E; }

<div style="background-color:#74151E">Inner text</div>

This div background color is #74151E.


Border color

.myBorderColor { border: 1px solid #74151E; }

<div style="border:3px solid #74151E">Div</div>

This div border color is #74151E.


Opacity

.myOpacity80 { color: #74151E; opacity: 0.8; }

<p style="color:#74151E;opacity:0.8;">80%</p>

Text with #74151E 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 #74151E;}

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

This text has shadow with #74151E color.

.textShadow {text-shadow: 3px 3px 1px #74151E, 3px 3px 1px red;}

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

This text has shadow with #74151E primary color and red secondary color.


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

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

This text has shadow with #74151E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74151E on black background.


Color preview on white background

This text has color #74151E on white background.



Black color preview on #74151E background

This text has black color on #74151E background.


White color preview on #74151E background

This text has white color on #74151E background.