COLOR #62767B

HEX: #62767B
RGB: (98,118,123)

Color info

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

RGB color model

#62767B color RGB value is (98,118,123).

  • red value is 98;
  • green value is 118;
  • blue value is 123.
RGB:
(98,118,123)
(38%,46%,48%)

RGB channels and saturation

R 98 of 255 = 38%
G 118 of 255 = 46%
B 123 of 255 = 48%

98
118
123

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

Portions of RGB colors in percentages

R + G + B =
98 + 118 + 123 = 339 (100%)
R 98 of 339 ~ 28.91%
G 118 of 339 ~ 34.81%
B 123 of 339 ~ 36.28%

%28.91
%34.81
%36.28

CMYK color model

#62767B color CMYK value is (20,4,0,52).

  • cyan value is 20.33%
  • magenta value is 4.07%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(20,4,0,52)
C20M4Y0K52 
(20%,4%,0%,52%)
(0.20/0.04/0.00/0.52)	

CMYK percentages

%20.33
%4.07
%0
%51.76

Codes

Color #62767B in popluar color models

62767B
RGB98118123
HSL192°11.31%43.33%
HSB/HSV192°20.33%48.24%
CMYK20.33%4.07%0.00%
51.76%

Color #62767B in popluar number systems.

HEX62767B
Decimal98118123
Binary110001011101101111011
Octal142166173

Shades and tints

Shades of #62767B

#62767B
(98,118,123)
#5A6C70
(90,108,112)
#526265
(82,98,101)
#4A585A
(74,88,90)
#424E4F
(66,78,79)
#3A4444
(58,68,68)
#323A39
(50,58,57)
#2A302E
(42,48,46)
#222623
(34,38,35)
#1A1C18
(26,28,24)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #62767B

#62767B
(98,118,123)
#708287
(112,130,135)
#7E8E93
(126,142,147)
#8C9A9F
(140,154,159)
#9AA6AB
(154,166,171)
#A8B2B7
(168,178,183)
#B6BEC3
(182,190,195)
#C4CACF
(196,202,207)
#D2D6DB
(210,214,219)
#E0E2E7
(224,226,231)
#EEEEF3
(238,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62767B color. Also use rgb(98,118,123) instead hex code.

Text Font Color

.myTextColor { color: #62767B; }

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

This text font color is #62767B.


Background Color

.myBgColor { background-color: #62767B; }

<div style="background-color:#62767B">Inner text</div>

This div background color is #62767B.


Border color

.myBorderColor { border: 1px solid #62767B; }

<div style="border:3px solid #62767B">Div</div>

This div border color is #62767B.


Opacity

.myOpacity80 { color: #62767B; opacity: 0.8; }

<p style="color:#62767B;opacity:0.8;">80%</p>

Text with #62767B 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 #62767B;}

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

This text has shadow with #62767B color.

.textShadow {text-shadow: 3px 3px 1px #62767B, 3px 3px 1px red;}

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

This text has shadow with #62767B primary color and red secondary color.


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

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

This text has shadow with #62767B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62767B on black background.


Color preview on white background

This text has color #62767B on white background.



Black color preview on #62767B background

This text has black color on #62767B background.


White color preview on #62767B background

This text has white color on #62767B background.