COLOR #624E7D

HEX: #624E7D
RGB: (98,78,125)

Color info

#624E7D contains red, green and blue colors in about the same proportion. Web safe color of #624E7D is #666666 (or #666).

RGB color model

#624E7D color RGB value is (98,78,125).

  • red value is 98;
  • green value is 78;
  • blue value is 125.
RGB:
(98,78,125)
(38%,31%,49%)

RGB channels and saturation

R 98 of 255 = 38%
G 78 of 255 = 31%
B 125 of 255 = 49%

98
78
125

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

Portions of RGB colors in percentages

R + G + B =
98 + 78 + 125 = 301 (100%)
R 98 of 301 ~ 32.56%
G 78 of 301 ~ 25.91%
B 125 of 301 ~ 41.53%

%32.56
%25.91
%41.53

CMYK color model

#624E7D color CMYK value is (22,38,0,51).

  • cyan value is 21.60%
  • magenta value is 37.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(22,38,0,51)
C22M38Y0K51 
(22%,38%,0%,51%)
(0.22/0.38/0.00/0.51)	

CMYK percentages

%21.6
%37.6
%0
%50.98

Codes

Color #624E7D in popluar color models

624E7D
RGB9878125
HSL266°23.15%39.80%
HSB/HSV266°37.60%49.02%
CMYK21.60%37.60%0.00%
50.98%

Color #624E7D in popluar number systems.

HEX624E7D
Decimal9878125
Binary110001010011101111101
Octal142116175

Shades and tints

Shades of #624E7D

#624E7D
(98,78,125)
#5A4772
(90,71,114)
#524067
(82,64,103)
#4A395C
(74,57,92)
#423251
(66,50,81)
#3A2B46
(58,43,70)
#32243B
(50,36,59)
#2A1D30
(42,29,48)
#221625
(34,22,37)
#1A0F1A
(26,15,26)
#12080F
(18,8,15)
#000000
(0,0,0)

Tints of #624E7D

#624E7D
(98,78,125)
#705E88
(112,94,136)
#7E6E93
(126,110,147)
#8C7E9E
(140,126,158)
#9A8EA9
(154,142,169)
#A89EB4
(168,158,180)
#B6AEBF
(182,174,191)
#C4BECA
(196,190,202)
#D2CED5
(210,206,213)
#E0DEE0
(224,222,224)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #624E7D color. Also use rgb(98,78,125) instead hex code.

Text Font Color

.myTextColor { color: #624E7D; }

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

This text font color is #624E7D.


Background Color

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

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

This div background color is #624E7D.


Border color

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

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

This div border color is #624E7D.


Opacity

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

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

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

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

This text has shadow with #624E7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #624E7D on black background.


Color preview on white background

This text has color #624E7D on white background.



Black color preview on #624E7D background

This text has black color on #624E7D background.


White color preview on #624E7D background

This text has white color on #624E7D background.