COLOR #740307

HEX: #740307
RGB: (116,3,7)

Color info

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

RGB color model

#740307 color RGB value is (116,3,7).

  • red value is 116;
  • green value is 3;
  • blue value is 7.
RGB:
(116,3,7)
(45%,1%,3%)

RGB channels and saturation

R 116 of 255 = 45%
G 3 of 255 = 1%
B 7 of 255 = 3%

116
3
7

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

Portions of RGB colors in percentages

R + G + B =
116 + 3 + 7 = 126 (100%)
R 116 of 126 ~ 92.06%
G 3 of 126 ~ 2.38%
B 7 of 126 ~ 5.56%

%92.06

CMYK color model

#740307 color CMYK value is (0,97,94,55).

  • cyan value is 0.00%
  • magenta value is 97.41%
  • yellow value is 93.97%
  • key color value is 54.51%
CMYK:
(0,97,94,55)
C0M97Y94K55 
(0%,97%,94%,55%)
(0.00/0.97/0.94/0.55)	

CMYK percentages

%0
%97.41
%93.97
%54.51

Codes

Color #740307 in popluar color models

740307
RGB11637
HSL358°94.96%23.33%
HSB/HSV358°97.41%45.49%
CMYK0.00%97.41%93.97%
54.51%

Color #740307 in popluar number systems.

HEX740307
Decimal11637
Binary111010011111
Octal16437

Shades and tints

Shades of #740307

#740307
(116,3,7)
#6A0307
(106,3,7)
#600307
(96,3,7)
#560307
(86,3,7)
#4C0307
(76,3,7)
#420307
(66,3,7)
#380307
(56,3,7)
#2E0307
(46,3,7)
#240307
(36,3,7)
#1A0307
(26,3,7)
#100307
(16,3,7)
#000000
(0,0,0)

Tints of #740307

#740307
(116,3,7)
#80191D
(128,25,29)
#8C2F33
(140,47,51)
#984549
(152,69,73)
#A45B5F
(164,91,95)
#B07175
(176,113,117)
#BC878B
(188,135,139)
#C89DA1
(200,157,161)
#D4B3B7
(212,179,183)
#E0C9CD
(224,201,205)
#ECDFE3
(236,223,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #740307 color. Also use rgb(116,3,7) instead hex code.

Text Font Color

.myTextColor { color: #740307; }

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

This text font color is #740307.


Background Color

.myBgColor { background-color: #740307; }

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

This div background color is #740307.


Border color

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

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

This div border color is #740307.


Opacity

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

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

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

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

This text has shadow with #740307 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #740307 on black background.


Color preview on white background

This text has color #740307 on white background.



Black color preview on #740307 background

This text has black color on #740307 background.


White color preview on #740307 background

This text has white color on #740307 background.