COLOR #740506

HEX: #740506
RGB: (116,5,6)

Color info

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

RGB color model

#740506 color RGB value is (116,5,6).

  • red value is 116;
  • green value is 5;
  • blue value is 6.
RGB:
(116,5,6)
(45%,2%,2%)

RGB channels and saturation

R 116 of 255 = 45%
G 5 of 255 = 2%
B 6 of 255 = 2%

116
5
6

R + G + B ~ 16%. #740506 is dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 5 + 6 = 127 (100%)
R 116 of 127 ~ 91.34%
G 5 of 127 ~ 3.94%
B 6 of 127 ~ 4.72%

%91.34

CMYK color model

#740506 color CMYK value is (0,96,95,55).

  • cyan value is 0.00%
  • magenta value is 95.69%
  • yellow value is 94.83%
  • key color value is 54.51%
CMYK:
(0,96,95,55)
C0M96Y95K55 
(0%,96%,95%,55%)
(0.00/0.96/0.95/0.55)	

CMYK percentages

%0
%95.69
%94.83
%54.51

Codes

Color #740506 in popluar color models

740506
RGB11656
HSL359°91.74%23.73%
HSB/HSV359°95.69%45.49%
CMYK0.00%95.69%94.83%
54.51%

Color #740506 in popluar number systems.

HEX740506
Decimal11656
Binary1110100101110
Octal16456

Shades and tints

Shades of #740506

#740506
(116,5,6)
#6A0506
(106,5,6)
#600506
(96,5,6)
#560506
(86,5,6)
#4C0506
(76,5,6)
#420506
(66,5,6)
#380506
(56,5,6)
#2E0506
(46,5,6)
#240506
(36,5,6)
#1A0506
(26,5,6)
#100506
(16,5,6)
#000000
(0,0,0)

Tints of #740506

#740506
(116,5,6)
#801B1C
(128,27,28)
#8C3132
(140,49,50)
#984748
(152,71,72)
#A45D5E
(164,93,94)
#B07374
(176,115,116)
#BC898A
(188,137,138)
#C89FA0
(200,159,160)
#D4B5B6
(212,181,182)
#E0CBCC
(224,203,204)
#ECE1E2
(236,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #740506 color. Also use rgb(116,5,6) instead hex code.

Text Font Color

.myTextColor { color: #740506; }

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

This text font color is #740506.


Background Color

.myBgColor { background-color: #740506; }

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

This div background color is #740506.


Border color

.myBorderColor { border: 1px solid #740506; }

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

This div border color is #740506.


Opacity

.myOpacity80 { color: #740506; opacity: 0.8; }

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

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

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

This text has shadow with #740506 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #740506 on black background.


Color preview on white background

This text has color #740506 on white background.



Black color preview on #740506 background

This text has black color on #740506 background.


White color preview on #740506 background

This text has white color on #740506 background.