COLOR #62858C

HEX: #62858C
RGB: (98,133,140)

Color info

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

RGB color model

#62858C color RGB value is (98,133,140).

  • red value is 98;
  • green value is 133;
  • blue value is 140.
RGB:
(98,133,140)
(38%,52%,55%)

RGB channels and saturation

R 98 of 255 = 38%
G 133 of 255 = 52%
B 140 of 255 = 55%

98
133
140

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

Portions of RGB colors in percentages

R + G + B =
98 + 133 + 140 = 371 (100%)
R 98 of 371 ~ 26.42%
G 133 of 371 ~ 35.85%
B 140 of 371 ~ 37.74%

%26.42
%35.85
%37.74

CMYK color model

#62858C color CMYK value is (30,5,0,45).

  • cyan value is 30.00%
  • magenta value is 5.00%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(30,5,0,45)
C30M5Y0K45 
(30%,5%,0%,45%)
(0.30/0.05/0.00/0.45)	

CMYK percentages

%30
%5
%0
%45.1

Codes

Color #62858C in popluar color models

62858C
RGB98133140
HSL190°17.65%46.67%
HSB/HSV190°30.00%54.90%
CMYK30.00%5.00%0.00%
45.10%

Color #62858C in popluar number systems.

HEX62858C
Decimal98133140
Binary11000101000010110001100
Octal142205214

Shades and tints

Shades of #62858C

#62858C
(98,133,140)
#5A7980
(90,121,128)
#526D74
(82,109,116)
#4A6168
(74,97,104)
#42555C
(66,85,92)
#3A4950
(58,73,80)
#323D44
(50,61,68)
#2A3138
(42,49,56)
#22252C
(34,37,44)
#1A1920
(26,25,32)
#120D14
(18,13,20)
#000000
(0,0,0)

Tints of #62858C

#62858C
(98,133,140)
#709096
(112,144,150)
#7E9BA0
(126,155,160)
#8CA6AA
(140,166,170)
#9AB1B4
(154,177,180)
#A8BCBE
(168,188,190)
#B6C7C8
(182,199,200)
#C4D2D2
(196,210,210)
#D2DDDC
(210,221,220)
#E0E8E6
(224,232,230)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62858C color. Also use rgb(98,133,140) instead hex code.

Text Font Color

.myTextColor { color: #62858C; }

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

This text font color is #62858C.


Background Color

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

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

This div background color is #62858C.


Border color

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

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

This div border color is #62858C.


Opacity

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

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

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

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

This text has shadow with #62858C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62858C on black background.


Color preview on white background

This text has color #62858C on white background.



Black color preview on #62858C background

This text has black color on #62858C background.


White color preview on #62858C background

This text has white color on #62858C background.