COLOR #625F6F

HEX: #625F6F
RGB: (98,95,111)

Color info

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

RGB color model

#625F6F color RGB value is (98,95,111).

  • red value is 98;
  • green value is 95;
  • blue value is 111.
RGB:
(98,95,111)
(38%,37%,44%)

RGB channels and saturation

R 98 of 255 = 38%
G 95 of 255 = 37%
B 111 of 255 = 44%

98
95
111

R + G + B ~ 40%. #625F6F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 95 + 111 = 304 (100%)
R 98 of 304 ~ 32.24%
G 95 of 304 ~ 31.25%
B 111 of 304 ~ 36.51%

%32.24
%31.25
%36.51

CMYK color model

#625F6F color CMYK value is (12,14,0,56).

  • cyan value is 11.71%
  • magenta value is 14.41%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(12,14,0,56)
C12M14Y0K56 
(12%,14%,0%,56%)
(0.12/0.14/0.00/0.56)	

CMYK percentages

%11.71
%14.41
%0
%56.47

Codes

Color #625F6F in popluar color models

625F6F
RGB9895111
HSL251°7.77%40.39%
HSB/HSV251°14.41%43.53%
CMYK11.71%14.41%0.00%
56.47%

Color #625F6F in popluar number systems.

HEX625F6F
Decimal9895111
Binary110001010111111101111
Octal142137157

Shades and tints

Shades of #625F6F

#625F6F
(98,95,111)
#5A5765
(90,87,101)
#524F5B
(82,79,91)
#4A4751
(74,71,81)
#423F47
(66,63,71)
#3A373D
(58,55,61)
#322F33
(50,47,51)
#2A2729
(42,39,41)
#221F1F
(34,31,31)
#1A1715
(26,23,21)
#120F0B
(18,15,11)
#000000
(0,0,0)

Tints of #625F6F

#625F6F
(98,95,111)
#706D7C
(112,109,124)
#7E7B89
(126,123,137)
#8C8996
(140,137,150)
#9A97A3
(154,151,163)
#A8A5B0
(168,165,176)
#B6B3BD
(182,179,189)
#C4C1CA
(196,193,202)
#D2CFD7
(210,207,215)
#E0DDE4
(224,221,228)
#EEEBF1
(238,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #625F6F color. Also use rgb(98,95,111) instead hex code.

Text Font Color

.myTextColor { color: #625F6F; }

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

This text font color is #625F6F.


Background Color

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

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

This div background color is #625F6F.


Border color

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

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

This div border color is #625F6F.


Opacity

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

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

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

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

This text has shadow with #625F6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #625F6F on black background.


Color preview on white background

This text has color #625F6F on white background.



Black color preview on #625F6F background

This text has black color on #625F6F background.


White color preview on #625F6F background

This text has white color on #625F6F background.