COLOR #62595A

HEX: #62595A
RGB: (98,89,90)

Color info

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

RGB color model

#62595A color RGB value is (98,89,90).

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

RGB channels and saturation

R 98 of 255 = 38%
G 89 of 255 = 35%
B 90 of 255 = 35%

98
89
90

R + G + B ~ 36%. #62595A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 89 + 90 = 277 (100%)
R 98 of 277 ~ 35.38%
G 89 of 277 ~ 32.13%
B 90 of 277 ~ 32.49%

%35.38
%32.13
%32.49

CMYK color model

#62595A color CMYK value is (0,9,8,62).

  • cyan value is 0.00%
  • magenta value is 9.18%
  • yellow value is 8.16%
  • key color value is 61.57%
CMYK:
(0,9,8,62)
C0M9Y8K62 
(0%,9%,8%,62%)
(0.00/0.09/0.08/0.62)	

CMYK percentages

%0
%9.18
%8.16
%61.57

Codes

Color #62595A in popluar color models

62595A
RGB988990
HSL353°4.81%36.67%
HSB/HSV353°9.18%38.43%
CMYK0.00%9.18%8.16%
61.57%

Color #62595A in popluar number systems.

HEX62595A
Decimal988990
Binary110001010110011011010
Octal142131132

Shades and tints

Shades of #62595A

#62595A
(98,89,90)
#5A5152
(90,81,82)
#52494A
(82,73,74)
#4A4142
(74,65,66)
#42393A
(66,57,58)
#3A3132
(58,49,50)
#32292A
(50,41,42)
#2A2122
(42,33,34)
#22191A
(34,25,26)
#1A1112
(26,17,18)
#12090A
(18,9,10)
#000000
(0,0,0)

Tints of #62595A

#62595A
(98,89,90)
#706869
(112,104,105)
#7E7778
(126,119,120)
#8C8687
(140,134,135)
#9A9596
(154,149,150)
#A8A4A5
(168,164,165)
#B6B3B4
(182,179,180)
#C4C2C3
(196,194,195)
#D2D1D2
(210,209,210)
#E0E0E1
(224,224,225)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62595A color. Also use rgb(98,89,90) instead hex code.

Text Font Color

.myTextColor { color: #62595A; }

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

This text font color is #62595A.


Background Color

.myBgColor { background-color: #62595A; }

<div style="background-color:#62595A">Inner text</div>

This div background color is #62595A.


Border color

.myBorderColor { border: 1px solid #62595A; }

<div style="border:3px solid #62595A">Div</div>

This div border color is #62595A.


Opacity

.myOpacity80 { color: #62595A; opacity: 0.8; }

<p style="color:#62595A;opacity:0.8;">80%</p>

Text with #62595A 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 #62595A;}

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

This text has shadow with #62595A color.

.textShadow {text-shadow: 3px 3px 1px #62595A, 3px 3px 1px red;}

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

This text has shadow with #62595A primary color and red secondary color.


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

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

This text has shadow with #62595A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62595A on black background.


Color preview on white background

This text has color #62595A on white background.



Black color preview on #62595A background

This text has black color on #62595A background.


White color preview on #62595A background

This text has white color on #62595A background.