COLOR #625469

HEX: #625469
RGB: (98,84,105)

Color info

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

RGB color model

#625469 color RGB value is (98,84,105).

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

RGB channels and saturation

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

98
84
105

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

Portions of RGB colors in percentages

R + G + B =
98 + 84 + 105 = 287 (100%)
R 98 of 287 ~ 34.15%
G 84 of 287 ~ 29.27%
B 105 of 287 ~ 36.59%

%34.15
%29.27
%36.59

CMYK color model

#625469 color CMYK value is (7,20,0,59).

  • cyan value is 6.67%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(7,20,0,59)
C7M20Y0K59 
(7%,20%,0%,59%)
(0.07/0.20/0.00/0.59)	

CMYK percentages

%6.67
%20
%0
%58.82

Codes

Color #625469 in popluar color models

625469
RGB9884105
HSL280°11.11%37.06%
HSB/HSV280°20.00%41.18%
CMYK6.67%20.00%0.00%
58.82%

Color #625469 in popluar number systems.

HEX625469
Decimal9884105
Binary110001010101001101001
Octal142124151

Shades and tints

Shades of #625469

#625469
(98,84,105)
#5A4D60
(90,77,96)
#524657
(82,70,87)
#4A3F4E
(74,63,78)
#423845
(66,56,69)
#3A313C
(58,49,60)
#322A33
(50,42,51)
#2A232A
(42,35,42)
#221C21
(34,28,33)
#1A1518
(26,21,24)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #625469

#625469
(98,84,105)
#706376
(112,99,118)
#7E7283
(126,114,131)
#8C8190
(140,129,144)
#9A909D
(154,144,157)
#A89FAA
(168,159,170)
#B6AEB7
(182,174,183)
#C4BDC4
(196,189,196)
#D2CCD1
(210,204,209)
#E0DBDE
(224,219,222)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #625469; }

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

This text font color is #625469.


Background Color

.myBgColor { background-color: #625469; }

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

This div background color is #625469.


Border color

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

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

This div border color is #625469.


Opacity

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

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

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

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

This text has shadow with #625469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #625469 on black background.


Color preview on white background

This text has color #625469 on white background.



Black color preview on #625469 background

This text has black color on #625469 background.


White color preview on #625469 background

This text has white color on #625469 background.