COLOR #744B30

HEX: #744B30
RGB: (116,75,48)

Color info

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

RGB color model

#744B30 color RGB value is (116,75,48).

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

RGB channels and saturation

R 116 of 255 = 45%
G 75 of 255 = 29%
B 48 of 255 = 19%

116
75
48

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

Portions of RGB colors in percentages

R + G + B =
116 + 75 + 48 = 239 (100%)
R 116 of 239 ~ 48.54%
G 75 of 239 ~ 31.38%
B 48 of 239 ~ 20.08%

%48.54
%31.38
%20.08

CMYK color model

#744B30 color CMYK value is (0,35,59,55).

  • cyan value is 0.00%
  • magenta value is 35.34%
  • yellow value is 58.62%
  • key color value is 54.51%
CMYK:
(0,35,59,55)
C0M35Y59K55 
(0%,35%,59%,55%)
(0.00/0.35/0.59/0.55)	

CMYK percentages

%0
%35.34
%58.62
%54.51

Codes

Color #744B30 in popluar color models

744B30
RGB1167548
HSL24°41.46%32.16%
HSB/HSV24°58.62%45.49%
CMYK0.00%35.34%58.62%
54.51%

Color #744B30 in popluar number systems.

HEX744B30
Decimal1167548
Binary11101001001011110000
Octal16411360

Shades and tints

Shades of #744B30

#744B30
(116,75,48)
#6A452C
(106,69,44)
#603F28
(96,63,40)
#563924
(86,57,36)
#4C3320
(76,51,32)
#422D1C
(66,45,28)
#382718
(56,39,24)
#2E2114
(46,33,20)
#241B10
(36,27,16)
#1A150C
(26,21,12)
#100F08
(16,15,8)
#000000
(0,0,0)

Tints of #744B30

#744B30
(116,75,48)
#805B42
(128,91,66)
#8C6B54
(140,107,84)
#987B66
(152,123,102)
#A48B78
(164,139,120)
#B09B8A
(176,155,138)
#BCAB9C
(188,171,156)
#C8BBAE
(200,187,174)
#D4CBC0
(212,203,192)
#E0DBD2
(224,219,210)
#ECEBE4
(236,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #744B30; }

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

This text font color is #744B30.


Background Color

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

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

This div background color is #744B30.


Border color

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

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

This div border color is #744B30.


Opacity

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

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

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

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

This text has shadow with #744B30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744B30 on black background.


Color preview on white background

This text has color #744B30 on white background.



Black color preview on #744B30 background

This text has black color on #744B30 background.


White color preview on #744B30 background

This text has white color on #744B30 background.