COLOR #62576F

HEX: #62576F RGB: (98,87,111)

Color info

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

RGB color model

#62576F color RGB value is (98,87,111).

RGB: (98,87,111) (38%, 34%, 44%)

RGB channels and saturation

R 98 of 255 = 38%
G 87 of 255 = 34%
B 111 of 255 = 44%

98
87
111

R + G + B ~ 39%. #62576F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 98 + 87 + 111 = 296 (100%)
R 98 of 296 ~ 33.11%
G 87 of 296 ~ 29.39%
B 111 of 296 ~ 37.5'%

%33.11
%29.39
%37.5

CMYK color model

#62576F color CMYK value is (12,22,0,56).

  • cyan value is 11.71%
  • magenta value is 21.62%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (12,22,0,56)
C12M22Y0K56 (12%, 22%, 0%, 56%)
(0.12 / 0.22 / 0.00 / 0.56)

CMYK percentages

%11.71
%21.62
%0
%56.47

Codes

Color #62576F in popluar color models

62 57 6F
RGB 98 87 111
HSL 268° 12.12% 38.82%
HSB/HSV 268° 21.62% 43.53%
CMYK 11.71% 21.62% 0.00%
56.47%

Color #62576F in popluar number systems.

HEX 62 57 6F
Decimal 98 87 111
Binary 1100010 1010111 1101111
Octal 142 127 157

Shades and tints

Shades of #62576F

#62576F
(98,87,111)
#5A5065
(90,80,101)
#52495B
(82,73,91)
#4A4251
(74,66,81)
#423B47
(66,59,71)
#3A343D
(58,52,61)
#322D33
(50,45,51)
#2A2629
(42,38,41)
#221F1F
(34,31,31)
#1A1815
(26,24,21)
#12110B
(18,17,11)
#000000
(0,0,0)

Tints of #62576F

#62576F
(98,87,111)
#70667C
(112,102,124)
#7E7589
(126,117,137)
#8C8496
(140,132,150)
#9A93A3
(154,147,163)
#A8A2B0
(168,162,176)
#B6B1BD
(182,177,189)
#C4C0CA
(196,192,202)
#D2CFD7
(210,207,215)
#E0DEE4
(224,222,228)
#EEEDF1
(238,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62576F color. Also use rgb(98,87,111) instead hex code.

Text Font Color

.myTextColor { color: #62576F; }

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

This text font color is #62576F.

Background Color

.myBgColor { background-color: #62576F; }

<div style="background-color:#62576F">Inner text</div>

This div background color is #62576F.

Border color

.myBorderColor { border: 1px solid #62576F; }

<div style="border:3px solid #62576F">Div</div>

This div border color is #62576F.

Opacity

.myOpacity80 { color: #62576F; opacity: 0.8; }

<p style="color:#62576F;opacity:0.8;">80%</p>

Text with #62576F 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 #62576F;}

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

This text has shadow with #62576F color.


.textShadow {text-shadow: 3px 3px 1px #62576F', 3px 3px 1px red;}

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

This text has shadow with #62576F primary color and red secondary color.


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

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

This text has shadow with #62576F and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #62576F; -webkit-box-shadow: 1px 1px 3px 2px #62576F; box-shadow:1px 1px 3px 2px #62576F;">
Div content here
</div>

This div box has shadow with color #62576F.

Preview

Color preview on black background

This text has color #62576F on black background.


Color preview on white background

This text has color #62576F on white background.


Black color preview on #62576F background

This text has black color on #62576F background.


White color preview on #62576F background

This text has white color on #62576F background.


Related colors

Complementary color

Complementary color for #hex is #9DA890.


I love getcolorcode.com

Triadic colors

1 #6F6257 and #576F62 with #62576F are triadic colors.

2 #6F5762 and #57626F with #62576F are triadic colors.