COLOR #745374

HEX: #745374
RGB: (116,83,116)

Color info

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

RGB color model

#745374 color RGB value is (116,83,116).

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

RGB channels and saturation

R 116 of 255 = 45%
G 83 of 255 = 33%
B 116 of 255 = 45%

116
83
116

R + G + B ~ 41%. #745374 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 83 + 116 = 315 (100%)
R 116 of 315 ~ 36.83%
G 83 of 315 ~ 26.35%
B 116 of 315 ~ 36.83%

%36.83
%26.35
%36.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.45%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(0,28,0,55)
C0M28Y0K55 
(0%,28%,0%,55%)
(0.00/0.28/0.00/0.55)	

CMYK percentages

%0
%28.45
%0
%54.51

Codes

Color #745374 in popluar color models

745374
RGB11683116
HSL300°16.58%39.02%
HSB/HSV300°28.45%45.49%
CMYK0.00%28.45%0.00%
54.51%

Color #745374 in popluar number systems.

HEX745374
Decimal11683116
Binary111010010100111110100
Octal164123164

Shades and tints

Shades of #745374

#745374
(116,83,116)
#6A4C6A
(106,76,106)
#604560
(96,69,96)
#563E56
(86,62,86)
#4C374C
(76,55,76)
#423042
(66,48,66)
#382938
(56,41,56)
#2E222E
(46,34,46)
#241B24
(36,27,36)
#1A141A
(26,20,26)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #745374

#745374
(116,83,116)
#806280
(128,98,128)
#8C718C
(140,113,140)
#988098
(152,128,152)
#A48FA4
(164,143,164)
#B09EB0
(176,158,176)
#BCADBC
(188,173,188)
#C8BCC8
(200,188,200)
#D4CBD4
(212,203,212)
#E0DAE0
(224,218,224)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #745374; }

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

This text font color is #745374.


Background Color

.myBgColor { background-color: #745374; }

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

This div background color is #745374.


Border color

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

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

This div border color is #745374.


Opacity

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

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

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

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

This text has shadow with #745374 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745374 on black background.


Color preview on white background

This text has color #745374 on white background.



Black color preview on #745374 background

This text has black color on #745374 background.


White color preview on #745374 background

This text has white color on #745374 background.