COLOR #744950

HEX: #744950
RGB: (116,73,80)

Color info

#744950 contains red, green and blue colors in about the same proportion. Web safe color of #744950 is #663366 (or #636).

RGB color model

#744950 color RGB value is (116,73,80).

  • red value is 116;
  • green value is 73;
  • blue value is 80.
RGB: (116,73,80) (45%,29%,31%)

RGB channels and saturation

R 116 of 255 = 45%
G 73 of 255 = 29%
B 80 of 255 = 31%

116
73
80

R + G + B ~ 35%. #744950 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 73 + 80 = 269 (100%)
R 116 of 269 ~ 43.12%
G 73 of 269 ~ 27.14%
B 80 of 269 ~ 29.74%

%43.12
%27.14
%29.74

CMYK color model

#744950 color CMYK value is (0,37,31,55).

  • cyan value is 0.00%
  • magenta value is 37.07%
  • yellow value is 31.03%
  • key color value is 54.51%
CMYK: (0,37,31,55) C0M37Y31K55 (0%,37%,31%,55%) (0.00/0.37/0.31/0.55)

CMYK percentages

%0
%37.07
%31.03
%54.51

Codes

Color #744950 in popluar color models

744950
RGB1167380
HSL350°22.75%37.06%
HSB/HSV350°37.07%45.49%
CMYK0.00%37.07%31.03%
54.51%

Color #744950 in popluar number systems.

HEX744950
Decimal1167380
Binary111010010010011010000
Octal164111120

Shades and tints

Shades of #744950

#744950
(116,73,80)
#6A4349
(106,67,73)
#603D42
(96,61,66)
#56373B
(86,55,59)
#4C3134
(76,49,52)
#422B2D
(66,43,45)
#382526
(56,37,38)
#2E1F1F
(46,31,31)
#241918
(36,25,24)
#1A1311
(26,19,17)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #744950

#744950
(116,73,80)
#80595F
(128,89,95)
#8C696E
(140,105,110)
#98797D
(152,121,125)
#A4898C
(164,137,140)
#B0999B
(176,153,155)
#BCA9AA
(188,169,170)
#C8B9B9
(200,185,185)
#D4C9C8
(212,201,200)
#E0D9D7
(224,217,215)
#ECE9E6
(236,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #744950 color. Also use rgb(116,73,80) instead hex code.

Text Font Color

.myTextColor { color: #744950; }

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

This text font color is #744950.


Background Color

.myBgColor { background-color: #744950; }

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

This div background color is #744950.


Border color

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

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

This div border color is #744950.


Opacity

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

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

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

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

This text has shadow with #744950 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #744950 on black background.


Color preview on white background

This text has color #744950 on white background.



Black color preview on #744950 background

This text has black color on #744950 background.


White color preview on #744950 background

This text has white color on #744950 background.