COLOR #62575A

HEX: #62575A
RGB: (98,87,90)

Color info

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

RGB color model

#62575A color RGB value is (98,87,90).

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

RGB channels and saturation

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

98
87
90

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

Portions of RGB colors in percentages

R + G + B =
98 + 87 + 90 = 275 (100%)
R 98 of 275 ~ 35.64%
G 87 of 275 ~ 31.64%
B 90 of 275 ~ 32.73%

%35.64
%31.64
%32.73

CMYK color model

#62575A color CMYK value is (0,11,8,62).

  • cyan value is 0.00%
  • magenta value is 11.22%
  • yellow value is 8.16%
  • key color value is 61.57%
CMYK:
(0,11,8,62)
C0M11Y8K62 
(0%,11%,8%,62%)
(0.00/0.11/0.08/0.62)	

CMYK percentages

%0
%11.22
%8.16
%61.57

Codes

Color #62575A in popluar color models

62575A
RGB988790
HSL344°5.95%36.27%
HSB/HSV344°11.22%38.43%
CMYK0.00%11.22%8.16%
61.57%

Color #62575A in popluar number systems.

HEX62575A
Decimal988790
Binary110001010101111011010
Octal142127132

Shades and tints

Shades of #62575A

#62575A
(98,87,90)
#5A5052
(90,80,82)
#52494A
(82,73,74)
#4A4242
(74,66,66)
#423B3A
(66,59,58)
#3A3432
(58,52,50)
#322D2A
(50,45,42)
#2A2622
(42,38,34)
#221F1A
(34,31,26)
#1A1812
(26,24,18)
#12110A
(18,17,10)
#000000
(0,0,0)

Tints of #62575A

#62575A
(98,87,90)
#706669
(112,102,105)
#7E7578
(126,117,120)
#8C8487
(140,132,135)
#9A9396
(154,147,150)
#A8A2A5
(168,162,165)
#B6B1B4
(182,177,180)
#C4C0C3
(196,192,195)
#D2CFD2
(210,207,210)
#E0DEE1
(224,222,225)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62575A; }

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

This text font color is #62575A.


Background Color

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

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

This div background color is #62575A.


Border color

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

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

This div border color is #62575A.


Opacity

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

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

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

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

This text has shadow with #62575A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62575A on black background.


Color preview on white background

This text has color #62575A on white background.



Black color preview on #62575A background

This text has black color on #62575A background.


White color preview on #62575A background

This text has white color on #62575A background.