COLOR #745466

HEX: #745466
RGB: (116,84,102)

Color info

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

RGB color model

#745466 color RGB value is (116,84,102).

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

RGB channels and saturation

R 116 of 255 = 45%
G 84 of 255 = 33%
B 102 of 255 = 40%

116
84
102

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

Portions of RGB colors in percentages

R + G + B =
116 + 84 + 102 = 302 (100%)
R 116 of 302 ~ 38.41%
G 84 of 302 ~ 27.81%
B 102 of 302 ~ 33.77%

%38.41
%27.81
%33.77

CMYK color model

#745466 color CMYK value is (0,28,12,55).

  • cyan value is 0.00%
  • magenta value is 27.59%
  • yellow value is 12.07%
  • key color value is 54.51%
CMYK:
(0,28,12,55)
C0M28Y12K55 
(0%,28%,12%,55%)
(0.00/0.28/0.12/0.55)	

CMYK percentages

%0
%27.59
%12.07
%54.51

Codes

Color #745466 in popluar color models

745466
RGB11684102
HSL326°16.00%39.22%
HSB/HSV326°27.59%45.49%
CMYK0.00%27.59%12.07%
54.51%

Color #745466 in popluar number systems.

HEX745466
Decimal11684102
Binary111010010101001100110
Octal164124146

Shades and tints

Shades of #745466

#745466
(116,84,102)
#6A4D5D
(106,77,93)
#604654
(96,70,84)
#563F4B
(86,63,75)
#4C3842
(76,56,66)
#423139
(66,49,57)
#382A30
(56,42,48)
#2E2327
(46,35,39)
#241C1E
(36,28,30)
#1A1515
(26,21,21)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #745466

#745466
(116,84,102)
#806373
(128,99,115)
#8C7280
(140,114,128)
#98818D
(152,129,141)
#A4909A
(164,144,154)
#B09FA7
(176,159,167)
#BCAEB4
(188,174,180)
#C8BDC1
(200,189,193)
#D4CCCE
(212,204,206)
#E0DBDB
(224,219,219)
#ECEAE8
(236,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #745466; }

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

This text font color is #745466.


Background Color

.myBgColor { background-color: #745466; }

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

This div background color is #745466.


Border color

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

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

This div border color is #745466.


Opacity

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

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

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

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

This text has shadow with #745466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745466 on black background.


Color preview on white background

This text has color #745466 on white background.



Black color preview on #745466 background

This text has black color on #745466 background.


White color preview on #745466 background

This text has white color on #745466 background.