COLOR #62596C

HEX: #62596C
RGB: (98,89,108)

Color info

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

RGB color model

#62596C color RGB value is (98,89,108).

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

RGB channels and saturation

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

98
89
108

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

Portions of RGB colors in percentages

R + G + B =
98 + 89 + 108 = 295 (100%)
R 98 of 295 ~ 33.22%
G 89 of 295 ~ 30.17%
B 108 of 295 ~ 36.61%

%33.22
%30.17
%36.61

CMYK color model

#62596C color CMYK value is (9,18,0,58).

  • cyan value is 9.26%
  • magenta value is 17.59%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(9,18,0,58)
C9M18Y0K58 
(9%,18%,0%,58%)
(0.09/0.18/0.00/0.58)	

CMYK percentages

%9.26
%17.59
%0
%57.65

Codes

Color #62596C in popluar color models

62596C
RGB9889108
HSL268°9.64%38.63%
HSB/HSV268°17.59%42.35%
CMYK9.26%17.59%0.00%
57.65%

Color #62596C in popluar number systems.

HEX62596C
Decimal9889108
Binary110001010110011101100
Octal142131154

Shades and tints

Shades of #62596C

#62596C
(98,89,108)
#5A5163
(90,81,99)
#52495A
(82,73,90)
#4A4151
(74,65,81)
#423948
(66,57,72)
#3A313F
(58,49,63)
#322936
(50,41,54)
#2A212D
(42,33,45)
#221924
(34,25,36)
#1A111B
(26,17,27)
#120912
(18,9,18)
#000000
(0,0,0)

Tints of #62596C

#62596C
(98,89,108)
#706879
(112,104,121)
#7E7786
(126,119,134)
#8C8693
(140,134,147)
#9A95A0
(154,149,160)
#A8A4AD
(168,164,173)
#B6B3BA
(182,179,186)
#C4C2C7
(196,194,199)
#D2D1D4
(210,209,212)
#E0E0E1
(224,224,225)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62596C; }

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

This text font color is #62596C.


Background Color

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

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

This div background color is #62596C.


Border color

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

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

This div border color is #62596C.


Opacity

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

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

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

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

This text has shadow with #62596C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62596C on black background.


Color preview on white background

This text has color #62596C on white background.



Black color preview on #62596C background

This text has black color on #62596C background.


White color preview on #62596C background

This text has white color on #62596C background.