COLOR #625473

HEX: #625473
RGB: (98,84,115)

Color info

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

RGB color model

#625473 color RGB value is (98,84,115).

  • red value is 98;
  • green value is 84;
  • blue value is 115.
RGB:
(98,84,115)
(38%,33%,45%)

RGB channels and saturation

R 98 of 255 = 38%
G 84 of 255 = 33%
B 115 of 255 = 45%

98
84
115

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

Portions of RGB colors in percentages

R + G + B =
98 + 84 + 115 = 297 (100%)
R 98 of 297 ~ 33%
G 84 of 297 ~ 28.28%
B 115 of 297 ~ 38.72%

%33
%28.28
%38.72

CMYK color model

#625473 color CMYK value is (15,27,0,55).

  • cyan value is 14.78%
  • magenta value is 26.96%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(15,27,0,55)
C15M27Y0K55 
(15%,27%,0%,55%)
(0.15/0.27/0.00/0.55)	

CMYK percentages

%14.78
%26.96
%0
%54.9

Codes

Color #625473 in popluar color models

625473
RGB9884115
HSL267°15.58%39.02%
HSB/HSV267°26.96%45.10%
CMYK14.78%26.96%0.00%
54.90%

Color #625473 in popluar number systems.

HEX625473
Decimal9884115
Binary110001010101001110011
Octal142124163

Shades and tints

Shades of #625473

#625473
(98,84,115)
#5A4D69
(90,77,105)
#52465F
(82,70,95)
#4A3F55
(74,63,85)
#42384B
(66,56,75)
#3A3141
(58,49,65)
#322A37
(50,42,55)
#2A232D
(42,35,45)
#221C23
(34,28,35)
#1A1519
(26,21,25)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #625473

#625473
(98,84,115)
#70637F
(112,99,127)
#7E728B
(126,114,139)
#8C8197
(140,129,151)
#9A90A3
(154,144,163)
#A89FAF
(168,159,175)
#B6AEBB
(182,174,187)
#C4BDC7
(196,189,199)
#D2CCD3
(210,204,211)
#E0DBDF
(224,219,223)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #625473 color. Also use rgb(98,84,115) instead hex code.

Text Font Color

.myTextColor { color: #625473; }

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

This text font color is #625473.


Background Color

.myBgColor { background-color: #625473; }

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

This div background color is #625473.


Border color

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

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

This div border color is #625473.


Opacity

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

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

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

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

This text has shadow with #625473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #625473 on black background.


Color preview on white background

This text has color #625473 on white background.



Black color preview on #625473 background

This text has black color on #625473 background.


White color preview on #625473 background

This text has white color on #625473 background.