COLOR #625569

HEX: #625569
RGB: (98,85,105)

Color info

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

RGB color model

#625569 color RGB value is (98,85,105).

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

RGB channels and saturation

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

98
85
105

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

Portions of RGB colors in percentages

R + G + B =
98 + 85 + 105 = 288 (100%)
R 98 of 288 ~ 34.03%
G 85 of 288 ~ 29.51%
B 105 of 288 ~ 36.46%

%34.03
%29.51
%36.46

CMYK color model

#625569 color CMYK value is (7,19,0,59).

  • cyan value is 6.67%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(7,19,0,59)
C7M19Y0K59 
(7%,19%,0%,59%)
(0.07/0.19/0.00/0.59)	

CMYK percentages

%6.67
%19.05
%0
%58.82

Codes

Color #625569 in popluar color models

625569
RGB9885105
HSL279°10.53%37.25%
HSB/HSV279°19.05%41.18%
CMYK6.67%19.05%0.00%
58.82%

Color #625569 in popluar number systems.

HEX625569
Decimal9885105
Binary110001010101011101001
Octal142125151

Shades and tints

Shades of #625569

#625569
(98,85,105)
#5A4E60
(90,78,96)
#524757
(82,71,87)
#4A404E
(74,64,78)
#423945
(66,57,69)
#3A323C
(58,50,60)
#322B33
(50,43,51)
#2A242A
(42,36,42)
#221D21
(34,29,33)
#1A1618
(26,22,24)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #625569

#625569
(98,85,105)
#706476
(112,100,118)
#7E7383
(126,115,131)
#8C8290
(140,130,144)
#9A919D
(154,145,157)
#A8A0AA
(168,160,170)
#B6AFB7
(182,175,183)
#C4BEC4
(196,190,196)
#D2CDD1
(210,205,209)
#E0DCDE
(224,220,222)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #625569; }

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

This text font color is #625569.


Background Color

.myBgColor { background-color: #625569; }

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

This div background color is #625569.


Border color

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

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

This div border color is #625569.


Opacity

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

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

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

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

This text has shadow with #625569 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #625569 on black background.


Color preview on white background

This text has color #625569 on white background.



Black color preview on #625569 background

This text has black color on #625569 background.


White color preview on #625569 background

This text has white color on #625569 background.