COLOR #62827C

HEX: #62827C
RGB: (98,130,124)

Color info

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

RGB color model

#62827C color RGB value is (98,130,124).

  • red value is 98;
  • green value is 130;
  • blue value is 124.
RGB:
(98,130,124)
(38%,51%,49%)

RGB channels and saturation

R 98 of 255 = 38%
G 130 of 255 = 51%
B 124 of 255 = 49%

98
130
124

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

Portions of RGB colors in percentages

R + G + B =
98 + 130 + 124 = 352 (100%)
R 98 of 352 ~ 27.84%
G 130 of 352 ~ 36.93%
B 124 of 352 ~ 35.23%

%27.84
%36.93
%35.23

CMYK color model

#62827C color CMYK value is (25,0,5,49).

  • cyan value is 24.62%
  • magenta value is 0.00%
  • yellow value is 4.62%
  • key color value is 49.02%
CMYK:
(25,0,5,49)
C25M0Y5K49 
(25%,0%,5%,49%)
(0.25/0.00/0.05/0.49)	

CMYK percentages

%24.62
%0
%4.62
%49.02

Codes

Color #62827C in popluar color models

62827C
RGB98130124
HSL169°14.04%44.71%
HSB/HSV169°24.62%50.98%
CMYK24.62%0.00%4.62%
49.02%

Color #62827C in popluar number systems.

HEX62827C
Decimal98130124
Binary1100010100000101111100
Octal142202174

Shades and tints

Shades of #62827C

#62827C
(98,130,124)
#5A7771
(90,119,113)
#526C66
(82,108,102)
#4A615B
(74,97,91)
#425650
(66,86,80)
#3A4B45
(58,75,69)
#32403A
(50,64,58)
#2A352F
(42,53,47)
#222A24
(34,42,36)
#1A1F19
(26,31,25)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #62827C

#62827C
(98,130,124)
#708D87
(112,141,135)
#7E9892
(126,152,146)
#8CA39D
(140,163,157)
#9AAEA8
(154,174,168)
#A8B9B3
(168,185,179)
#B6C4BE
(182,196,190)
#C4CFC9
(196,207,201)
#D2DAD4
(210,218,212)
#E0E5DF
(224,229,223)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62827C color. Also use rgb(98,130,124) instead hex code.

Text Font Color

.myTextColor { color: #62827C; }

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

This text font color is #62827C.


Background Color

.myBgColor { background-color: #62827C; }

<div style="background-color:#62827C">Inner text</div>

This div background color is #62827C.


Border color

.myBorderColor { border: 1px solid #62827C; }

<div style="border:3px solid #62827C">Div</div>

This div border color is #62827C.


Opacity

.myOpacity80 { color: #62827C; opacity: 0.8; }

<p style="color:#62827C;opacity:0.8;">80%</p>

Text with #62827C 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 #62827C;}

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

This text has shadow with #62827C color.

.textShadow {text-shadow: 3px 3px 1px #62827C, 3px 3px 1px red;}

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

This text has shadow with #62827C primary color and red secondary color.


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

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

This text has shadow with #62827C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62827C on black background.


Color preview on white background

This text has color #62827C on white background.



Black color preview on #62827C background

This text has black color on #62827C background.


White color preview on #62827C background

This text has white color on #62827C background.