COLOR #625665

HEX: #625665
RGB: (98,86,101)

Color info

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

RGB color model

#625665 color RGB value is (98,86,101).

  • red value is 98;
  • green value is 86;
  • blue value is 101.
RGB:
(98,86,101)
(38%,34%,40%)

RGB channels and saturation

R 98 of 255 = 38%
G 86 of 255 = 34%
B 101 of 255 = 40%

98
86
101

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

Portions of RGB colors in percentages

R + G + B =
98 + 86 + 101 = 285 (100%)
R 98 of 285 ~ 34.39%
G 86 of 285 ~ 30.18%
B 101 of 285 ~ 35.44%

%34.39
%30.18
%35.44

CMYK color model

#625665 color CMYK value is (3,15,0,60).

  • cyan value is 2.97%
  • magenta value is 14.85%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(3,15,0,60)
C3M15Y0K60 
(3%,15%,0%,60%)
(0.03/0.15/0.00/0.60)	

CMYK percentages

%2.97
%14.85
%0
%60.39

Codes

Color #625665 in popluar color models

625665
RGB9886101
HSL288°8.02%36.67%
HSB/HSV288°14.85%39.61%
CMYK2.97%14.85%0.00%
60.39%

Color #625665 in popluar number systems.

HEX625665
Decimal9886101
Binary110001010101101100101
Octal142126145

Shades and tints

Shades of #625665

#625665
(98,86,101)
#5A4F5C
(90,79,92)
#524853
(82,72,83)
#4A414A
(74,65,74)
#423A41
(66,58,65)
#3A3338
(58,51,56)
#322C2F
(50,44,47)
#2A2526
(42,37,38)
#221E1D
(34,30,29)
#1A1714
(26,23,20)
#12100B
(18,16,11)
#000000
(0,0,0)

Tints of #625665

#625665
(98,86,101)
#706573
(112,101,115)
#7E7481
(126,116,129)
#8C838F
(140,131,143)
#9A929D
(154,146,157)
#A8A1AB
(168,161,171)
#B6B0B9
(182,176,185)
#C4BFC7
(196,191,199)
#D2CED5
(210,206,213)
#E0DDE3
(224,221,227)
#EEECF1
(238,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #625665 color. Also use rgb(98,86,101) instead hex code.

Text Font Color

.myTextColor { color: #625665; }

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

This text font color is #625665.


Background Color

.myBgColor { background-color: #625665; }

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

This div background color is #625665.


Border color

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

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

This div border color is #625665.


Opacity

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

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

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

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

This text has shadow with #625665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #625665 on black background.


Color preview on white background

This text has color #625665 on white background.



Black color preview on #625665 background

This text has black color on #625665 background.


White color preview on #625665 background

This text has white color on #625665 background.