COLOR #740A26

HEX: #740A26
RGB: (116,10,38)

Color info

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

RGB color model

#740A26 color RGB value is (116,10,38).

  • red value is 116;
  • green value is 10;
  • blue value is 38.
RGB:
(116,10,38)
(45%,4%,15%)

RGB channels and saturation

R 116 of 255 = 45%
G 10 of 255 = 4%
B 38 of 255 = 15%

116
10
38

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

Portions of RGB colors in percentages

R + G + B =
116 + 10 + 38 = 164 (100%)
R 116 of 164 ~ 70.73%
G 10 of 164 ~ 6.1%
B 38 of 164 ~ 23.17%

%70.73
%23.17

CMYK color model

#740A26 color CMYK value is (0,91,67,55).

  • cyan value is 0.00%
  • magenta value is 91.38%
  • yellow value is 67.24%
  • key color value is 54.51%
CMYK:
(0,91,67,55)
C0M91Y67K55 
(0%,91%,67%,55%)
(0.00/0.91/0.67/0.55)	

CMYK percentages

%0
%91.38
%67.24
%54.51

Codes

Color #740A26 in popluar color models

740A26
RGB1161038
HSL344°84.13%24.71%
HSB/HSV344°91.38%45.49%
CMYK0.00%91.38%67.24%
54.51%

Color #740A26 in popluar number systems.

HEX740A26
Decimal1161038
Binary11101001010100110
Octal1641246

Shades and tints

Shades of #740A26

#740A26
(116,10,38)
#6A0A23
(106,10,35)
#600A20
(96,10,32)
#560A1D
(86,10,29)
#4C0A1A
(76,10,26)
#420A17
(66,10,23)
#380A14
(56,10,20)
#2E0A11
(46,10,17)
#240A0E
(36,10,14)
#1A0A0B
(26,10,11)
#100A08
(16,10,8)
#000000
(0,0,0)

Tints of #740A26

#740A26
(116,10,38)
#802039
(128,32,57)
#8C364C
(140,54,76)
#984C5F
(152,76,95)
#A46272
(164,98,114)
#B07885
(176,120,133)
#BC8E98
(188,142,152)
#C8A4AB
(200,164,171)
#D4BABE
(212,186,190)
#E0D0D1
(224,208,209)
#ECE6E4
(236,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #740A26 color. Also use rgb(116,10,38) instead hex code.

Text Font Color

.myTextColor { color: #740A26; }

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

This text font color is #740A26.


Background Color

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

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

This div background color is #740A26.


Border color

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

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

This div border color is #740A26.


Opacity

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

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

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

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

This text has shadow with #740A26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #740A26 on black background.


Color preview on white background

This text has color #740A26 on white background.



Black color preview on #740A26 background

This text has black color on #740A26 background.


White color preview on #740A26 background

This text has white color on #740A26 background.