COLOR #62857E

HEX: #62857E
RGB: (98,133,126)

Color info

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

RGB color model

#62857E color RGB value is (98,133,126).

  • red value is 98;
  • green value is 133;
  • blue value is 126.
RGB:
(98,133,126)
(38%,52%,49%)

RGB channels and saturation

R 98 of 255 = 38%
G 133 of 255 = 52%
B 126 of 255 = 49%

98
133
126

R + G + B ~ 46%. #62857E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 133 + 126 = 357 (100%)
R 98 of 357 ~ 27.45%
G 133 of 357 ~ 37.25%
B 126 of 357 ~ 35.29%

%27.45
%37.25
%35.29

CMYK color model

#62857E color CMYK value is (26,0,5,48).

  • cyan value is 26.32%
  • magenta value is 0.00%
  • yellow value is 5.26%
  • key color value is 47.84%
CMYK:
(26,0,5,48)
C26M0Y5K48 
(26%,0%,5%,48%)
(0.26/0.00/0.05/0.48)	

CMYK percentages

%26.32
%0
%5.26
%47.84

Codes

Color #62857E in popluar color models

62857E
RGB98133126
HSL168°15.15%45.29%
HSB/HSV168°26.32%52.16%
CMYK26.32%0.00%5.26%
47.84%

Color #62857E in popluar number systems.

HEX62857E
Decimal98133126
Binary1100010100001011111110
Octal142205176

Shades and tints

Shades of #62857E

#62857E
(98,133,126)
#5A7973
(90,121,115)
#526D68
(82,109,104)
#4A615D
(74,97,93)
#425552
(66,85,82)
#3A4947
(58,73,71)
#323D3C
(50,61,60)
#2A3131
(42,49,49)
#222526
(34,37,38)
#1A191B
(26,25,27)
#120D10
(18,13,16)
#000000
(0,0,0)

Tints of #62857E

#62857E
(98,133,126)
#709089
(112,144,137)
#7E9B94
(126,155,148)
#8CA69F
(140,166,159)
#9AB1AA
(154,177,170)
#A8BCB5
(168,188,181)
#B6C7C0
(182,199,192)
#C4D2CB
(196,210,203)
#D2DDD6
(210,221,214)
#E0E8E1
(224,232,225)
#EEF3EC
(238,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62857E color. Also use rgb(98,133,126) instead hex code.

Text Font Color

.myTextColor { color: #62857E; }

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

This text font color is #62857E.


Background Color

.myBgColor { background-color: #62857E; }

<div style="background-color:#62857E">Inner text</div>

This div background color is #62857E.


Border color

.myBorderColor { border: 1px solid #62857E; }

<div style="border:3px solid #62857E">Div</div>

This div border color is #62857E.


Opacity

.myOpacity80 { color: #62857E; opacity: 0.8; }

<p style="color:#62857E;opacity:0.8;">80%</p>

Text with #62857E 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 #62857E;}

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

This text has shadow with #62857E color.

.textShadow {text-shadow: 3px 3px 1px #62857E, 3px 3px 1px red;}

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

This text has shadow with #62857E primary color and red secondary color.


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

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

This text has shadow with #62857E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62857E on black background.


Color preview on white background

This text has color #62857E on white background.



Black color preview on #62857E background

This text has black color on #62857E background.


White color preview on #62857E background

This text has white color on #62857E background.