COLOR #744B1B

HEX: #744B1B
RGB: (116,75,27)

Color info

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

RGB color model

#744B1B color RGB value is (116,75,27).

  • red value is 116;
  • green value is 75;
  • blue value is 27.
RGB:
(116,75,27)
(45%,29%,11%)

RGB channels and saturation

R 116 of 255 = 45%
G 75 of 255 = 29%
B 27 of 255 = 11%

116
75
27

R + G + B ~ 28%. #744B1B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 75 + 27 = 218 (100%)
R 116 of 218 ~ 53.21%
G 75 of 218 ~ 34.4%
B 27 of 218 ~ 12.39%

%53.21
%34.4
%12.39

CMYK color model

#744B1B color CMYK value is (0,35,77,55).

  • cyan value is 0.00%
  • magenta value is 35.34%
  • yellow value is 76.72%
  • key color value is 54.51%
CMYK:
(0,35,77,55)
C0M35Y77K55 
(0%,35%,77%,55%)
(0.00/0.35/0.77/0.55)	

CMYK percentages

%0
%35.34
%76.72
%54.51

Codes

Color #744B1B in popluar color models

744B1B
RGB1167527
HSL32°62.24%28.04%
HSB/HSV32°76.72%45.49%
CMYK0.00%35.34%76.72%
54.51%

Color #744B1B in popluar number systems.

HEX744B1B
Decimal1167527
Binary1110100100101111011
Octal16411333

Shades and tints

Shades of #744B1B

#744B1B
(116,75,27)
#6A4519
(106,69,25)
#603F17
(96,63,23)
#563915
(86,57,21)
#4C3313
(76,51,19)
#422D11
(66,45,17)
#38270F
(56,39,15)
#2E210D
(46,33,13)
#241B0B
(36,27,11)
#1A1509
(26,21,9)
#100F07
(16,15,7)
#000000
(0,0,0)

Tints of #744B1B

#744B1B
(116,75,27)
#805B2F
(128,91,47)
#8C6B43
(140,107,67)
#987B57
(152,123,87)
#A48B6B
(164,139,107)
#B09B7F
(176,155,127)
#BCAB93
(188,171,147)
#C8BBA7
(200,187,167)
#D4CBBB
(212,203,187)
#E0DBCF
(224,219,207)
#ECEBE3
(236,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #744B1B color. Also use rgb(116,75,27) instead hex code.

Text Font Color

.myTextColor { color: #744B1B; }

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

This text font color is #744B1B.


Background Color

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

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

This div background color is #744B1B.


Border color

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

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

This div border color is #744B1B.


Opacity

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

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

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

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

This text has shadow with #744B1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744B1B on black background.


Color preview on white background

This text has color #744B1B on white background.



Black color preview on #744B1B background

This text has black color on #744B1B background.


White color preview on #744B1B background

This text has white color on #744B1B background.