COLOR #74819D

HEX: #74819D
RGB: (116,129,157)

Color info

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

RGB color model

#74819D color RGB value is (116,129,157).

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

RGB channels and saturation

R 116 of 255 = 45%
G 129 of 255 = 51%
B 157 of 255 = 62%

116
129
157

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

Portions of RGB colors in percentages

R + G + B =
116 + 129 + 157 = 402 (100%)
R 116 of 402 ~ 28.86%
G 129 of 402 ~ 32.09%
B 157 of 402 ~ 39.05%

%28.86
%32.09
%39.05

CMYK color model

#74819D color CMYK value is (26,18,0,38).

  • cyan value is 26.11%
  • magenta value is 17.83%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(26,18,0,38)
C26M18Y0K38 
(26%,18%,0%,38%)
(0.26/0.18/0.00/0.38)	

CMYK percentages

%26.11
%17.83
%0
%38.43

Codes

Color #74819D in popluar color models

74819D
RGB116129157
HSL221°17.30%53.53%
HSB/HSV221°26.11%61.57%
CMYK26.11%17.83%0.00%
38.43%

Color #74819D in popluar number systems.

HEX74819D
Decimal116129157
Binary11101001000000110011101
Octal164201235

Shades and tints

Shades of #74819D

#74819D
(116,129,157)
#6A768F
(106,118,143)
#606B81
(96,107,129)
#566073
(86,96,115)
#4C5565
(76,85,101)
#424A57
(66,74,87)
#383F49
(56,63,73)
#2E343B
(46,52,59)
#24292D
(36,41,45)
#1A1E1F
(26,30,31)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #74819D

#74819D
(116,129,157)
#808CA5
(128,140,165)
#8C97AD
(140,151,173)
#98A2B5
(152,162,181)
#A4ADBD
(164,173,189)
#B0B8C5
(176,184,197)
#BCC3CD
(188,195,205)
#C8CED5
(200,206,213)
#D4D9DD
(212,217,221)
#E0E4E5
(224,228,229)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74819D; }

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

This text font color is #74819D.


Background Color

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

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

This div background color is #74819D.


Border color

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

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

This div border color is #74819D.


Opacity

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

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

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

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

This text has shadow with #74819D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74819D on black background.


Color preview on white background

This text has color #74819D on white background.



Black color preview on #74819D background

This text has black color on #74819D background.


White color preview on #74819D background

This text has white color on #74819D background.