COLOR #745370

HEX: #745370
RGB: (116,83,112)

Color info

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

RGB color model

#745370 color RGB value is (116,83,112).

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

RGB channels and saturation

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

116
83
112

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

Portions of RGB colors in percentages

R + G + B =
116 + 83 + 112 = 311 (100%)
R 116 of 311 ~ 37.3%
G 83 of 311 ~ 26.69%
B 112 of 311 ~ 36.01%

%37.3
%26.69
%36.01

CMYK color model

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

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

CMYK percentages

%0
%28.45
%3.45
%54.51

Codes

Color #745370 in popluar color models

745370
RGB11683112
HSL307°16.58%39.02%
HSB/HSV307°28.45%45.49%
CMYK0.00%28.45%3.45%
54.51%

Color #745370 in popluar number systems.

HEX745370
Decimal11683112
Binary111010010100111110000
Octal164123160

Shades and tints

Shades of #745370

#745370
(116,83,112)
#6A4C66
(106,76,102)
#60455C
(96,69,92)
#563E52
(86,62,82)
#4C3748
(76,55,72)
#42303E
(66,48,62)
#382934
(56,41,52)
#2E222A
(46,34,42)
#241B20
(36,27,32)
#1A1416
(26,20,22)
#100D0C
(16,13,12)
#000000
(0,0,0)

Tints of #745370

#745370
(116,83,112)
#80627D
(128,98,125)
#8C718A
(140,113,138)
#988097
(152,128,151)
#A48FA4
(164,143,164)
#B09EB1
(176,158,177)
#BCADBE
(188,173,190)
#C8BCCB
(200,188,203)
#D4CBD8
(212,203,216)
#E0DAE5
(224,218,229)
#ECE9F2
(236,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #745370; }

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

This text font color is #745370.


Background Color

.myBgColor { background-color: #745370; }

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

This div background color is #745370.


Border color

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

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

This div border color is #745370.


Opacity

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

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

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

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

This text has shadow with #745370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745370 on black background.


Color preview on white background

This text has color #745370 on white background.



Black color preview on #745370 background

This text has black color on #745370 background.


White color preview on #745370 background

This text has white color on #745370 background.