COLOR #624863

HEX: #624863
RGB: (98,72,99)

Color info

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

RGB color model

#624863 color RGB value is (98,72,99).

  • red value is 98;
  • green value is 72;
  • blue value is 99.
RGB:
(98,72,99)
(38%,28%,39%)

RGB channels and saturation

R 98 of 255 = 38%
G 72 of 255 = 28%
B 99 of 255 = 39%

98
72
99

R + G + B ~ 35%. #624863 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 72 + 99 = 269 (100%)
R 98 of 269 ~ 36.43%
G 72 of 269 ~ 26.77%
B 99 of 269 ~ 36.8%

%36.43
%26.77
%36.8

CMYK color model

#624863 color CMYK value is (1,27,0,61).

  • cyan value is 1.01%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(1,27,0,61)
C1M27Y0K61 
(1%,27%,0%,61%)
(0.01/0.27/0.00/0.61)	

CMYK percentages

%1.01
%27.27
%0
%61.18

Codes

Color #624863 in popluar color models

624863
RGB987299
HSL298°15.79%33.53%
HSB/HSV298°27.27%38.82%
CMYK1.01%27.27%0.00%
61.18%

Color #624863 in popluar number systems.

HEX624863
Decimal987299
Binary110001010010001100011
Octal142110143

Shades and tints

Shades of #624863

#624863
(98,72,99)
#5A425A
(90,66,90)
#523C51
(82,60,81)
#4A3648
(74,54,72)
#42303F
(66,48,63)
#3A2A36
(58,42,54)
#32242D
(50,36,45)
#2A1E24
(42,30,36)
#22181B
(34,24,27)
#1A1212
(26,18,18)
#120C09
(18,12,9)
#000000
(0,0,0)

Tints of #624863

#624863
(98,72,99)
#705871
(112,88,113)
#7E687F
(126,104,127)
#8C788D
(140,120,141)
#9A889B
(154,136,155)
#A898A9
(168,152,169)
#B6A8B7
(182,168,183)
#C4B8C5
(196,184,197)
#D2C8D3
(210,200,211)
#E0D8E1
(224,216,225)
#EEE8EF
(238,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #624863 color. Also use rgb(98,72,99) instead hex code.

Text Font Color

.myTextColor { color: #624863; }

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

This text font color is #624863.


Background Color

.myBgColor { background-color: #624863; }

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

This div background color is #624863.


Border color

.myBorderColor { border: 1px solid #624863; }

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

This div border color is #624863.


Opacity

.myOpacity80 { color: #624863; opacity: 0.8; }

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

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

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

This text has shadow with #624863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #624863 on black background.


Color preview on white background

This text has color #624863 on white background.



Black color preview on #624863 background

This text has black color on #624863 background.


White color preview on #624863 background

This text has white color on #624863 background.