COLOR #744558

HEX: #744558
RGB: (116,69,88)

Color info

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

RGB color model

#744558 color RGB value is (116,69,88).

  • red value is 116;
  • green value is 69;
  • blue value is 88.
RGB:
(116,69,88)
(45%,27%,35%)

RGB channels and saturation

R 116 of 255 = 45%
G 69 of 255 = 27%
B 88 of 255 = 35%

116
69
88

R + G + B ~ 36%. #744558 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 69 + 88 = 273 (100%)
R 116 of 273 ~ 42.49%
G 69 of 273 ~ 25.27%
B 88 of 273 ~ 32.23%

%42.49
%25.27
%32.23

CMYK color model

#744558 color CMYK value is (0,41,24,55).

  • cyan value is 0.00%
  • magenta value is 40.52%
  • yellow value is 24.14%
  • key color value is 54.51%
CMYK:
(0,41,24,55)
C0M41Y24K55 
(0%,41%,24%,55%)
(0.00/0.41/0.24/0.55)	

CMYK percentages

%0
%40.52
%24.14
%54.51

Codes

Color #744558 in popluar color models

744558
RGB1166988
HSL336°25.41%36.27%
HSB/HSV336°40.52%45.49%
CMYK0.00%40.52%24.14%
54.51%

Color #744558 in popluar number systems.

HEX744558
Decimal1166988
Binary111010010001011011000
Octal164105130

Shades and tints

Shades of #744558

#744558
(116,69,88)
#6A3F50
(106,63,80)
#603948
(96,57,72)
#563340
(86,51,64)
#4C2D38
(76,45,56)
#422730
(66,39,48)
#382128
(56,33,40)
#2E1B20
(46,27,32)
#241518
(36,21,24)
#1A0F10
(26,15,16)
#100908
(16,9,8)
#000000
(0,0,0)

Tints of #744558

#744558
(116,69,88)
#805567
(128,85,103)
#8C6576
(140,101,118)
#987585
(152,117,133)
#A48594
(164,133,148)
#B095A3
(176,149,163)
#BCA5B2
(188,165,178)
#C8B5C1
(200,181,193)
#D4C5D0
(212,197,208)
#E0D5DF
(224,213,223)
#ECE5EE
(236,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #744558 color. Also use rgb(116,69,88) instead hex code.

Text Font Color

.myTextColor { color: #744558; }

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

This text font color is #744558.


Background Color

.myBgColor { background-color: #744558; }

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

This div background color is #744558.


Border color

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

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

This div border color is #744558.


Opacity

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

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

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

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

This text has shadow with #744558 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744558 on black background.


Color preview on white background

This text has color #744558 on white background.



Black color preview on #744558 background

This text has black color on #744558 background.


White color preview on #744558 background

This text has white color on #744558 background.