COLOR #624A63

HEX: #624A63
RGB: (98,74,99)

Color info

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

RGB color model

#624A63 color RGB value is (98,74,99).

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

RGB channels and saturation

R 98 of 255 = 38%
G 74 of 255 = 29%
B 99 of 255 = 39%

98
74
99

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

Portions of RGB colors in percentages

R + G + B =
98 + 74 + 99 = 271 (100%)
R 98 of 271 ~ 36.16%
G 74 of 271 ~ 27.31%
B 99 of 271 ~ 36.53%

%36.16
%27.31
%36.53

CMYK color model

#624A63 color CMYK value is (1,25,0,61).

  • cyan value is 1.01%
  • magenta value is 25.25%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(1,25,0,61)
C1M25Y0K61 
(1%,25%,0%,61%)
(0.01/0.25/0.00/0.61)	

CMYK percentages

%1.01
%25.25
%0
%61.18

Codes

Color #624A63 in popluar color models

624A63
RGB987499
HSL298°14.45%33.92%
HSB/HSV298°25.25%38.82%
CMYK1.01%25.25%0.00%
61.18%

Color #624A63 in popluar number systems.

HEX624A63
Decimal987499
Binary110001010010101100011
Octal142112143

Shades and tints

Shades of #624A63

#624A63
(98,74,99)
#5A445A
(90,68,90)
#523E51
(82,62,81)
#4A3848
(74,56,72)
#42323F
(66,50,63)
#3A2C36
(58,44,54)
#32262D
(50,38,45)
#2A2024
(42,32,36)
#221A1B
(34,26,27)
#1A1412
(26,20,18)
#120E09
(18,14,9)
#000000
(0,0,0)

Tints of #624A63

#624A63
(98,74,99)
#705A71
(112,90,113)
#7E6A7F
(126,106,127)
#8C7A8D
(140,122,141)
#9A8A9B
(154,138,155)
#A89AA9
(168,154,169)
#B6AAB7
(182,170,183)
#C4BAC5
(196,186,197)
#D2CAD3
(210,202,211)
#E0DAE1
(224,218,225)
#EEEAEF
(238,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #624A63; }

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

This text font color is #624A63.


Background Color

.myBgColor { background-color: #624A63; }

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

This div background color is #624A63.


Border color

.myBorderColor { border: 1px solid #624A63; }

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

This div border color is #624A63.


Opacity

.myOpacity80 { color: #624A63; opacity: 0.8; }

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

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

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

This text has shadow with #624A63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #624A63 on black background.


Color preview on white background

This text has color #624A63 on white background.



Black color preview on #624A63 background

This text has black color on #624A63 background.


White color preview on #624A63 background

This text has white color on #624A63 background.