COLOR #624465

HEX: #624465
RGB: (98,68,101)

Color info

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

RGB color model

#624465 color RGB value is (98,68,101).

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

RGB channels and saturation

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

98
68
101

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

Portions of RGB colors in percentages

R + G + B =
98 + 68 + 101 = 267 (100%)
R 98 of 267 ~ 36.7%
G 68 of 267 ~ 25.47%
B 101 of 267 ~ 37.83%

%36.7
%25.47
%37.83

CMYK color model

#624465 color CMYK value is (3,33,0,60).

  • cyan value is 2.97%
  • magenta value is 32.67%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(3,33,0,60)
C3M33Y0K60 
(3%,33%,0%,60%)
(0.03/0.33/0.00/0.60)	

CMYK percentages

%2.97
%32.67
%0
%60.39

Codes

Color #624465 in popluar color models

624465
RGB9868101
HSL295°19.53%33.14%
HSB/HSV295°32.67%39.61%
CMYK2.97%32.67%0.00%
60.39%

Color #624465 in popluar number systems.

HEX624465
Decimal9868101
Binary110001010001001100101
Octal142104145

Shades and tints

Shades of #624465

#624465
(98,68,101)
#5A3E5C
(90,62,92)
#523853
(82,56,83)
#4A324A
(74,50,74)
#422C41
(66,44,65)
#3A2638
(58,38,56)
#32202F
(50,32,47)
#2A1A26
(42,26,38)
#22141D
(34,20,29)
#1A0E14
(26,14,20)
#12080B
(18,8,11)
#000000
(0,0,0)

Tints of #624465

#624465
(98,68,101)
#705573
(112,85,115)
#7E6681
(126,102,129)
#8C778F
(140,119,143)
#9A889D
(154,136,157)
#A899AB
(168,153,171)
#B6AAB9
(182,170,185)
#C4BBC7
(196,187,199)
#D2CCD5
(210,204,213)
#E0DDE3
(224,221,227)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #624465; }

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

This text font color is #624465.


Background Color

.myBgColor { background-color: #624465; }

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

This div background color is #624465.


Border color

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

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

This div border color is #624465.


Opacity

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

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

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

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

This text has shadow with #624465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #624465 on black background.


Color preview on white background

This text has color #624465 on white background.



Black color preview on #624465 background

This text has black color on #624465 background.


White color preview on #624465 background

This text has white color on #624465 background.