COLOR #744154

HEX: #744154
RGB: (116,65,84)

Color info

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

RGB color model

#744154 color RGB value is (116,65,84).

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

RGB channels and saturation

R 116 of 255 = 45%
G 65 of 255 = 25%
B 84 of 255 = 33%

116
65
84

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

Portions of RGB colors in percentages

R + G + B =
116 + 65 + 84 = 265 (100%)
R 116 of 265 ~ 43.77%
G 65 of 265 ~ 24.53%
B 84 of 265 ~ 31.7%

%43.77
%24.53
%31.7

CMYK color model

#744154 color CMYK value is (0,44,28,55).

  • cyan value is 0.00%
  • magenta value is 43.97%
  • yellow value is 27.59%
  • key color value is 54.51%
CMYK:
(0,44,28,55)
C0M44Y28K55 
(0%,44%,28%,55%)
(0.00/0.44/0.28/0.55)	

CMYK percentages

%0
%43.97
%27.59
%54.51

Codes

Color #744154 in popluar color models

744154
RGB1166584
HSL338°28.18%35.49%
HSB/HSV338°43.97%45.49%
CMYK0.00%43.97%27.59%
54.51%

Color #744154 in popluar number systems.

HEX744154
Decimal1166584
Binary111010010000011010100
Octal164101124

Shades and tints

Shades of #744154

#744154
(116,65,84)
#6A3C4D
(106,60,77)
#603746
(96,55,70)
#56323F
(86,50,63)
#4C2D38
(76,45,56)
#422831
(66,40,49)
#38232A
(56,35,42)
#2E1E23
(46,30,35)
#24191C
(36,25,28)
#1A1415
(26,20,21)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #744154

#744154
(116,65,84)
#805263
(128,82,99)
#8C6372
(140,99,114)
#987481
(152,116,129)
#A48590
(164,133,144)
#B0969F
(176,150,159)
#BCA7AE
(188,167,174)
#C8B8BD
(200,184,189)
#D4C9CC
(212,201,204)
#E0DADB
(224,218,219)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #744154; }

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

This text font color is #744154.


Background Color

.myBgColor { background-color: #744154; }

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

This div background color is #744154.


Border color

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

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

This div border color is #744154.


Opacity

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

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

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

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

This text has shadow with #744154 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744154 on black background.


Color preview on white background

This text has color #744154 on white background.



Black color preview on #744154 background

This text has black color on #744154 background.


White color preview on #744154 background

This text has white color on #744154 background.