COLOR #745464

HEX: #745464
RGB: (116,84,100)

Color info

#745464 contains red, green and blue colors in about the same proportion. Web safe color of #745464 is #666666 (or #666).

RGB color model

#745464 color RGB value is (116,84,100).

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

RGB channels and saturation

R 116 of 255 = 45%
G 84 of 255 = 33%
B 100 of 255 = 39%

116
84
100

R + G + B ~ 39%. #745464 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 84 + 100 = 300 (100%)
R 116 of 300 ~ 38.67%
G 84 of 300 ~ 28%
B 100 of 300 ~ 33.33%

%38.67
%28
%33.33

CMYK color model

#745464 color CMYK value is (0,28,14,55).

  • cyan value is 0.00%
  • magenta value is 27.59%
  • yellow value is 13.79%
  • key color value is 54.51%
CMYK:
(0,28,14,55)
C0M28Y14K55 
(0%,28%,14%,55%)
(0.00/0.28/0.14/0.55)	

CMYK percentages

%0
%27.59
%13.79
%54.51

Codes

Color #745464 in popluar color models

745464
RGB11684100
HSL330°16.00%39.22%
HSB/HSV330°27.59%45.49%
CMYK0.00%27.59%13.79%
54.51%

Color #745464 in popluar number systems.

HEX745464
Decimal11684100
Binary111010010101001100100
Octal164124144

Shades and tints

Shades of #745464

#745464
(116,84,100)
#6A4D5B
(106,77,91)
#604652
(96,70,82)
#563F49
(86,63,73)
#4C3840
(76,56,64)
#423137
(66,49,55)
#382A2E
(56,42,46)
#2E2325
(46,35,37)
#241C1C
(36,28,28)
#1A1513
(26,21,19)
#100E0A
(16,14,10)
#000000
(0,0,0)

Tints of #745464

#745464
(116,84,100)
#806372
(128,99,114)
#8C7280
(140,114,128)
#98818E
(152,129,142)
#A4909C
(164,144,156)
#B09FAA
(176,159,170)
#BCAEB8
(188,174,184)
#C8BDC6
(200,189,198)
#D4CCD4
(212,204,212)
#E0DBE2
(224,219,226)
#ECEAF0
(236,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #745464; }

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

This text font color is #745464.


Background Color

.myBgColor { background-color: #745464; }

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

This div background color is #745464.


Border color

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

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

This div border color is #745464.


Opacity

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

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

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

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

This text has shadow with #745464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745464 on black background.


Color preview on white background

This text has color #745464 on white background.



Black color preview on #745464 background

This text has black color on #745464 background.


White color preview on #745464 background

This text has white color on #745464 background.