COLOR #745463

HEX: #745463
RGB: (116,84,99)

Color info

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

RGB color model

#745463 color RGB value is (116,84,99).

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

RGB channels and saturation

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

116
84
99

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

Portions of RGB colors in percentages

R + G + B =
116 + 84 + 99 = 299 (100%)
R 116 of 299 ~ 38.8%
G 84 of 299 ~ 28.09%
B 99 of 299 ~ 33.11%

%38.8
%28.09
%33.11

CMYK color model

#745463 color CMYK value is (0,28,15,55).

  • cyan value is 0.00%
  • magenta value is 27.59%
  • yellow value is 14.66%
  • key color value is 54.51%
CMYK:
(0,28,15,55)
C0M28Y15K55 
(0%,28%,15%,55%)
(0.00/0.28/0.15/0.55)	

CMYK percentages

%0
%27.59
%14.66
%54.51

Codes

Color #745463 in popluar color models

745463
RGB1168499
HSL332°16.00%39.22%
HSB/HSV332°27.59%45.49%
CMYK0.00%27.59%14.66%
54.51%

Color #745463 in popluar number systems.

HEX745463
Decimal1168499
Binary111010010101001100011
Octal164124143

Shades and tints

Shades of #745463

#745463
(116,84,99)
#6A4D5A
(106,77,90)
#604651
(96,70,81)
#563F48
(86,63,72)
#4C383F
(76,56,63)
#423136
(66,49,54)
#382A2D
(56,42,45)
#2E2324
(46,35,36)
#241C1B
(36,28,27)
#1A1512
(26,21,18)
#100E09
(16,14,9)
#000000
(0,0,0)

Tints of #745463

#745463
(116,84,99)
#806371
(128,99,113)
#8C727F
(140,114,127)
#98818D
(152,129,141)
#A4909B
(164,144,155)
#B09FA9
(176,159,169)
#BCAEB7
(188,174,183)
#C8BDC5
(200,189,197)
#D4CCD3
(212,204,211)
#E0DBE1
(224,219,225)
#ECEAEF
(236,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #745463; }

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

This text font color is #745463.


Background Color

.myBgColor { background-color: #745463; }

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

This div background color is #745463.


Border color

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

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

This div border color is #745463.


Opacity

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

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

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

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

This text has shadow with #745463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745463 on black background.


Color preview on white background

This text has color #745463 on white background.



Black color preview on #745463 background

This text has black color on #745463 background.


White color preview on #745463 background

This text has white color on #745463 background.