COLOR #741A0C

HEX: #741A0C
RGB: (116,26,12)

Color info

#741A0C contains mainly red color. Web safe color of #741A0C is #660000 (or #600).

RGB color model

#741A0C color RGB value is (116,26,12).

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

RGB channels and saturation

R 116 of 255 = 45%
G 26 of 255 = 10%
B 12 of 255 = 5%

116
26
12

R + G + B ~ 20%. #741A0C is dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 26 + 12 = 154 (100%)
R 116 of 154 ~ 75.32%
G 26 of 154 ~ 16.88%
B 12 of 154 ~ 7.79%

%75.32
%16.88

CMYK color model

#741A0C color CMYK value is (0,78,90,55).

  • cyan value is 0.00%
  • magenta value is 77.59%
  • yellow value is 89.66%
  • key color value is 54.51%
CMYK:
(0,78,90,55)
C0M78Y90K55 
(0%,78%,90%,55%)
(0.00/0.78/0.90/0.55)	

CMYK percentages

%0
%77.59
%89.66
%54.51

Codes

Color #741A0C in popluar color models

741A0C
RGB1162612
HSL81.25%25.10%
HSB/HSV89.66%45.49%
CMYK0.00%77.59%89.66%
54.51%

Color #741A0C in popluar number systems.

HEX741A0C
Decimal1162612
Binary1110100110101100
Octal1643214

Shades and tints

Shades of #741A0C

#741A0C
(116,26,12)
#6A180B
(106,24,11)
#60160A
(96,22,10)
#561409
(86,20,9)
#4C1208
(76,18,8)
#421007
(66,16,7)
#380E06
(56,14,6)
#2E0C05
(46,12,5)
#240A04
(36,10,4)
#1A0803
(26,8,3)
#100602
(16,6,2)
#000000
(0,0,0)

Tints of #741A0C

#741A0C
(116,26,12)
#802E22
(128,46,34)
#8C4238
(140,66,56)
#98564E
(152,86,78)
#A46A64
(164,106,100)
#B07E7A
(176,126,122)
#BC9290
(188,146,144)
#C8A6A6
(200,166,166)
#D4BABC
(212,186,188)
#E0CED2
(224,206,210)
#ECE2E8
(236,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #741A0C color. Also use rgb(116,26,12) instead hex code.

Text Font Color

.myTextColor { color: #741A0C; }

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

This text font color is #741A0C.


Background Color

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

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

This div background color is #741A0C.


Border color

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

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

This div border color is #741A0C.


Opacity

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

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

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

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

This text has shadow with #741A0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #741A0C on black background.


Color preview on white background

This text has color #741A0C on white background.



Black color preview on #741A0C background

This text has black color on #741A0C background.


White color preview on #741A0C background

This text has white color on #741A0C background.