COLOR #625659

HEX: #625659
RGB: (98,86,89)

Color info

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

RGB color model

#625659 color RGB value is (98,86,89).

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

RGB channels and saturation

R 98 of 255 = 38%
G 86 of 255 = 34%
B 89 of 255 = 35%

98
86
89

R + G + B ~ 36%. #625659 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 86 + 89 = 273 (100%)
R 98 of 273 ~ 35.9%
G 86 of 273 ~ 31.5%
B 89 of 273 ~ 32.6%

%35.9
%31.5
%32.6

CMYK color model

#625659 color CMYK value is (0,12,9,62).

  • cyan value is 0.00%
  • magenta value is 12.24%
  • yellow value is 9.18%
  • key color value is 61.57%
CMYK:
(0,12,9,62)
C0M12Y9K62 
(0%,12%,9%,62%)
(0.00/0.12/0.09/0.62)	

CMYK percentages

%0
%12.24
%9.18
%61.57

Codes

Color #625659 in popluar color models

625659
RGB988689
HSL345°6.52%36.08%
HSB/HSV345°12.24%38.43%
CMYK0.00%12.24%9.18%
61.57%

Color #625659 in popluar number systems.

HEX625659
Decimal988689
Binary110001010101101011001
Octal142126131

Shades and tints

Shades of #625659

#625659
(98,86,89)
#5A4F51
(90,79,81)
#524849
(82,72,73)
#4A4141
(74,65,65)
#423A39
(66,58,57)
#3A3331
(58,51,49)
#322C29
(50,44,41)
#2A2521
(42,37,33)
#221E19
(34,30,25)
#1A1711
(26,23,17)
#121009
(18,16,9)
#000000
(0,0,0)

Tints of #625659

#625659
(98,86,89)
#706568
(112,101,104)
#7E7477
(126,116,119)
#8C8386
(140,131,134)
#9A9295
(154,146,149)
#A8A1A4
(168,161,164)
#B6B0B3
(182,176,179)
#C4BFC2
(196,191,194)
#D2CED1
(210,206,209)
#E0DDE0
(224,221,224)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #625659; }

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

This text font color is #625659.


Background Color

.myBgColor { background-color: #625659; }

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

This div background color is #625659.


Border color

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

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

This div border color is #625659.


Opacity

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

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

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

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

This text has shadow with #625659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #625659 on black background.


Color preview on white background

This text has color #625659 on white background.



Black color preview on #625659 background

This text has black color on #625659 background.


White color preview on #625659 background

This text has white color on #625659 background.