COLOR #743600

HEX: #743600 RGB: (116,54,0)

Color info

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

RGB color model

#743600 color RGB value is (116,54,0).

RGB: (116,54,0) (45%, 21%, 0%)

RGB channels and saturation

R 116 of 255 = 45%
G 54 of 255 = 21%
B 0 of 255 = 0%

116
54
0

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

Portions of RGB colors in percentages

R + G + B = 116 + 54 + 0 = 170 (100%)
R 116 of 170 ~ 68.24%
G 54 of 170 ~ 31.76%
B 0 of 170 ~ 0'%

%68.24
%31.76

CMYK color model

#743600 color CMYK value is (0,53,100,55).

  • cyan value is 0.00%
  • magenta value is 53.45%
  • yellow value is 100.00%
  • key color value is 54.51%

CMYK: (0,53,100,55)
C0M53Y100K55 (0%, 53%, 100%, 55%)
(0.00 / 0.53 / 1.00 / 0.55)

CMYK percentages

%0
%53.45
%100
%54.51

Codes

Color #743600 in popluar color models

74 36 00
RGB 116 54 0
HSL 28° 100.00% 22.75%
HSB/HSV 28° 100.00% 45.49%
CMYK 0.00% 53.45% 100.00%
54.51%

Color #743600 in popluar number systems.

HEX 74 36 00
Decimal 116 54 0
Binary 1110100 110110 0
Octal 164 66 0

Shades and tints

Shades of #743600

#743600
(116,54,0)
#6A3200
(106,50,0)
#602E00
(96,46,0)
#562A00
(86,42,0)
#4C2600
(76,38,0)
#422200
(66,34,0)
#381E00
(56,30,0)
#2E1A00
(46,26,0)
#241600
(36,22,0)
#1A1200
(26,18,0)
#100E00
(16,14,0)
#000000
(0,0,0)

Tints of #743600

#743600
(116,54,0)
#804817
(128,72,23)
#8C5A2E
(140,90,46)
#986C45
(152,108,69)
#A47E5C
(164,126,92)
#B09073
(176,144,115)
#BCA28A
(188,162,138)
#C8B4A1
(200,180,161)
#D4C6B8
(212,198,184)
#E0D8CF
(224,216,207)
#ECEAE6
(236,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #743600 color. Also use rgb(116,54,0) instead hex code.

Text Font Color

.myTextColor { color: #743600; }

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

This text font color is #743600.

Background Color

.myBgColor { background-color: #743600; }

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

This div background color is #743600.

Border color

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

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

This div border color is #743600.

Opacity

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

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

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

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

This text has shadow with #743600 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #743600.

Preview

Color preview on black background

This text has color #743600 on black background.


Color preview on white background

This text has color #743600 on white background.


Black color preview on #743600 background

This text has black color on #743600 background.


White color preview on #743600 background

This text has white color on #743600 background.


Related colors

Complementary color

Complementary color for #hex is #8BC9FF.


I love getcolorcode.com

Triadic colors

1 #007436 and #360074 with #743600 are triadic colors.

2 #003674 and #367400 with #743600 are triadic colors.