COLOR #624D7C

HEX: #624D7C
RGB: (98,77,124)

Color info

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

RGB color model

#624D7C color RGB value is (98,77,124).

  • red value is 98;
  • green value is 77;
  • blue value is 124.
RGB:
(98,77,124)
(38%,30%,49%)

RGB channels and saturation

R 98 of 255 = 38%
G 77 of 255 = 30%
B 124 of 255 = 49%

98
77
124

R + G + B ~ 39%. #624D7C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 77 + 124 = 299 (100%)
R 98 of 299 ~ 32.78%
G 77 of 299 ~ 25.75%
B 124 of 299 ~ 41.47%

%32.78
%25.75
%41.47

CMYK color model

#624D7C color CMYK value is (21,38,0,51).

  • cyan value is 20.97%
  • magenta value is 37.90%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(21,38,0,51)
C21M38Y0K51 
(21%,38%,0%,51%)
(0.21/0.38/0.00/0.51)	

CMYK percentages

%20.97
%37.9
%0
%51.37

Codes

Color #624D7C in popluar color models

624D7C
RGB9877124
HSL267°23.38%39.41%
HSB/HSV267°37.90%48.63%
CMYK20.97%37.90%0.00%
51.37%

Color #624D7C in popluar number systems.

HEX624D7C
Decimal9877124
Binary110001010011011111100
Octal142115174

Shades and tints

Shades of #624D7C

#624D7C
(98,77,124)
#5A4671
(90,70,113)
#523F66
(82,63,102)
#4A385B
(74,56,91)
#423150
(66,49,80)
#3A2A45
(58,42,69)
#32233A
(50,35,58)
#2A1C2F
(42,28,47)
#221524
(34,21,36)
#1A0E19
(26,14,25)
#12070E
(18,7,14)
#000000
(0,0,0)

Tints of #624D7C

#624D7C
(98,77,124)
#705D87
(112,93,135)
#7E6D92
(126,109,146)
#8C7D9D
(140,125,157)
#9A8DA8
(154,141,168)
#A89DB3
(168,157,179)
#B6ADBE
(182,173,190)
#C4BDC9
(196,189,201)
#D2CDD4
(210,205,212)
#E0DDDF
(224,221,223)
#EEEDEA
(238,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #624D7C color. Also use rgb(98,77,124) instead hex code.

Text Font Color

.myTextColor { color: #624D7C; }

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

This text font color is #624D7C.


Background Color

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

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

This div background color is #624D7C.


Border color

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

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

This div border color is #624D7C.


Opacity

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

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

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

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

This text has shadow with #624D7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #624D7C on black background.


Color preview on white background

This text has color #624D7C on white background.



Black color preview on #624D7C background

This text has black color on #624D7C background.


White color preview on #624D7C background

This text has white color on #624D7C background.