COLOR #62527C

HEX: #62527C
RGB: (98,82,124)

Color info

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

RGB color model

#62527C color RGB value is (98,82,124).

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

RGB channels and saturation

R 98 of 255 = 38%
G 82 of 255 = 32%
B 124 of 255 = 49%

98
82
124

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

Portions of RGB colors in percentages

R + G + B =
98 + 82 + 124 = 304 (100%)
R 98 of 304 ~ 32.24%
G 82 of 304 ~ 26.97%
B 124 of 304 ~ 40.79%

%32.24
%26.97
%40.79

CMYK color model

#62527C color CMYK value is (21,34,0,51).

  • cyan value is 20.97%
  • magenta value is 33.87%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(21,34,0,51)
C21M34Y0K51 
(21%,34%,0%,51%)
(0.21/0.34/0.00/0.51)	

CMYK percentages

%20.97
%33.87
%0
%51.37

Codes

Color #62527C in popluar color models

62527C
RGB9882124
HSL263°20.39%40.39%
HSB/HSV263°33.87%48.63%
CMYK20.97%33.87%0.00%
51.37%

Color #62527C in popluar number systems.

HEX62527C
Decimal9882124
Binary110001010100101111100
Octal142122174

Shades and tints

Shades of #62527C

#62527C
(98,82,124)
#5A4B71
(90,75,113)
#524466
(82,68,102)
#4A3D5B
(74,61,91)
#423650
(66,54,80)
#3A2F45
(58,47,69)
#32283A
(50,40,58)
#2A212F
(42,33,47)
#221A24
(34,26,36)
#1A1319
(26,19,25)
#120C0E
(18,12,14)
#000000
(0,0,0)

Tints of #62527C

#62527C
(98,82,124)
#706187
(112,97,135)
#7E7092
(126,112,146)
#8C7F9D
(140,127,157)
#9A8EA8
(154,142,168)
#A89DB3
(168,157,179)
#B6ACBE
(182,172,190)
#C4BBC9
(196,187,201)
#D2CAD4
(210,202,212)
#E0D9DF
(224,217,223)
#EEE8EA
(238,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62527C; }

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

This text font color is #62527C.


Background Color

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

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

This div background color is #62527C.


Border color

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

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

This div border color is #62527C.


Opacity

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

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

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

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

This text has shadow with #62527C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62527C on black background.


Color preview on white background

This text has color #62527C on white background.



Black color preview on #62527C background

This text has black color on #62527C background.


White color preview on #62527C background

This text has white color on #62527C background.