COLOR #625173

HEX: #625173
RGB: (98,81,115)

Color info

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

RGB color model

#625173 color RGB value is (98,81,115).

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

RGB channels and saturation

R 98 of 255 = 38%
G 81 of 255 = 32%
B 115 of 255 = 45%

98
81
115

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

Portions of RGB colors in percentages

R + G + B =
98 + 81 + 115 = 294 (100%)
R 98 of 294 ~ 33.33%
G 81 of 294 ~ 27.55%
B 115 of 294 ~ 39.12%

%33.33
%27.55
%39.12

CMYK color model

#625173 color CMYK value is (15,30,0,55).

  • cyan value is 14.78%
  • magenta value is 29.57%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(15,30,0,55)
C15M30Y0K55 
(15%,30%,0%,55%)
(0.15/0.30/0.00/0.55)	

CMYK percentages

%14.78
%29.57
%0
%54.9

Codes

Color #625173 in popluar color models

625173
RGB9881115
HSL270°17.35%38.43%
HSB/HSV270°29.57%45.10%
CMYK14.78%29.57%0.00%
54.90%

Color #625173 in popluar number systems.

HEX625173
Decimal9881115
Binary110001010100011110011
Octal142121163

Shades and tints

Shades of #625173

#625173
(98,81,115)
#5A4A69
(90,74,105)
#52435F
(82,67,95)
#4A3C55
(74,60,85)
#42354B
(66,53,75)
#3A2E41
(58,46,65)
#322737
(50,39,55)
#2A202D
(42,32,45)
#221923
(34,25,35)
#1A1219
(26,18,25)
#120B0F
(18,11,15)
#000000
(0,0,0)

Tints of #625173

#625173
(98,81,115)
#70607F
(112,96,127)
#7E6F8B
(126,111,139)
#8C7E97
(140,126,151)
#9A8DA3
(154,141,163)
#A89CAF
(168,156,175)
#B6ABBB
(182,171,187)
#C4BAC7
(196,186,199)
#D2C9D3
(210,201,211)
#E0D8DF
(224,216,223)
#EEE7EB
(238,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #625173; }

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

This text font color is #625173.


Background Color

.myBgColor { background-color: #625173; }

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

This div background color is #625173.


Border color

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

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

This div border color is #625173.


Opacity

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

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

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

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

This text has shadow with #625173 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #625173 on black background.


Color preview on white background

This text has color #625173 on white background.



Black color preview on #625173 background

This text has black color on #625173 background.


White color preview on #625173 background

This text has white color on #625173 background.