COLOR #62858F

HEX: #62858F
RGB: (98,133,143)

Color info

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

RGB color model

#62858F color RGB value is (98,133,143).

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

RGB channels and saturation

R 98 of 255 = 38%
G 133 of 255 = 52%
B 143 of 255 = 56%

98
133
143

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

Portions of RGB colors in percentages

R + G + B =
98 + 133 + 143 = 374 (100%)
R 98 of 374 ~ 26.2%
G 133 of 374 ~ 35.56%
B 143 of 374 ~ 38.24%

%26.2
%35.56
%38.24

CMYK color model

#62858F color CMYK value is (31,7,0,44).

  • cyan value is 31.47%
  • magenta value is 6.99%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(31,7,0,44)
C31M7Y0K44 
(31%,7%,0%,44%)
(0.31/0.07/0.00/0.44)	

CMYK percentages

%31.47
%6.99
%0
%43.92

Codes

Color #62858F in popluar color models

62858F
RGB98133143
HSL193°18.67%47.25%
HSB/HSV193°31.47%56.08%
CMYK31.47%6.99%0.00%
43.92%

Color #62858F in popluar number systems.

HEX62858F
Decimal98133143
Binary11000101000010110001111
Octal142205217

Shades and tints

Shades of #62858F

#62858F
(98,133,143)
#5A7982
(90,121,130)
#526D75
(82,109,117)
#4A6168
(74,97,104)
#42555B
(66,85,91)
#3A494E
(58,73,78)
#323D41
(50,61,65)
#2A3134
(42,49,52)
#222527
(34,37,39)
#1A191A
(26,25,26)
#120D0D
(18,13,13)
#000000
(0,0,0)

Tints of #62858F

#62858F
(98,133,143)
#709099
(112,144,153)
#7E9BA3
(126,155,163)
#8CA6AD
(140,166,173)
#9AB1B7
(154,177,183)
#A8BCC1
(168,188,193)
#B6C7CB
(182,199,203)
#C4D2D5
(196,210,213)
#D2DDDF
(210,221,223)
#E0E8E9
(224,232,233)
#EEF3F3
(238,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62858F; }

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

This text font color is #62858F.


Background Color

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

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

This div background color is #62858F.


Border color

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

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

This div border color is #62858F.


Opacity

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

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

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

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

This text has shadow with #62858F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62858F on black background.


Color preview on white background

This text has color #62858F on white background.



Black color preview on #62858F background

This text has black color on #62858F background.


White color preview on #62858F background

This text has white color on #62858F background.