COLOR #742909

HEX: #742909
RGB: (116,41,9)

Color info

#742909 contains mainly red color. Web safe color of #742909 is #663300 (or #630).

RGB color model

#742909 color RGB value is (116,41,9).

  • red value is 116;
  • green value is 41;
  • blue value is 9.
RGB:
(116,41,9)
(45%,16%,4%)

RGB channels and saturation

R 116 of 255 = 45%
G 41 of 255 = 16%
B 9 of 255 = 4%

116
41
9

R + G + B ~ 22%. #742909 is dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 41 + 9 = 166 (100%)
R 116 of 166 ~ 69.88%
G 41 of 166 ~ 24.7%
B 9 of 166 ~ 5.42%

%69.88
%24.7

CMYK color model

#742909 color CMYK value is (0,65,92,55).

  • cyan value is 0.00%
  • magenta value is 64.66%
  • yellow value is 92.24%
  • key color value is 54.51%
CMYK:
(0,65,92,55)
C0M65Y92K55 
(0%,65%,92%,55%)
(0.00/0.65/0.92/0.55)	

CMYK percentages

%0
%64.66
%92.24
%54.51

Codes

Color #742909 in popluar color models

742909
RGB116419
HSL18°85.60%24.51%
HSB/HSV18°92.24%45.49%
CMYK0.00%64.66%92.24%
54.51%

Color #742909 in popluar number systems.

HEX742909
Decimal116419
Binary11101001010011001
Octal1645111

Shades and tints

Shades of #742909

#742909
(116,41,9)
#6A2609
(106,38,9)
#602309
(96,35,9)
#562009
(86,32,9)
#4C1D09
(76,29,9)
#421A09
(66,26,9)
#381709
(56,23,9)
#2E1409
(46,20,9)
#241109
(36,17,9)
#1A0E09
(26,14,9)
#100B09
(16,11,9)
#000000
(0,0,0)

Tints of #742909

#742909
(116,41,9)
#803C1F
(128,60,31)
#8C4F35
(140,79,53)
#98624B
(152,98,75)
#A47561
(164,117,97)
#B08877
(176,136,119)
#BC9B8D
(188,155,141)
#C8AEA3
(200,174,163)
#D4C1B9
(212,193,185)
#E0D4CF
(224,212,207)
#ECE7E5
(236,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #742909 color. Also use rgb(116,41,9) instead hex code.

Text Font Color

.myTextColor { color: #742909; }

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

This text font color is #742909.


Background Color

.myBgColor { background-color: #742909; }

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

This div background color is #742909.


Border color

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

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

This div border color is #742909.


Opacity

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

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

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

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

This text has shadow with #742909 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #742909 on black background.


Color preview on white background

This text has color #742909 on white background.



Black color preview on #742909 background

This text has black color on #742909 background.


White color preview on #742909 background

This text has white color on #742909 background.