COLOR #625468

HEX: #625468
RGB: (98,84,104)

Color info

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

RGB color model

#625468 color RGB value is (98,84,104).

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

RGB channels and saturation

R 98 of 255 = 38%
G 84 of 255 = 33%
B 104 of 255 = 41%

98
84
104

R + G + B ~ 37%. #625468 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 84 + 104 = 286 (100%)
R 98 of 286 ~ 34.27%
G 84 of 286 ~ 29.37%
B 104 of 286 ~ 36.36%

%34.27
%29.37
%36.36

CMYK color model

#625468 color CMYK value is (6,19,0,59).

  • cyan value is 5.77%
  • magenta value is 19.23%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(6,19,0,59)
C6M19Y0K59 
(6%,19%,0%,59%)
(0.06/0.19/0.00/0.59)	

CMYK percentages

%5.77
%19.23
%0
%59.22

Codes

Color #625468 in popluar color models

625468
RGB9884104
HSL282°10.64%36.86%
HSB/HSV282°19.23%40.78%
CMYK5.77%19.23%0.00%
59.22%

Color #625468 in popluar number systems.

HEX625468
Decimal9884104
Binary110001010101001101000
Octal142124150

Shades and tints

Shades of #625468

#625468
(98,84,104)
#5A4D5F
(90,77,95)
#524656
(82,70,86)
#4A3F4D
(74,63,77)
#423844
(66,56,68)
#3A313B
(58,49,59)
#322A32
(50,42,50)
#2A2329
(42,35,41)
#221C20
(34,28,32)
#1A1517
(26,21,23)
#120E0E
(18,14,14)
#000000
(0,0,0)

Tints of #625468

#625468
(98,84,104)
#706375
(112,99,117)
#7E7282
(126,114,130)
#8C818F
(140,129,143)
#9A909C
(154,144,156)
#A89FA9
(168,159,169)
#B6AEB6
(182,174,182)
#C4BDC3
(196,189,195)
#D2CCD0
(210,204,208)
#E0DBDD
(224,219,221)
#EEEAEA
(238,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #625468; }

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

This text font color is #625468.


Background Color

.myBgColor { background-color: #625468; }

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

This div background color is #625468.


Border color

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

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

This div border color is #625468.


Opacity

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

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

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

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

This text has shadow with #625468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #625468 on black background.


Color preview on white background

This text has color #625468 on white background.



Black color preview on #625468 background

This text has black color on #625468 background.


White color preview on #625468 background

This text has white color on #625468 background.