COLOR #744A1F

HEX: #744A1F RGB: (116,74,31)

Color info

#744A1F contains mainly red and green colors. Web safe color of #744A1F is #663333 (or #633).

RGB color model

#744A1F color RGB value is (116,74,31).

RGB: (116,74,31) (45%, 29%, 12%)

RGB channels and saturation

R 116 of 255 = 45%
G 74 of 255 = 29%
B 31 of 255 = 12%

116
74
31

R + G + B ~ 29%. #744A1F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 116 + 74 + 31 = 221 (100%)
R 116 of 221 ~ 52.49%
G 74 of 221 ~ 33.48%
B 31 of 221 ~ 14.03'%

%52.49
%33.48
%14.03

CMYK color model

#744A1F color CMYK value is (0,36,73,55).

  • cyan value is 0.00%
  • magenta value is 36.21%
  • yellow value is 73.28%
  • key color value is 54.51%

CMYK: (0,36,73,55)
C0M36Y73K55 (0%, 36%, 73%, 55%)
(0.00 / 0.36 / 0.73 / 0.55)

CMYK percentages

%0
%36.21
%73.28
%54.51

Codes

Color #744A1F in popluar color models

74 4A 1F
RGB 116 74 31
HSL 30° 57.82% 28.82%
HSB/HSV 30° 73.28% 45.49%
CMYK 0.00% 36.21% 73.28%
54.51%

Color #744A1F in popluar number systems.

HEX 74 4A 1F
Decimal 116 74 31
Binary 1110100 1001010 11111
Octal 164 112 37

Shades and tints

Shades of #744A1F

#744A1F
(116,74,31)
#6A441D
(106,68,29)
#603E1B
(96,62,27)
#563819
(86,56,25)
#4C3217
(76,50,23)
#422C15
(66,44,21)
#382613
(56,38,19)
#2E2011
(46,32,17)
#241A0F
(36,26,15)
#1A140D
(26,20,13)
#100E0B
(16,14,11)
#000000
(0,0,0)

Tints of #744A1F

#744A1F
(116,74,31)
#805A33
(128,90,51)
#8C6A47
(140,106,71)
#987A5B
(152,122,91)
#A48A6F
(164,138,111)
#B09A83
(176,154,131)
#BCAA97
(188,170,151)
#C8BAAB
(200,186,171)
#D4CABF
(212,202,191)
#E0DAD3
(224,218,211)
#ECEAE7
(236,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #744A1F color. Also use rgb(116,74,31) instead hex code.

Text Font Color

.myTextColor { color: #744A1F; }

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

This text font color is #744A1F.

Background Color

.myBgColor { background-color: #744A1F; }

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

This div background color is #744A1F.

Border color

.myBorderColor { border: 1px solid #744A1F; }

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

This div border color is #744A1F.

Opacity

.myOpacity80 { color: #744A1F; opacity: 0.8; }

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

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

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

This text has shadow with #744A1F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #744A1F.

Preview

Color preview on black background

This text has color #744A1F on black background.


Color preview on white background

This text has color #744A1F on white background.


Black color preview on #744A1F background

This text has black color on #744A1F background.


White color preview on #744A1F background

This text has white color on #744A1F background.


Related colors

Complementary color

Complementary color for #hex is #8BB5E0.


I love getcolorcode.com

Triadic colors

1 #1F744A and #4A1F74 with #744A1F are triadic colors.

2 #1F4A74 and #4A741F with #744A1F are triadic colors.