COLOR #744425

HEX: #744425
RGB: (116,68,37)

Color info

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

RGB color model

#744425 color RGB value is (116,68,37).

  • red value is 116;
  • green value is 68;
  • blue value is 37.
RGB:
(116,68,37)
(45%,27%,15%)

RGB channels and saturation

R 116 of 255 = 45%
G 68 of 255 = 27%
B 37 of 255 = 15%

116
68
37

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

Portions of RGB colors in percentages

R + G + B =
116 + 68 + 37 = 221 (100%)
R 116 of 221 ~ 52.49%
G 68 of 221 ~ 30.77%
B 37 of 221 ~ 16.74%

%52.49
%30.77
%16.74

CMYK color model

#744425 color CMYK value is (0,41,68,55).

  • cyan value is 0.00%
  • magenta value is 41.38%
  • yellow value is 68.10%
  • key color value is 54.51%
CMYK:
(0,41,68,55)
C0M41Y68K55 
(0%,41%,68%,55%)
(0.00/0.41/0.68/0.55)	

CMYK percentages

%0
%41.38
%68.1
%54.51

Codes

Color #744425 in popluar color models

744425
RGB1166837
HSL24°51.63%30.00%
HSB/HSV24°68.10%45.49%
CMYK0.00%41.38%68.10%
54.51%

Color #744425 in popluar number systems.

HEX744425
Decimal1166837
Binary11101001000100100101
Octal16410445

Shades and tints

Shades of #744425

#744425
(116,68,37)
#6A3E22
(106,62,34)
#60381F
(96,56,31)
#56321C
(86,50,28)
#4C2C19
(76,44,25)
#422616
(66,38,22)
#382013
(56,32,19)
#2E1A10
(46,26,16)
#24140D
(36,20,13)
#1A0E0A
(26,14,10)
#100807
(16,8,7)
#000000
(0,0,0)

Tints of #744425

#744425
(116,68,37)
#805538
(128,85,56)
#8C664B
(140,102,75)
#98775E
(152,119,94)
#A48871
(164,136,113)
#B09984
(176,153,132)
#BCAA97
(188,170,151)
#C8BBAA
(200,187,170)
#D4CCBD
(212,204,189)
#E0DDD0
(224,221,208)
#ECEEE3
(236,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #744425 color. Also use rgb(116,68,37) instead hex code.

Text Font Color

.myTextColor { color: #744425; }

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

This text font color is #744425.


Background Color

.myBgColor { background-color: #744425; }

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

This div background color is #744425.


Border color

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

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

This div border color is #744425.


Opacity

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

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

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

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

This text has shadow with #744425 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744425 on black background.


Color preview on white background

This text has color #744425 on white background.



Black color preview on #744425 background

This text has black color on #744425 background.


White color preview on #744425 background

This text has white color on #744425 background.