COLOR #744A2D

HEX: #744A2D
RGB: (116,74,45)

Color info

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

RGB color model

#744A2D color RGB value is (116,74,45).

  • red value is 116;
  • green value is 74;
  • blue value is 45.
RGB:
(116,74,45)
(45%,29%,18%)

RGB channels and saturation

R 116 of 255 = 45%
G 74 of 255 = 29%
B 45 of 255 = 18%

116
74
45

R + G + B ~ 31%. #744A2D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 74 + 45 = 235 (100%)
R 116 of 235 ~ 49.36%
G 74 of 235 ~ 31.49%
B 45 of 235 ~ 19.15%

%49.36
%31.49
%19.15

CMYK color model

#744A2D color CMYK value is (0,36,61,55).

  • cyan value is 0.00%
  • magenta value is 36.21%
  • yellow value is 61.21%
  • key color value is 54.51%
CMYK:
(0,36,61,55)
C0M36Y61K55 
(0%,36%,61%,55%)
(0.00/0.36/0.61/0.55)	

CMYK percentages

%0
%36.21
%61.21
%54.51

Codes

Color #744A2D in popluar color models

744A2D
RGB1167445
HSL25°44.10%31.57%
HSB/HSV25°61.21%45.49%
CMYK0.00%36.21%61.21%
54.51%

Color #744A2D in popluar number systems.

HEX744A2D
Decimal1167445
Binary11101001001010101101
Octal16411255

Shades and tints

Shades of #744A2D

#744A2D
(116,74,45)
#6A4429
(106,68,41)
#603E25
(96,62,37)
#563821
(86,56,33)
#4C321D
(76,50,29)
#422C19
(66,44,25)
#382615
(56,38,21)
#2E2011
(46,32,17)
#241A0D
(36,26,13)
#1A1409
(26,20,9)
#100E05
(16,14,5)
#000000
(0,0,0)

Tints of #744A2D

#744A2D
(116,74,45)
#805A40
(128,90,64)
#8C6A53
(140,106,83)
#987A66
(152,122,102)
#A48A79
(164,138,121)
#B09A8C
(176,154,140)
#BCAA9F
(188,170,159)
#C8BAB2
(200,186,178)
#D4CAC5
(212,202,197)
#E0DAD8
(224,218,216)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #744A2D; }

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

This text font color is #744A2D.


Background Color

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

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

This div background color is #744A2D.


Border color

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

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

This div border color is #744A2D.


Opacity

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

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

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

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

This text has shadow with #744A2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744A2D on black background.


Color preview on white background

This text has color #744A2D on white background.



Black color preview on #744A2D background

This text has black color on #744A2D background.


White color preview on #744A2D background

This text has white color on #744A2D background.