COLOR #62596B

HEX: #62596B
RGB: (98,89,107)

Color info

#62596B contains red, green and blue colors in about the same proportion. Web safe color of #62596B is #666666 (or #666).

RGB color model

#62596B color RGB value is (98,89,107).

  • red value is 98;
  • green value is 89;
  • blue value is 107.
RGB:
(98,89,107)
(38%,35%,42%)

RGB channels and saturation

R 98 of 255 = 38%
G 89 of 255 = 35%
B 107 of 255 = 42%

98
89
107

R + G + B ~ 38%. #62596B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 89 + 107 = 294 (100%)
R 98 of 294 ~ 33.33%
G 89 of 294 ~ 30.27%
B 107 of 294 ~ 36.39%

%33.33
%30.27
%36.39

CMYK color model

#62596B color CMYK value is (8,17,0,58).

  • cyan value is 8.41%
  • magenta value is 16.82%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(8,17,0,58)
C8M17Y0K58 
(8%,17%,0%,58%)
(0.08/0.17/0.00/0.58)	

CMYK percentages

%8.41
%16.82
%0
%58.04

Codes

Color #62596B in popluar color models

62596B
RGB9889107
HSL270°9.18%38.43%
HSB/HSV270°16.82%41.96%
CMYK8.41%16.82%0.00%
58.04%

Color #62596B in popluar number systems.

HEX62596B
Decimal9889107
Binary110001010110011101011
Octal142131153

Shades and tints

Shades of #62596B

#62596B
(98,89,107)
#5A5162
(90,81,98)
#524959
(82,73,89)
#4A4150
(74,65,80)
#423947
(66,57,71)
#3A313E
(58,49,62)
#322935
(50,41,53)
#2A212C
(42,33,44)
#221923
(34,25,35)
#1A111A
(26,17,26)
#120911
(18,9,17)
#000000
(0,0,0)

Tints of #62596B

#62596B
(98,89,107)
#706878
(112,104,120)
#7E7785
(126,119,133)
#8C8692
(140,134,146)
#9A959F
(154,149,159)
#A8A4AC
(168,164,172)
#B6B3B9
(182,179,185)
#C4C2C6
(196,194,198)
#D2D1D3
(210,209,211)
#E0E0E0
(224,224,224)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62596B color. Also use rgb(98,89,107) instead hex code.

Text Font Color

.myTextColor { color: #62596B; }

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

This text font color is #62596B.


Background Color

.myBgColor { background-color: #62596B; }

<div style="background-color:#62596B">Inner text</div>

This div background color is #62596B.


Border color

.myBorderColor { border: 1px solid #62596B; }

<div style="border:3px solid #62596B">Div</div>

This div border color is #62596B.


Opacity

.myOpacity80 { color: #62596B; opacity: 0.8; }

<p style="color:#62596B;opacity:0.8;">80%</p>

Text with #62596B 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 #62596B;}

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

This text has shadow with #62596B color.

.textShadow {text-shadow: 3px 3px 1px #62596B, 3px 3px 1px red;}

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

This text has shadow with #62596B primary color and red secondary color.


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

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

This text has shadow with #62596B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62596B on black background.


Color preview on white background

This text has color #62596B on white background.



Black color preview on #62596B background

This text has black color on #62596B background.


White color preview on #62596B background

This text has white color on #62596B background.