COLOR #624467

HEX: #624467
RGB: (98,68,103)

Color info

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

RGB color model

#624467 color RGB value is (98,68,103).

  • red value is 98;
  • green value is 68;
  • blue value is 103.
RGB:
(98,68,103)
(38%,27%,40%)

RGB channels and saturation

R 98 of 255 = 38%
G 68 of 255 = 27%
B 103 of 255 = 40%

98
68
103

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

Portions of RGB colors in percentages

R + G + B =
98 + 68 + 103 = 269 (100%)
R 98 of 269 ~ 36.43%
G 68 of 269 ~ 25.28%
B 103 of 269 ~ 38.29%

%36.43
%25.28
%38.29

CMYK color model

#624467 color CMYK value is (5,34,0,60).

  • cyan value is 4.85%
  • magenta value is 33.98%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(5,34,0,60)
C5M34Y0K60 
(5%,34%,0%,60%)
(0.05/0.34/0.00/0.60)	

CMYK percentages

%4.85
%33.98
%0
%59.61

Codes

Color #624467 in popluar color models

624467
RGB9868103
HSL291°20.47%33.53%
HSB/HSV291°33.98%40.39%
CMYK4.85%33.98%0.00%
59.61%

Color #624467 in popluar number systems.

HEX624467
Decimal9868103
Binary110001010001001100111
Octal142104147

Shades and tints

Shades of #624467

#624467
(98,68,103)
#5A3E5E
(90,62,94)
#523855
(82,56,85)
#4A324C
(74,50,76)
#422C43
(66,44,67)
#3A263A
(58,38,58)
#322031
(50,32,49)
#2A1A28
(42,26,40)
#22141F
(34,20,31)
#1A0E16
(26,14,22)
#12080D
(18,8,13)
#000000
(0,0,0)

Tints of #624467

#624467
(98,68,103)
#705574
(112,85,116)
#7E6681
(126,102,129)
#8C778E
(140,119,142)
#9A889B
(154,136,155)
#A899A8
(168,153,168)
#B6AAB5
(182,170,181)
#C4BBC2
(196,187,194)
#D2CCCF
(210,204,207)
#E0DDDC
(224,221,220)
#EEEEE9
(238,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #624467 color. Also use rgb(98,68,103) instead hex code.

Text Font Color

.myTextColor { color: #624467; }

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

This text font color is #624467.


Background Color

.myBgColor { background-color: #624467; }

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

This div background color is #624467.


Border color

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

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

This div border color is #624467.


Opacity

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

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

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

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

This text has shadow with #624467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #624467 on black background.


Color preview on white background

This text has color #624467 on white background.



Black color preview on #624467 background

This text has black color on #624467 background.


White color preview on #624467 background

This text has white color on #624467 background.