COLOR #62887F

HEX: #62887F
RGB: (98,136,127)

Color info

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

RGB color model

#62887F color RGB value is (98,136,127).

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

RGB channels and saturation

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

98
136
127

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

Portions of RGB colors in percentages

R + G + B =
98 + 136 + 127 = 361 (100%)
R 98 of 361 ~ 27.15%
G 136 of 361 ~ 37.67%
B 127 of 361 ~ 35.18%

%27.15
%37.67
%35.18

CMYK color model

#62887F color CMYK value is (28,0,7,47).

  • cyan value is 27.94%
  • magenta value is 0.00%
  • yellow value is 6.62%
  • key color value is 46.67%
CMYK:
(28,0,7,47)
C28M0Y7K47 
(28%,0%,7%,47%)
(0.28/0.00/0.07/0.47)	

CMYK percentages

%27.94
%0
%6.62
%46.67

Codes

Color #62887F in popluar color models

62887F
RGB98136127
HSL166°16.24%45.88%
HSB/HSV166°27.94%53.33%
CMYK27.94%0.00%6.62%
46.67%

Color #62887F in popluar number systems.

HEX62887F
Decimal98136127
Binary1100010100010001111111
Octal142210177

Shades and tints

Shades of #62887F

#62887F
(98,136,127)
#5A7C74
(90,124,116)
#527069
(82,112,105)
#4A645E
(74,100,94)
#425853
(66,88,83)
#3A4C48
(58,76,72)
#32403D
(50,64,61)
#2A3432
(42,52,50)
#222827
(34,40,39)
#1A1C1C
(26,28,28)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #62887F

#62887F
(98,136,127)
#70928A
(112,146,138)
#7E9C95
(126,156,149)
#8CA6A0
(140,166,160)
#9AB0AB
(154,176,171)
#A8BAB6
(168,186,182)
#B6C4C1
(182,196,193)
#C4CECC
(196,206,204)
#D2D8D7
(210,216,215)
#E0E2E2
(224,226,226)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62887F; }

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

This text font color is #62887F.


Background Color

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

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

This div background color is #62887F.


Border color

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

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

This div border color is #62887F.


Opacity

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

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

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

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

This text has shadow with #62887F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62887F on black background.


Color preview on white background

This text has color #62887F on white background.



Black color preview on #62887F background

This text has black color on #62887F background.


White color preview on #62887F background

This text has white color on #62887F background.