COLOR #74869D

HEX: #74869D
RGB: (116,134,157)

Color info

#74869D contains red, green and blue colors in about the same proportion. Web safe color of #74869D is #669999 (or #699).

RGB color model

#74869D color RGB value is (116,134,157).

  • red value is 116;
  • green value is 134;
  • blue value is 157.
RGB:
(116,134,157)
(45%,53%,62%)

RGB channels and saturation

R 116 of 255 = 45%
G 134 of 255 = 53%
B 157 of 255 = 62%

116
134
157

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

Portions of RGB colors in percentages

R + G + B =
116 + 134 + 157 = 407 (100%)
R 116 of 407 ~ 28.5%
G 134 of 407 ~ 32.92%
B 157 of 407 ~ 38.57%

%28.5
%32.92
%38.57

CMYK color model

#74869D color CMYK value is (26,15,0,38).

  • cyan value is 26.11%
  • magenta value is 14.65%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(26,15,0,38)
C26M15Y0K38 
(26%,15%,0%,38%)
(0.26/0.15/0.00/0.38)	

CMYK percentages

%26.11
%14.65
%0
%38.43

Codes

Color #74869D in popluar color models

74869D
RGB116134157
HSL214°17.30%53.53%
HSB/HSV214°26.11%61.57%
CMYK26.11%14.65%0.00%
38.43%

Color #74869D in popluar number systems.

HEX74869D
Decimal116134157
Binary11101001000011010011101
Octal164206235

Shades and tints

Shades of #74869D

#74869D
(116,134,157)
#6A7A8F
(106,122,143)
#606E81
(96,110,129)
#566273
(86,98,115)
#4C5665
(76,86,101)
#424A57
(66,74,87)
#383E49
(56,62,73)
#2E323B
(46,50,59)
#24262D
(36,38,45)
#1A1A1F
(26,26,31)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #74869D

#74869D
(116,134,157)
#8091A5
(128,145,165)
#8C9CAD
(140,156,173)
#98A7B5
(152,167,181)
#A4B2BD
(164,178,189)
#B0BDC5
(176,189,197)
#BCC8CD
(188,200,205)
#C8D3D5
(200,211,213)
#D4DEDD
(212,222,221)
#E0E9E5
(224,233,229)
#ECF4ED
(236,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74869D color. Also use rgb(116,134,157) instead hex code.

Text Font Color

.myTextColor { color: #74869D; }

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

This text font color is #74869D.


Background Color

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

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

This div background color is #74869D.


Border color

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

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

This div border color is #74869D.


Opacity

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

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

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

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

This text has shadow with #74869D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74869D on black background.


Color preview on white background

This text has color #74869D on white background.



Black color preview on #74869D background

This text has black color on #74869D background.


White color preview on #74869D background

This text has white color on #74869D background.