COLOR #74618D

HEX: #74618D
RGB: (116,97,141)

Color info

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

RGB color model

#74618D color RGB value is (116,97,141).

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

RGB channels and saturation

R 116 of 255 = 45%
G 97 of 255 = 38%
B 141 of 255 = 55%

116
97
141

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

Portions of RGB colors in percentages

R + G + B =
116 + 97 + 141 = 354 (100%)
R 116 of 354 ~ 32.77%
G 97 of 354 ~ 27.4%
B 141 of 354 ~ 39.83%

%32.77
%27.4
%39.83

CMYK color model

#74618D color CMYK value is (18,31,0,45).

  • cyan value is 17.73%
  • magenta value is 31.21%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(18,31,0,45)
C18M31Y0K45 
(18%,31%,0%,45%)
(0.18/0.31/0.00/0.45)	

CMYK percentages

%17.73
%31.21
%0
%44.71

Codes

Color #74618D in popluar color models

74618D
RGB11697141
HSL266°18.49%46.67%
HSB/HSV266°31.21%55.29%
CMYK17.73%31.21%0.00%
44.71%

Color #74618D in popluar number systems.

HEX74618D
Decimal11697141
Binary1110100110000110001101
Octal164141215

Shades and tints

Shades of #74618D

#74618D
(116,97,141)
#6A5981
(106,89,129)
#605175
(96,81,117)
#564969
(86,73,105)
#4C415D
(76,65,93)
#423951
(66,57,81)
#383145
(56,49,69)
#2E2939
(46,41,57)
#24212D
(36,33,45)
#1A1921
(26,25,33)
#101115
(16,17,21)
#000000
(0,0,0)

Tints of #74618D

#74618D
(116,97,141)
#806F97
(128,111,151)
#8C7DA1
(140,125,161)
#988BAB
(152,139,171)
#A499B5
(164,153,181)
#B0A7BF
(176,167,191)
#BCB5C9
(188,181,201)
#C8C3D3
(200,195,211)
#D4D1DD
(212,209,221)
#E0DFE7
(224,223,231)
#ECEDF1
(236,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74618D; }

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

This text font color is #74618D.


Background Color

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

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

This div background color is #74618D.


Border color

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

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

This div border color is #74618D.


Opacity

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

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

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

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

This text has shadow with #74618D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74618D on black background.


Color preview on white background

This text has color #74618D on white background.



Black color preview on #74618D background

This text has black color on #74618D background.


White color preview on #74618D background

This text has white color on #74618D background.