COLOR #625E6B

HEX: #625E6B
RGB: (98,94,107)

Color info

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

RGB color model

#625E6B color RGB value is (98,94,107).

  • red value is 98;
  • green value is 94;
  • blue value is 107.
RGB:
(98,94,107)
(38%,37%,42%)

RGB channels and saturation

R 98 of 255 = 38%
G 94 of 255 = 37%
B 107 of 255 = 42%

98
94
107

R + G + B ~ 39%. #625E6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 94 + 107 = 299 (100%)
R 98 of 299 ~ 32.78%
G 94 of 299 ~ 31.44%
B 107 of 299 ~ 35.79%

%32.78
%31.44
%35.79

CMYK color model

#625E6B color CMYK value is (8,12,0,58).

  • cyan value is 8.41%
  • magenta value is 12.15%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(8,12,0,58)
C8M12Y0K58 
(8%,12%,0%,58%)
(0.08/0.12/0.00/0.58)	

CMYK percentages

%8.41
%12.15
%0
%58.04

Codes

Color #625E6B in popluar color models

625E6B
RGB9894107
HSL258°6.47%39.41%
HSB/HSV258°12.15%41.96%
CMYK8.41%12.15%0.00%
58.04%

Color #625E6B in popluar number systems.

HEX625E6B
Decimal9894107
Binary110001010111101101011
Octal142136153

Shades and tints

Shades of #625E6B

#625E6B
(98,94,107)
#5A5662
(90,86,98)
#524E59
(82,78,89)
#4A4650
(74,70,80)
#423E47
(66,62,71)
#3A363E
(58,54,62)
#322E35
(50,46,53)
#2A262C
(42,38,44)
#221E23
(34,30,35)
#1A161A
(26,22,26)
#120E11
(18,14,17)
#000000
(0,0,0)

Tints of #625E6B

#625E6B
(98,94,107)
#706C78
(112,108,120)
#7E7A85
(126,122,133)
#8C8892
(140,136,146)
#9A969F
(154,150,159)
#A8A4AC
(168,164,172)
#B6B2B9
(182,178,185)
#C4C0C6
(196,192,198)
#D2CED3
(210,206,211)
#E0DCE0
(224,220,224)
#EEEAED
(238,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #625E6B color. Also use rgb(98,94,107) instead hex code.

Text Font Color

.myTextColor { color: #625E6B; }

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

This text font color is #625E6B.


Background Color

.myBgColor { background-color: #625E6B; }

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

This div background color is #625E6B.


Border color

.myBorderColor { border: 1px solid #625E6B; }

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

This div border color is #625E6B.


Opacity

.myOpacity80 { color: #625E6B; opacity: 0.8; }

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

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

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

This text has shadow with #625E6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #625E6B on black background.


Color preview on white background

This text has color #625E6B on white background.



Black color preview on #625E6B background

This text has black color on #625E6B background.


White color preview on #625E6B background

This text has white color on #625E6B background.