COLOR #624C74

HEX: #624C74
RGB: (98,76,116)

Color info

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

RGB color model

#624C74 color RGB value is (98,76,116).

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

RGB channels and saturation

R 98 of 255 = 38%
G 76 of 255 = 30%
B 116 of 255 = 45%

98
76
116

R + G + B ~ 38%. #624C74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 76 + 116 = 290 (100%)
R 98 of 290 ~ 33.79%
G 76 of 290 ~ 26.21%
B 116 of 290 ~ 40%

%33.79
%26.21
%40

CMYK color model

#624C74 color CMYK value is (16,34,0,55).

  • cyan value is 15.52%
  • magenta value is 34.48%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(16,34,0,55)
C16M34Y0K55 
(16%,34%,0%,55%)
(0.16/0.34/0.00/0.55)	

CMYK percentages

%15.52
%34.48
%0
%54.51

Codes

Color #624C74 in popluar color models

624C74
RGB9876116
HSL273°20.83%37.65%
HSB/HSV273°34.48%45.49%
CMYK15.52%34.48%0.00%
54.51%

Color #624C74 in popluar number systems.

HEX624C74
Decimal9876116
Binary110001010011001110100
Octal142114164

Shades and tints

Shades of #624C74

#624C74
(98,76,116)
#5A466A
(90,70,106)
#524060
(82,64,96)
#4A3A56
(74,58,86)
#42344C
(66,52,76)
#3A2E42
(58,46,66)
#322838
(50,40,56)
#2A222E
(42,34,46)
#221C24
(34,28,36)
#1A161A
(26,22,26)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #624C74

#624C74
(98,76,116)
#705C80
(112,92,128)
#7E6C8C
(126,108,140)
#8C7C98
(140,124,152)
#9A8CA4
(154,140,164)
#A89CB0
(168,156,176)
#B6ACBC
(182,172,188)
#C4BCC8
(196,188,200)
#D2CCD4
(210,204,212)
#E0DCE0
(224,220,224)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #624C74; }

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

This text font color is #624C74.


Background Color

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

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

This div background color is #624C74.


Border color

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

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

This div border color is #624C74.


Opacity

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

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

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

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

This text has shadow with #624C74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #624C74 on black background.


Color preview on white background

This text has color #624C74 on white background.



Black color preview on #624C74 background

This text has black color on #624C74 background.


White color preview on #624C74 background

This text has white color on #624C74 background.