COLOR #740601

HEX: #740601
RGB: (116,6,1)

Color info

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

RGB color model

#740601 color RGB value is (116,6,1).

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

RGB channels and saturation

R 116 of 255 = 45%
G 6 of 255 = 2%
B 1 of 255 = 0%

116
6
1

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

Portions of RGB colors in percentages

R + G + B =
116 + 6 + 1 = 123 (100%)
R 116 of 123 ~ 94.31%
G 6 of 123 ~ 4.88%
B 1 of 123 ~ 0.81%

%94.31

CMYK color model

#740601 color CMYK value is (0,95,99,55).

  • cyan value is 0.00%
  • magenta value is 94.83%
  • yellow value is 99.14%
  • key color value is 54.51%
CMYK:
(0,95,99,55)
C0M95Y99K55 
(0%,95%,99%,55%)
(0.00/0.95/0.99/0.55)	

CMYK percentages

%0
%94.83
%99.14
%54.51

Codes

Color #740601 in popluar color models

740601
RGB11661
HSL98.29%22.94%
HSB/HSV99.14%45.49%
CMYK0.00%94.83%99.14%
54.51%

Color #740601 in popluar number systems.

HEX740601
Decimal11661
Binary11101001101
Octal16461

Shades and tints

Shades of #740601

#740601
(116,6,1)
#6A0601
(106,6,1)
#600601
(96,6,1)
#560601
(86,6,1)
#4C0601
(76,6,1)
#420601
(66,6,1)
#380601
(56,6,1)
#2E0601
(46,6,1)
#240601
(36,6,1)
#1A0601
(26,6,1)
#100601
(16,6,1)
#000000
(0,0,0)

Tints of #740601

#740601
(116,6,1)
#801C18
(128,28,24)
#8C322F
(140,50,47)
#984846
(152,72,70)
#A45E5D
(164,94,93)
#B07474
(176,116,116)
#BC8A8B
(188,138,139)
#C8A0A2
(200,160,162)
#D4B6B9
(212,182,185)
#E0CCD0
(224,204,208)
#ECE2E7
(236,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #740601; }

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

This text font color is #740601.


Background Color

.myBgColor { background-color: #740601; }

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

This div background color is #740601.


Border color

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

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

This div border color is #740601.


Opacity

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

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

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

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

This text has shadow with #740601 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #740601 on black background.


Color preview on white background

This text has color #740601 on white background.



Black color preview on #740601 background

This text has black color on #740601 background.


White color preview on #740601 background

This text has white color on #740601 background.