COLOR #62316C

HEX: #62316C
RGB: (98,49,108)

Color info

#62316C contains red, green and blue colors in about the same proportion. Web safe color of #62316C is #663366 (or #636).

RGB color model

#62316C color RGB value is (98,49,108).

  • red value is 98;
  • green value is 49;
  • blue value is 108.
RGB:
(98,49,108)
(38%,19%,42%)

RGB channels and saturation

R 98 of 255 = 38%
G 49 of 255 = 19%
B 108 of 255 = 42%

98
49
108

R + G + B ~ 33%. #62316C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 49 + 108 = 255 (100%)
R 98 of 255 ~ 38.43%
G 49 of 255 ~ 19.22%
B 108 of 255 ~ 42.35%

%38.43
%19.22
%42.35

CMYK color model

#62316C color CMYK value is (9,55,0,58).

  • cyan value is 9.26%
  • magenta value is 54.63%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(9,55,0,58)
C9M55Y0K58 
(9%,55%,0%,58%)
(0.09/0.55/0.00/0.58)	

CMYK percentages

%9.26
%54.63
%0
%57.65

Codes

Color #62316C in popluar color models

62316C
RGB9849108
HSL290°37.58%30.78%
HSB/HSV290°54.63%42.35%
CMYK9.26%54.63%0.00%
57.65%

Color #62316C in popluar number systems.

HEX62316C
Decimal9849108
Binary11000101100011101100
Octal14261154

Shades and tints

Shades of #62316C

#62316C
(98,49,108)
#5A2D63
(90,45,99)
#52295A
(82,41,90)
#4A2551
(74,37,81)
#422148
(66,33,72)
#3A1D3F
(58,29,63)
#321936
(50,25,54)
#2A152D
(42,21,45)
#221124
(34,17,36)
#1A0D1B
(26,13,27)
#120912
(18,9,18)
#000000
(0,0,0)

Tints of #62316C

#62316C
(98,49,108)
#704379
(112,67,121)
#7E5586
(126,85,134)
#8C6793
(140,103,147)
#9A79A0
(154,121,160)
#A88BAD
(168,139,173)
#B69DBA
(182,157,186)
#C4AFC7
(196,175,199)
#D2C1D4
(210,193,212)
#E0D3E1
(224,211,225)
#EEE5EE
(238,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62316C color. Also use rgb(98,49,108) instead hex code.

Text Font Color

.myTextColor { color: #62316C; }

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

This text font color is #62316C.


Background Color

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

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

This div background color is #62316C.


Border color

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

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

This div border color is #62316C.


Opacity

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

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

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

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

This text has shadow with #62316C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62316C on black background.


Color preview on white background

This text has color #62316C on white background.



Black color preview on #62316C background

This text has black color on #62316C background.


White color preview on #62316C background

This text has white color on #62316C background.