COLOR #744158

HEX: #744158
RGB: (116,65,88)

Color info

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

RGB color model

#744158 color RGB value is (116,65,88).

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

RGB channels and saturation

R 116 of 255 = 45%
G 65 of 255 = 25%
B 88 of 255 = 35%

116
65
88

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

Portions of RGB colors in percentages

R + G + B =
116 + 65 + 88 = 269 (100%)
R 116 of 269 ~ 43.12%
G 65 of 269 ~ 24.16%
B 88 of 269 ~ 32.71%

%43.12
%24.16
%32.71

CMYK color model

#744158 color CMYK value is (0,44,24,55).

  • cyan value is 0.00%
  • magenta value is 43.97%
  • yellow value is 24.14%
  • key color value is 54.51%
CMYK:
(0,44,24,55)
C0M44Y24K55 
(0%,44%,24%,55%)
(0.00/0.44/0.24/0.55)	

CMYK percentages

%0
%43.97
%24.14
%54.51

Codes

Color #744158 in popluar color models

744158
RGB1166588
HSL333°28.18%35.49%
HSB/HSV333°43.97%45.49%
CMYK0.00%43.97%24.14%
54.51%

Color #744158 in popluar number systems.

HEX744158
Decimal1166588
Binary111010010000011011000
Octal164101130

Shades and tints

Shades of #744158

#744158
(116,65,88)
#6A3C50
(106,60,80)
#603748
(96,55,72)
#563240
(86,50,64)
#4C2D38
(76,45,56)
#422830
(66,40,48)
#382328
(56,35,40)
#2E1E20
(46,30,32)
#241918
(36,25,24)
#1A1410
(26,20,16)
#100F08
(16,15,8)
#000000
(0,0,0)

Tints of #744158

#744158
(116,65,88)
#805267
(128,82,103)
#8C6376
(140,99,118)
#987485
(152,116,133)
#A48594
(164,133,148)
#B096A3
(176,150,163)
#BCA7B2
(188,167,178)
#C8B8C1
(200,184,193)
#D4C9D0
(212,201,208)
#E0DADF
(224,218,223)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #744158; }

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

This text font color is #744158.


Background Color

.myBgColor { background-color: #744158; }

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

This div background color is #744158.


Border color

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

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

This div border color is #744158.


Opacity

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

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

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

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

This text has shadow with #744158 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744158 on black background.


Color preview on white background

This text has color #744158 on white background.



Black color preview on #744158 background

This text has black color on #744158 background.


White color preview on #744158 background

This text has white color on #744158 background.