COLOR #62819D

HEX: #62819D
RGB: (98,129,157)

Color info

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

RGB color model

#62819D color RGB value is (98,129,157).

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

RGB channels and saturation

R 98 of 255 = 38%
G 129 of 255 = 51%
B 157 of 255 = 62%

98
129
157

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

Portions of RGB colors in percentages

R + G + B =
98 + 129 + 157 = 384 (100%)
R 98 of 384 ~ 25.52%
G 129 of 384 ~ 33.59%
B 157 of 384 ~ 40.89%

%25.52
%33.59
%40.89

CMYK color model

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

  • cyan value is 37.58%
  • magenta value is 17.83%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(38,18,0,38)
C38M18Y0K38 
(38%,18%,0%,38%)
(0.38/0.18/0.00/0.38)	

CMYK percentages

%37.58
%17.83
%0
%38.43

Codes

Color #62819D in popluar color models

62819D
RGB98129157
HSL208°23.14%50.00%
HSB/HSV208°37.58%61.57%
CMYK37.58%17.83%0.00%
38.43%

Color #62819D in popluar number systems.

HEX62819D
Decimal98129157
Binary11000101000000110011101
Octal142201235

Shades and tints

Shades of #62819D

#62819D
(98,129,157)
#5A768F
(90,118,143)
#526B81
(82,107,129)
#4A6073
(74,96,115)
#425565
(66,85,101)
#3A4A57
(58,74,87)
#323F49
(50,63,73)
#2A343B
(42,52,59)
#22292D
(34,41,45)
#1A1E1F
(26,30,31)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #62819D

#62819D
(98,129,157)
#708CA5
(112,140,165)
#7E97AD
(126,151,173)
#8CA2B5
(140,162,181)
#9AADBD
(154,173,189)
#A8B8C5
(168,184,197)
#B6C3CD
(182,195,205)
#C4CED5
(196,206,213)
#D2D9DD
(210,217,221)
#E0E4E5
(224,228,229)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62819D; }

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

This text font color is #62819D.


Background Color

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

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

This div background color is #62819D.


Border color

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

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

This div border color is #62819D.


Opacity

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

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

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

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

This text has shadow with #62819D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62819D on black background.


Color preview on white background

This text has color #62819D on white background.



Black color preview on #62819D background

This text has black color on #62819D background.


White color preview on #62819D background

This text has white color on #62819D background.