COLOR #62767D

HEX: #62767D
RGB: (98,118,125)

Color info

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

RGB color model

#62767D color RGB value is (98,118,125).

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

RGB channels and saturation

R 98 of 255 = 38%
G 118 of 255 = 46%
B 125 of 255 = 49%

98
118
125

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

Portions of RGB colors in percentages

R + G + B =
98 + 118 + 125 = 341 (100%)
R 98 of 341 ~ 28.74%
G 118 of 341 ~ 34.6%
B 125 of 341 ~ 36.66%

%28.74
%34.6
%36.66

CMYK color model

#62767D color CMYK value is (22,6,0,51).

  • cyan value is 21.60%
  • magenta value is 5.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(22,6,0,51)
C22M6Y0K51 
(22%,6%,0%,51%)
(0.22/0.06/0.00/0.51)	

CMYK percentages

%21.6
%5.6
%0
%50.98

Codes

Color #62767D in popluar color models

62767D
RGB98118125
HSL196°12.11%43.73%
HSB/HSV196°21.60%49.02%
CMYK21.60%5.60%0.00%
50.98%

Color #62767D in popluar number systems.

HEX62767D
Decimal98118125
Binary110001011101101111101
Octal142166175

Shades and tints

Shades of #62767D

#62767D
(98,118,125)
#5A6C72
(90,108,114)
#526267
(82,98,103)
#4A585C
(74,88,92)
#424E51
(66,78,81)
#3A4446
(58,68,70)
#323A3B
(50,58,59)
#2A3030
(42,48,48)
#222625
(34,38,37)
#1A1C1A
(26,28,26)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #62767D

#62767D
(98,118,125)
#708288
(112,130,136)
#7E8E93
(126,142,147)
#8C9A9E
(140,154,158)
#9AA6A9
(154,166,169)
#A8B2B4
(168,178,180)
#B6BEBF
(182,190,191)
#C4CACA
(196,202,202)
#D2D6D5
(210,214,213)
#E0E2E0
(224,226,224)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62767D; }

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

This text font color is #62767D.


Background Color

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

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

This div background color is #62767D.


Border color

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

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

This div border color is #62767D.


Opacity

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

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

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

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

This text has shadow with #62767D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62767D on black background.


Color preview on white background

This text has color #62767D on white background.



Black color preview on #62767D background

This text has black color on #62767D background.


White color preview on #62767D background

This text has white color on #62767D background.