COLOR #62867F

HEX: #62867F
RGB: (98,134,127)

Color info

#62867F contains red, green and blue colors in about the same proportion. Web safe color of #62867F is #669966 (or #696).

RGB color model

#62867F color RGB value is (98,134,127).

  • red value is 98;
  • green value is 134;
  • blue value is 127.
RGB:
(98,134,127)
(38%,53%,50%)

RGB channels and saturation

R 98 of 255 = 38%
G 134 of 255 = 53%
B 127 of 255 = 50%

98
134
127

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

Portions of RGB colors in percentages

R + G + B =
98 + 134 + 127 = 359 (100%)
R 98 of 359 ~ 27.3%
G 134 of 359 ~ 37.33%
B 127 of 359 ~ 35.38%

%27.3
%37.33
%35.38

CMYK color model

#62867F color CMYK value is (27,0,5,47).

  • cyan value is 26.87%
  • magenta value is 0.00%
  • yellow value is 5.22%
  • key color value is 47.45%
CMYK:
(27,0,5,47)
C27M0Y5K47 
(27%,0%,5%,47%)
(0.27/0.00/0.05/0.47)	

CMYK percentages

%26.87
%0
%5.22
%47.45

Codes

Color #62867F in popluar color models

62867F
RGB98134127
HSL168°15.52%45.49%
HSB/HSV168°26.87%52.55%
CMYK26.87%0.00%5.22%
47.45%

Color #62867F in popluar number systems.

HEX62867F
Decimal98134127
Binary1100010100001101111111
Octal142206177

Shades and tints

Shades of #62867F

#62867F
(98,134,127)
#5A7A74
(90,122,116)
#526E69
(82,110,105)
#4A625E
(74,98,94)
#425653
(66,86,83)
#3A4A48
(58,74,72)
#323E3D
(50,62,61)
#2A3232
(42,50,50)
#222627
(34,38,39)
#1A1A1C
(26,26,28)
#120E11
(18,14,17)
#000000
(0,0,0)

Tints of #62867F

#62867F
(98,134,127)
#70918A
(112,145,138)
#7E9C95
(126,156,149)
#8CA7A0
(140,167,160)
#9AB2AB
(154,178,171)
#A8BDB6
(168,189,182)
#B6C8C1
(182,200,193)
#C4D3CC
(196,211,204)
#D2DED7
(210,222,215)
#E0E9E2
(224,233,226)
#EEF4ED
(238,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62867F; }

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

This text font color is #62867F.


Background Color

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

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

This div background color is #62867F.


Border color

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

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

This div border color is #62867F.


Opacity

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

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

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

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

This text has shadow with #62867F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62867F on black background.


Color preview on white background

This text has color #62867F on white background.



Black color preview on #62867F background

This text has black color on #62867F background.


White color preview on #62867F background

This text has white color on #62867F background.