COLOR #744150

HEX: #744150
RGB: (116,65,80)

Color info

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

RGB color model

#744150 color RGB value is (116,65,80).

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

RGB channels and saturation

R 116 of 255 = 45%
G 65 of 255 = 25%
B 80 of 255 = 31%

116
65
80

R + G + B ~ 34%. #744150 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 65 + 80 = 261 (100%)
R 116 of 261 ~ 44.44%
G 65 of 261 ~ 24.9%
B 80 of 261 ~ 30.65%

%44.44
%24.9
%30.65

CMYK color model

#744150 color CMYK value is (0,44,31,55).

  • cyan value is 0.00%
  • magenta value is 43.97%
  • yellow value is 31.03%
  • key color value is 54.51%
CMYK:
(0,44,31,55)
C0M44Y31K55 
(0%,44%,31%,55%)
(0.00/0.44/0.31/0.55)	

CMYK percentages

%0
%43.97
%31.03
%54.51

Codes

Color #744150 in popluar color models

744150
RGB1166580
HSL342°28.18%35.49%
HSB/HSV342°43.97%45.49%
CMYK0.00%43.97%31.03%
54.51%

Color #744150 in popluar number systems.

HEX744150
Decimal1166580
Binary111010010000011010000
Octal164101120

Shades and tints

Shades of #744150

#744150
(116,65,80)
#6A3C49
(106,60,73)
#603742
(96,55,66)
#56323B
(86,50,59)
#4C2D34
(76,45,52)
#42282D
(66,40,45)
#382326
(56,35,38)
#2E1E1F
(46,30,31)
#241918
(36,25,24)
#1A1411
(26,20,17)
#100F0A
(16,15,10)
#000000
(0,0,0)

Tints of #744150

#744150
(116,65,80)
#80525F
(128,82,95)
#8C636E
(140,99,110)
#98747D
(152,116,125)
#A4858C
(164,133,140)
#B0969B
(176,150,155)
#BCA7AA
(188,167,170)
#C8B8B9
(200,184,185)
#D4C9C8
(212,201,200)
#E0DAD7
(224,218,215)
#ECEBE6
(236,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #744150; }

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

This text font color is #744150.


Background Color

.myBgColor { background-color: #744150; }

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

This div background color is #744150.


Border color

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

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

This div border color is #744150.


Opacity

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

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

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

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

This text has shadow with #744150 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744150 on black background.


Color preview on white background

This text has color #744150 on white background.



Black color preview on #744150 background

This text has black color on #744150 background.


White color preview on #744150 background

This text has white color on #744150 background.