COLOR #62565A

HEX: #62565A
RGB: (98,86,90)

Color info

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

RGB color model

#62565A color RGB value is (98,86,90).

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

RGB channels and saturation

R 98 of 255 = 38%
G 86 of 255 = 34%
B 90 of 255 = 35%

98
86
90

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

Portions of RGB colors in percentages

R + G + B =
98 + 86 + 90 = 274 (100%)
R 98 of 274 ~ 35.77%
G 86 of 274 ~ 31.39%
B 90 of 274 ~ 32.85%

%35.77
%31.39
%32.85

CMYK color model

#62565A color CMYK value is (0,12,8,62).

  • cyan value is 0.00%
  • magenta value is 12.24%
  • yellow value is 8.16%
  • key color value is 61.57%
CMYK:
(0,12,8,62)
C0M12Y8K62 
(0%,12%,8%,62%)
(0.00/0.12/0.08/0.62)	

CMYK percentages

%0
%12.24
%8.16
%61.57

Codes

Color #62565A in popluar color models

62565A
RGB988690
HSL340°6.52%36.08%
HSB/HSV340°12.24%38.43%
CMYK0.00%12.24%8.16%
61.57%

Color #62565A in popluar number systems.

HEX62565A
Decimal988690
Binary110001010101101011010
Octal142126132

Shades and tints

Shades of #62565A

#62565A
(98,86,90)
#5A4F52
(90,79,82)
#52484A
(82,72,74)
#4A4142
(74,65,66)
#423A3A
(66,58,58)
#3A3332
(58,51,50)
#322C2A
(50,44,42)
#2A2522
(42,37,34)
#221E1A
(34,30,26)
#1A1712
(26,23,18)
#12100A
(18,16,10)
#000000
(0,0,0)

Tints of #62565A

#62565A
(98,86,90)
#706569
(112,101,105)
#7E7478
(126,116,120)
#8C8387
(140,131,135)
#9A9296
(154,146,150)
#A8A1A5
(168,161,165)
#B6B0B4
(182,176,180)
#C4BFC3
(196,191,195)
#D2CED2
(210,206,210)
#E0DDE1
(224,221,225)
#EEECF0
(238,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62565A; }

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

This text font color is #62565A.


Background Color

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

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

This div background color is #62565A.


Border color

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

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

This div border color is #62565A.


Opacity

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

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

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

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

This text has shadow with #62565A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62565A on black background.


Color preview on white background

This text has color #62565A on white background.



Black color preview on #62565A background

This text has black color on #62565A background.


White color preview on #62565A background

This text has white color on #62565A background.