COLOR #624C68

HEX: #624C68
RGB: (98,76,104)

Color info

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

RGB color model

#624C68 color RGB value is (98,76,104).

  • red value is 98;
  • green value is 76;
  • blue value is 104.
RGB:
(98,76,104)
(38%,30%,41%)

RGB channels and saturation

R 98 of 255 = 38%
G 76 of 255 = 30%
B 104 of 255 = 41%

98
76
104

R + G + B ~ 36%. #624C68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 76 + 104 = 278 (100%)
R 98 of 278 ~ 35.25%
G 76 of 278 ~ 27.34%
B 104 of 278 ~ 37.41%

%35.25
%27.34
%37.41

CMYK color model

#624C68 color CMYK value is (6,27,0,59).

  • cyan value is 5.77%
  • magenta value is 26.92%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(6,27,0,59)
C6M27Y0K59 
(6%,27%,0%,59%)
(0.06/0.27/0.00/0.59)	

CMYK percentages

%5.77
%26.92
%0
%59.22

Codes

Color #624C68 in popluar color models

624C68
RGB9876104
HSL287°15.56%35.29%
HSB/HSV287°26.92%40.78%
CMYK5.77%26.92%0.00%
59.22%

Color #624C68 in popluar number systems.

HEX624C68
Decimal9876104
Binary110001010011001101000
Octal142114150

Shades and tints

Shades of #624C68

#624C68
(98,76,104)
#5A465F
(90,70,95)
#524056
(82,64,86)
#4A3A4D
(74,58,77)
#423444
(66,52,68)
#3A2E3B
(58,46,59)
#322832
(50,40,50)
#2A2229
(42,34,41)
#221C20
(34,28,32)
#1A1617
(26,22,23)
#12100E
(18,16,14)
#000000
(0,0,0)

Tints of #624C68

#624C68
(98,76,104)
#705C75
(112,92,117)
#7E6C82
(126,108,130)
#8C7C8F
(140,124,143)
#9A8C9C
(154,140,156)
#A89CA9
(168,156,169)
#B6ACB6
(182,172,182)
#C4BCC3
(196,188,195)
#D2CCD0
(210,204,208)
#E0DCDD
(224,220,221)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #624C68 color. Also use rgb(98,76,104) instead hex code.

Text Font Color

.myTextColor { color: #624C68; }

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

This text font color is #624C68.


Background Color

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

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

This div background color is #624C68.


Border color

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

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

This div border color is #624C68.


Opacity

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

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

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

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

This text has shadow with #624C68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #624C68 on black background.


Color preview on white background

This text has color #624C68 on white background.



Black color preview on #624C68 background

This text has black color on #624C68 background.


White color preview on #624C68 background

This text has white color on #624C68 background.