COLOR #743E09

HEX: #743E09
RGB: (116,62,9)

Color info

#743E09 contains mainly red and green colors. Web safe color of #743E09 is #663300 (or #630).

RGB color model

#743E09 color RGB value is (116,62,9).

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

RGB channels and saturation

R 116 of 255 = 45%
G 62 of 255 = 24%
B 9 of 255 = 4%

116
62
9

R + G + B ~ 24%. #743E09 is dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 62 + 9 = 187 (100%)
R 116 of 187 ~ 62.03%
G 62 of 187 ~ 33.16%
B 9 of 187 ~ 4.81%

%62.03
%33.16

CMYK color model

#743E09 color CMYK value is (0,47,92,55).

  • cyan value is 0.00%
  • magenta value is 46.55%
  • yellow value is 92.24%
  • key color value is 54.51%
CMYK:
(0,47,92,55)
C0M47Y92K55 
(0%,47%,92%,55%)
(0.00/0.47/0.92/0.55)	

CMYK percentages

%0
%46.55
%92.24
%54.51

Codes

Color #743E09 in popluar color models

743E09
RGB116629
HSL30°85.60%24.51%
HSB/HSV30°92.24%45.49%
CMYK0.00%46.55%92.24%
54.51%

Color #743E09 in popluar number systems.

HEX743E09
Decimal116629
Binary11101001111101001
Octal1647611

Shades and tints

Shades of #743E09

#743E09
(116,62,9)
#6A3909
(106,57,9)
#603409
(96,52,9)
#562F09
(86,47,9)
#4C2A09
(76,42,9)
#422509
(66,37,9)
#382009
(56,32,9)
#2E1B09
(46,27,9)
#241609
(36,22,9)
#1A1109
(26,17,9)
#100C09
(16,12,9)
#000000
(0,0,0)

Tints of #743E09

#743E09
(116,62,9)
#804F1F
(128,79,31)
#8C6035
(140,96,53)
#98714B
(152,113,75)
#A48261
(164,130,97)
#B09377
(176,147,119)
#BCA48D
(188,164,141)
#C8B5A3
(200,181,163)
#D4C6B9
(212,198,185)
#E0D7CF
(224,215,207)
#ECE8E5
(236,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #743E09; }

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

This text font color is #743E09.


Background Color

.myBgColor { background-color: #743E09; }

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

This div background color is #743E09.


Border color

.myBorderColor { border: 1px solid #743E09; }

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

This div border color is #743E09.


Opacity

.myOpacity80 { color: #743E09; opacity: 0.8; }

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

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

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

This text has shadow with #743E09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #743E09 on black background.


Color preview on white background

This text has color #743E09 on white background.



Black color preview on #743E09 background

This text has black color on #743E09 background.


White color preview on #743E09 background

This text has white color on #743E09 background.