COLOR #740F1C

HEX: #740F1C
RGB: (116,15,28)

Color info

#740F1C contains mainly red color. Web safe color of #740F1C is #660033 (or #603).

RGB color model

#740F1C color RGB value is (116,15,28).

  • red value is 116;
  • green value is 15;
  • blue value is 28.
RGB:
(116,15,28)
(45%,6%,11%)

RGB channels and saturation

R 116 of 255 = 45%
G 15 of 255 = 6%
B 28 of 255 = 11%

116
15
28

R + G + B ~ 21%. #740F1C is dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 15 + 28 = 159 (100%)
R 116 of 159 ~ 72.96%
G 15 of 159 ~ 9.43%
B 28 of 159 ~ 17.61%

%72.96
%17.61

CMYK color model

#740F1C color CMYK value is (0,87,76,55).

  • cyan value is 0.00%
  • magenta value is 87.07%
  • yellow value is 75.86%
  • key color value is 54.51%
CMYK:
(0,87,76,55)
C0M87Y76K55 
(0%,87%,76%,55%)
(0.00/0.87/0.76/0.55)	

CMYK percentages

%0
%87.07
%75.86
%54.51

Codes

Color #740F1C in popluar color models

740F1C
RGB1161528
HSL352°77.10%25.69%
HSB/HSV352°87.07%45.49%
CMYK0.00%87.07%75.86%
54.51%

Color #740F1C in popluar number systems.

HEX740F1C
Decimal1161528
Binary1110100111111100
Octal1641734

Shades and tints

Shades of #740F1C

#740F1C
(116,15,28)
#6A0E1A
(106,14,26)
#600D18
(96,13,24)
#560C16
(86,12,22)
#4C0B14
(76,11,20)
#420A12
(66,10,18)
#380910
(56,9,16)
#2E080E
(46,8,14)
#24070C
(36,7,12)
#1A060A
(26,6,10)
#100508
(16,5,8)
#000000
(0,0,0)

Tints of #740F1C

#740F1C
(116,15,28)
#802430
(128,36,48)
#8C3944
(140,57,68)
#984E58
(152,78,88)
#A4636C
(164,99,108)
#B07880
(176,120,128)
#BC8D94
(188,141,148)
#C8A2A8
(200,162,168)
#D4B7BC
(212,183,188)
#E0CCD0
(224,204,208)
#ECE1E4
(236,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #740F1C color. Also use rgb(116,15,28) instead hex code.

Text Font Color

.myTextColor { color: #740F1C; }

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

This text font color is #740F1C.


Background Color

.myBgColor { background-color: #740F1C; }

<div style="background-color:#740F1C">Inner text</div>

This div background color is #740F1C.


Border color

.myBorderColor { border: 1px solid #740F1C; }

<div style="border:3px solid #740F1C">Div</div>

This div border color is #740F1C.


Opacity

.myOpacity80 { color: #740F1C; opacity: 0.8; }

<p style="color:#740F1C;opacity:0.8;">80%</p>

Text with #740F1C 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 #740F1C;}

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

This text has shadow with #740F1C color.

.textShadow {text-shadow: 3px 3px 1px #740F1C, 3px 3px 1px red;}

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

This text has shadow with #740F1C primary color and red secondary color.


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

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

This text has shadow with #740F1C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #740F1C on black background.


Color preview on white background

This text has color #740F1C on white background.



Black color preview on #740F1C background

This text has black color on #740F1C background.


White color preview on #740F1C background

This text has white color on #740F1C background.