COLOR #62727F

HEX: #62727F RGB: (98,114,127)

Color info

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

RGB color model

#62727F color RGB value is (98,114,127).

RGB: (98,114,127) (38%, 45%, 50%)

RGB channels and saturation

R 98 of 255 = 38%
G 114 of 255 = 45%
B 127 of 255 = 50%

98
114
127

R + G + B ~ 44%. #62727F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 98 + 114 + 127 = 339 (100%)
R 98 of 339 ~ 28.91%
G 114 of 339 ~ 33.63%
B 127 of 339 ~ 37.46'%

%28.91
%33.63
%37.46

CMYK color model

#62727F color CMYK value is (23,10,0,50).

  • cyan value is 22.83%
  • magenta value is 10.24%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (23,10,0,50)
C23M10Y0K50 (23%, 10%, 0%, 50%)
(0.23 / 0.10 / 0.00 / 0.50)

CMYK percentages

%22.83
%10.24
%0
%50.2

Codes

Color #62727F in popluar color models

62 72 7F
RGB 98 114 127
HSL 207° 12.89% 44.12%
HSB/HSV 207° 22.83% 49.80%
CMYK 22.83% 10.24% 0.00%
50.20%

Color #62727F in popluar number systems.

HEX 62 72 7F
Decimal 98 114 127
Binary 1100010 1110010 1111111
Octal 142 162 177

Shades and tints

Shades of #62727F

#62727F
(98,114,127)
#5A6874
(90,104,116)
#525E69
(82,94,105)
#4A545E
(74,84,94)
#424A53
(66,74,83)
#3A4048
(58,64,72)
#32363D
(50,54,61)
#2A2C32
(42,44,50)
#222227
(34,34,39)
#1A181C
(26,24,28)
#120E11
(18,14,17)
#000000
(0,0,0)

Tints of #62727F

#62727F
(98,114,127)
#707E8A
(112,126,138)
#7E8A95
(126,138,149)
#8C96A0
(140,150,160)
#9AA2AB
(154,162,171)
#A8AEB6
(168,174,182)
#B6BAC1
(182,186,193)
#C4C6CC
(196,198,204)
#D2D2D7
(210,210,215)
#E0DEE2
(224,222,226)
#EEEAED
(238,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62727F color. Also use rgb(98,114,127) instead hex code.

Text Font Color

.myTextColor { color: #62727F; }

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

This text font color is #62727F.

Background Color

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

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

This div background color is #62727F.

Border color

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

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

This div border color is #62727F.

Opacity

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

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

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

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

This text has shadow with #62727F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #62727F.

Preview

Color preview on black background

This text has color #62727F on black background.


Color preview on white background

This text has color #62727F on white background.


Black color preview on #62727F background

This text has black color on #62727F background.


White color preview on #62727F background

This text has white color on #62727F background.


Related colors

Complementary color

Complementary color for #hex is #9D8D80.


I love getcolorcode.com

Triadic colors

1 #7F6272 and #727F62 with #62727F are triadic colors.

2 #7F7262 and #72627F with #62727F are triadic colors.