COLOR #74618C

HEX: #74618C
RGB: (116,97,140)

Color info

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

RGB color model

#74618C color RGB value is (116,97,140).

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

RGB channels and saturation

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

116
97
140

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

Portions of RGB colors in percentages

R + G + B =
116 + 97 + 140 = 353 (100%)
R 116 of 353 ~ 32.86%
G 97 of 353 ~ 27.48%
B 140 of 353 ~ 39.66%

%32.86
%27.48
%39.66

CMYK color model

#74618C color CMYK value is (17,31,0,45).

  • cyan value is 17.14%
  • magenta value is 30.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(17,31,0,45)
C17M31Y0K45 
(17%,31%,0%,45%)
(0.17/0.31/0.00/0.45)	

CMYK percentages

%17.14
%30.71
%0
%45.1

Codes

Color #74618C in popluar color models

74618C
RGB11697140
HSL267°18.14%46.47%
HSB/HSV267°30.71%54.90%
CMYK17.14%30.71%0.00%
45.10%

Color #74618C in popluar number systems.

HEX74618C
Decimal11697140
Binary1110100110000110001100
Octal164141214

Shades and tints

Shades of #74618C

#74618C
(116,97,140)
#6A5980
(106,89,128)
#605174
(96,81,116)
#564968
(86,73,104)
#4C415C
(76,65,92)
#423950
(66,57,80)
#383144
(56,49,68)
#2E2938
(46,41,56)
#24212C
(36,33,44)
#1A1920
(26,25,32)
#101114
(16,17,20)
#000000
(0,0,0)

Tints of #74618C

#74618C
(116,97,140)
#806F96
(128,111,150)
#8C7DA0
(140,125,160)
#988BAA
(152,139,170)
#A499B4
(164,153,180)
#B0A7BE
(176,167,190)
#BCB5C8
(188,181,200)
#C8C3D2
(200,195,210)
#D4D1DC
(212,209,220)
#E0DFE6
(224,223,230)
#ECEDF0
(236,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74618C; }

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

This text font color is #74618C.


Background Color

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

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

This div background color is #74618C.


Border color

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

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

This div border color is #74618C.


Opacity

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

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

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

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

This text has shadow with #74618C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74618C on black background.


Color preview on white background

This text has color #74618C on white background.



Black color preview on #74618C background

This text has black color on #74618C background.


White color preview on #74618C background

This text has white color on #74618C background.