COLOR #745870

HEX: #745870
RGB: (116,88,112)

Color info

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

RGB color model

#745870 color RGB value is (116,88,112).

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

RGB channels and saturation

R 116 of 255 = 45%
G 88 of 255 = 35%
B 112 of 255 = 44%

116
88
112

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

Portions of RGB colors in percentages

R + G + B =
116 + 88 + 112 = 316 (100%)
R 116 of 316 ~ 36.71%
G 88 of 316 ~ 27.85%
B 112 of 316 ~ 35.44%

%36.71
%27.85
%35.44

CMYK color model

#745870 color CMYK value is (0,24,3,55).

  • cyan value is 0.00%
  • magenta value is 24.14%
  • yellow value is 3.45%
  • key color value is 54.51%
CMYK:
(0,24,3,55)
C0M24Y3K55 
(0%,24%,3%,55%)
(0.00/0.24/0.03/0.55)	

CMYK percentages

%0
%24.14
%3.45
%54.51

Codes

Color #745870 in popluar color models

745870
RGB11688112
HSL309°13.73%40.00%
HSB/HSV309°24.14%45.49%
CMYK0.00%24.14%3.45%
54.51%

Color #745870 in popluar number systems.

HEX745870
Decimal11688112
Binary111010010110001110000
Octal164130160

Shades and tints

Shades of #745870

#745870
(116,88,112)
#6A5066
(106,80,102)
#60485C
(96,72,92)
#564052
(86,64,82)
#4C3848
(76,56,72)
#42303E
(66,48,62)
#382834
(56,40,52)
#2E202A
(46,32,42)
#241820
(36,24,32)
#1A1016
(26,16,22)
#10080C
(16,8,12)
#000000
(0,0,0)

Tints of #745870

#745870
(116,88,112)
#80677D
(128,103,125)
#8C768A
(140,118,138)
#988597
(152,133,151)
#A494A4
(164,148,164)
#B0A3B1
(176,163,177)
#BCB2BE
(188,178,190)
#C8C1CB
(200,193,203)
#D4D0D8
(212,208,216)
#E0DFE5
(224,223,229)
#ECEEF2
(236,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #745870; }

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

This text font color is #745870.


Background Color

.myBgColor { background-color: #745870; }

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

This div background color is #745870.


Border color

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

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

This div border color is #745870.


Opacity

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

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

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

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

This text has shadow with #745870 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745870 on black background.


Color preview on white background

This text has color #745870 on white background.



Black color preview on #745870 background

This text has black color on #745870 background.


White color preview on #745870 background

This text has white color on #745870 background.