COLOR #74688F

HEX: #74688F
RGB: (116,104,143)

Color info

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

RGB color model

#74688F color RGB value is (116,104,143).

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

RGB channels and saturation

R 116 of 255 = 45%
G 104 of 255 = 41%
B 143 of 255 = 56%

116
104
143

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

Portions of RGB colors in percentages

R + G + B =
116 + 104 + 143 = 363 (100%)
R 116 of 363 ~ 31.96%
G 104 of 363 ~ 28.65%
B 143 of 363 ~ 39.39%

%31.96
%28.65
%39.39

CMYK color model

#74688F color CMYK value is (19,27,0,44).

  • cyan value is 18.88%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(19,27,0,44)
C19M27Y0K44 
(19%,27%,0%,44%)
(0.19/0.27/0.00/0.44)	

CMYK percentages

%18.88
%27.27
%0
%43.92

Codes

Color #74688F in popluar color models

74688F
RGB116104143
HSL258°15.79%48.43%
HSB/HSV258°27.27%56.08%
CMYK18.88%27.27%0.00%
43.92%

Color #74688F in popluar number systems.

HEX74688F
Decimal116104143
Binary1110100110100010001111
Octal164150217

Shades and tints

Shades of #74688F

#74688F
(116,104,143)
#6A5F82
(106,95,130)
#605675
(96,86,117)
#564D68
(86,77,104)
#4C445B
(76,68,91)
#423B4E
(66,59,78)
#383241
(56,50,65)
#2E2934
(46,41,52)
#242027
(36,32,39)
#1A171A
(26,23,26)
#100E0D
(16,14,13)
#000000
(0,0,0)

Tints of #74688F

#74688F
(116,104,143)
#807599
(128,117,153)
#8C82A3
(140,130,163)
#988FAD
(152,143,173)
#A49CB7
(164,156,183)
#B0A9C1
(176,169,193)
#BCB6CB
(188,182,203)
#C8C3D5
(200,195,213)
#D4D0DF
(212,208,223)
#E0DDE9
(224,221,233)
#ECEAF3
(236,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74688F; }

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

This text font color is #74688F.


Background Color

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

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

This div background color is #74688F.


Border color

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

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

This div border color is #74688F.


Opacity

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

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

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

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

This text has shadow with #74688F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74688F on black background.


Color preview on white background

This text has color #74688F on white background.



Black color preview on #74688F background

This text has black color on #74688F background.


White color preview on #74688F background

This text has white color on #74688F background.