COLOR #744850

HEX: #744850
RGB: (116,72,80)

Color info

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

RGB color model

#744850 color RGB value is (116,72,80).

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

RGB channels and saturation

R 116 of 255 = 45%
G 72 of 255 = 28%
B 80 of 255 = 31%

116
72
80

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

Portions of RGB colors in percentages

R + G + B =
116 + 72 + 80 = 268 (100%)
R 116 of 268 ~ 43.28%
G 72 of 268 ~ 26.87%
B 80 of 268 ~ 29.85%

%43.28
%26.87
%29.85

CMYK color model

#744850 color CMYK value is (0,38,31,55).

  • cyan value is 0.00%
  • magenta value is 37.93%
  • yellow value is 31.03%
  • key color value is 54.51%
CMYK:
(0,38,31,55)
C0M38Y31K55 
(0%,38%,31%,55%)
(0.00/0.38/0.31/0.55)	

CMYK percentages

%0
%37.93
%31.03
%54.51

Codes

Color #744850 in popluar color models

744850
RGB1167280
HSL349°23.40%36.86%
HSB/HSV349°37.93%45.49%
CMYK0.00%37.93%31.03%
54.51%

Color #744850 in popluar number systems.

HEX744850
Decimal1167280
Binary111010010010001010000
Octal164110120

Shades and tints

Shades of #744850

#744850
(116,72,80)
#6A4249
(106,66,73)
#603C42
(96,60,66)
#56363B
(86,54,59)
#4C3034
(76,48,52)
#422A2D
(66,42,45)
#382426
(56,36,38)
#2E1E1F
(46,30,31)
#241818
(36,24,24)
#1A1211
(26,18,17)
#100C0A
(16,12,10)
#000000
(0,0,0)

Tints of #744850

#744850
(116,72,80)
#80585F
(128,88,95)
#8C686E
(140,104,110)
#98787D
(152,120,125)
#A4888C
(164,136,140)
#B0989B
(176,152,155)
#BCA8AA
(188,168,170)
#C8B8B9
(200,184,185)
#D4C8C8
(212,200,200)
#E0D8D7
(224,216,215)
#ECE8E6
(236,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #744850; }

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

This text font color is #744850.


Background Color

.myBgColor { background-color: #744850; }

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

This div background color is #744850.


Border color

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

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

This div border color is #744850.


Opacity

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

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

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

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

This text has shadow with #744850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744850 on black background.


Color preview on white background

This text has color #744850 on white background.



Black color preview on #744850 background

This text has black color on #744850 background.


White color preview on #744850 background

This text has white color on #744850 background.