COLOR #741906

HEX: #741906
RGB: (116,25,6)

Color info

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

RGB color model

#741906 color RGB value is (116,25,6).

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

RGB channels and saturation

R 116 of 255 = 45%
G 25 of 255 = 10%
B 6 of 255 = 2%

116
25
6

R + G + B ~ 19%. #741906 is dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 25 + 6 = 147 (100%)
R 116 of 147 ~ 78.91%
G 25 of 147 ~ 17.01%
B 6 of 147 ~ 4.08%

%78.91
%17.01

CMYK color model

#741906 color CMYK value is (0,78,95,55).

  • cyan value is 0.00%
  • magenta value is 78.45%
  • yellow value is 94.83%
  • key color value is 54.51%
CMYK:
(0,78,95,55)
C0M78Y95K55 
(0%,78%,95%,55%)
(0.00/0.78/0.95/0.55)	

CMYK percentages

%0
%78.45
%94.83
%54.51

Codes

Color #741906 in popluar color models

741906
RGB116256
HSL10°90.16%23.92%
HSB/HSV10°94.83%45.49%
CMYK0.00%78.45%94.83%
54.51%

Color #741906 in popluar number systems.

HEX741906
Decimal116256
Binary111010011001110
Octal164316

Shades and tints

Shades of #741906

#741906
(116,25,6)
#6A1706
(106,23,6)
#601506
(96,21,6)
#561306
(86,19,6)
#4C1106
(76,17,6)
#420F06
(66,15,6)
#380D06
(56,13,6)
#2E0B06
(46,11,6)
#240906
(36,9,6)
#1A0706
(26,7,6)
#100506
(16,5,6)
#000000
(0,0,0)

Tints of #741906

#741906
(116,25,6)
#802D1C
(128,45,28)
#8C4132
(140,65,50)
#985548
(152,85,72)
#A4695E
(164,105,94)
#B07D74
(176,125,116)
#BC918A
(188,145,138)
#C8A5A0
(200,165,160)
#D4B9B6
(212,185,182)
#E0CDCC
(224,205,204)
#ECE1E2
(236,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #741906; }

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

This text font color is #741906.


Background Color

.myBgColor { background-color: #741906; }

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

This div background color is #741906.


Border color

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

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

This div border color is #741906.


Opacity

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

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

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

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

This text has shadow with #741906 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #741906 on black background.


Color preview on white background

This text has color #741906 on white background.



Black color preview on #741906 background

This text has black color on #741906 background.


White color preview on #741906 background

This text has white color on #741906 background.