COLOR #744115

HEX: #744115
RGB: (116,65,21)

Color info

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

RGB color model

#744115 color RGB value is (116,65,21).

  • red value is 116;
  • green value is 65;
  • blue value is 21.
RGB:
(116,65,21)
(45%,25%,8%)

RGB channels and saturation

R 116 of 255 = 45%
G 65 of 255 = 25%
B 21 of 255 = 8%

116
65
21

R + G + B ~ 26%. #744115 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 65 + 21 = 202 (100%)
R 116 of 202 ~ 57.43%
G 65 of 202 ~ 32.18%
B 21 of 202 ~ 10.4%

%57.43
%32.18
%10.4

CMYK color model

#744115 color CMYK value is (0,44,82,55).

  • cyan value is 0.00%
  • magenta value is 43.97%
  • yellow value is 81.90%
  • key color value is 54.51%
CMYK:
(0,44,82,55)
C0M44Y82K55 
(0%,44%,82%,55%)
(0.00/0.44/0.82/0.55)	

CMYK percentages

%0
%43.97
%81.9
%54.51

Codes

Color #744115 in popluar color models

744115
RGB1166521
HSL28°69.34%26.86%
HSB/HSV28°81.90%45.49%
CMYK0.00%43.97%81.90%
54.51%

Color #744115 in popluar number systems.

HEX744115
Decimal1166521
Binary1110100100000110101
Octal16410125

Shades and tints

Shades of #744115

#744115
(116,65,21)
#6A3C14
(106,60,20)
#603713
(96,55,19)
#563212
(86,50,18)
#4C2D11
(76,45,17)
#422810
(66,40,16)
#38230F
(56,35,15)
#2E1E0E
(46,30,14)
#24190D
(36,25,13)
#1A140C
(26,20,12)
#100F0B
(16,15,11)
#000000
(0,0,0)

Tints of #744115

#744115
(116,65,21)
#80522A
(128,82,42)
#8C633F
(140,99,63)
#987454
(152,116,84)
#A48569
(164,133,105)
#B0967E
(176,150,126)
#BCA793
(188,167,147)
#C8B8A8
(200,184,168)
#D4C9BD
(212,201,189)
#E0DAD2
(224,218,210)
#ECEBE7
(236,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #744115 color. Also use rgb(116,65,21) instead hex code.

Text Font Color

.myTextColor { color: #744115; }

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

This text font color is #744115.


Background Color

.myBgColor { background-color: #744115; }

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

This div background color is #744115.


Border color

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

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

This div border color is #744115.


Opacity

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

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

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

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

This text has shadow with #744115 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744115 on black background.


Color preview on white background

This text has color #744115 on white background.



Black color preview on #744115 background

This text has black color on #744115 background.


White color preview on #744115 background

This text has white color on #744115 background.