COLOR #74618F

HEX: #74618F
RGB: (116,97,143)

Color info

#74618F contains red, green and blue colors in about the same proportion. Web safe color of #74618F is #666699 (or #669).

RGB color model

#74618F color RGB value is (116,97,143).

  • red value is 116;
  • green value is 97;
  • blue value is 143.
RGB:
(116,97,143)
(45%,38%,56%)

RGB channels and saturation

R 116 of 255 = 45%
G 97 of 255 = 38%
B 143 of 255 = 56%

116
97
143

R + G + B ~ 46%. #74618F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 97 + 143 = 356 (100%)
R 116 of 356 ~ 32.58%
G 97 of 356 ~ 27.25%
B 143 of 356 ~ 40.17%

%32.58
%27.25
%40.17

CMYK color model

#74618F color CMYK value is (19,32,0,44).

  • cyan value is 18.88%
  • magenta value is 32.17%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(19,32,0,44)
C19M32Y0K44 
(19%,32%,0%,44%)
(0.19/0.32/0.00/0.44)	

CMYK percentages

%18.88
%32.17
%0
%43.92

Codes

Color #74618F in popluar color models

74618F
RGB11697143
HSL265°19.17%47.06%
HSB/HSV265°32.17%56.08%
CMYK18.88%32.17%0.00%
43.92%

Color #74618F in popluar number systems.

HEX74618F
Decimal11697143
Binary1110100110000110001111
Octal164141217

Shades and tints

Shades of #74618F

#74618F
(116,97,143)
#6A5982
(106,89,130)
#605175
(96,81,117)
#564968
(86,73,104)
#4C415B
(76,65,91)
#42394E
(66,57,78)
#383141
(56,49,65)
#2E2934
(46,41,52)
#242127
(36,33,39)
#1A191A
(26,25,26)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #74618F

#74618F
(116,97,143)
#806F99
(128,111,153)
#8C7DA3
(140,125,163)
#988BAD
(152,139,173)
#A499B7
(164,153,183)
#B0A7C1
(176,167,193)
#BCB5CB
(188,181,203)
#C8C3D5
(200,195,213)
#D4D1DF
(212,209,223)
#E0DFE9
(224,223,233)
#ECEDF3
(236,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74618F color. Also use rgb(116,97,143) instead hex code.

Text Font Color

.myTextColor { color: #74618F; }

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

This text font color is #74618F.


Background Color

.myBgColor { background-color: #74618F; }

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

This div background color is #74618F.


Border color

.myBorderColor { border: 1px solid #74618F; }

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

This div border color is #74618F.


Opacity

.myOpacity80 { color: #74618F; opacity: 0.8; }

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

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

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

This text has shadow with #74618F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74618F on black background.


Color preview on white background

This text has color #74618F on white background.



Black color preview on #74618F background

This text has black color on #74618F background.


White color preview on #74618F background

This text has white color on #74618F background.