COLOR #625F73

HEX: #625F73
RGB: (98,95,115)

Color info

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

RGB color model

#625F73 color RGB value is (98,95,115).

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

RGB channels and saturation

R 98 of 255 = 38%
G 95 of 255 = 37%
B 115 of 255 = 45%

98
95
115

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

Portions of RGB colors in percentages

R + G + B =
98 + 95 + 115 = 308 (100%)
R 98 of 308 ~ 31.82%
G 95 of 308 ~ 30.84%
B 115 of 308 ~ 37.34%

%31.82
%30.84
%37.34

CMYK color model

#625F73 color CMYK value is (15,17,0,55).

  • cyan value is 14.78%
  • magenta value is 17.39%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(15,17,0,55)
C15M17Y0K55 
(15%,17%,0%,55%)
(0.15/0.17/0.00/0.55)	

CMYK percentages

%14.78
%17.39
%0
%54.9

Codes

Color #625F73 in popluar color models

625F73
RGB9895115
HSL249°9.52%41.18%
HSB/HSV249°17.39%45.10%
CMYK14.78%17.39%0.00%
54.90%

Color #625F73 in popluar number systems.

HEX625F73
Decimal9895115
Binary110001010111111110011
Octal142137163

Shades and tints

Shades of #625F73

#625F73
(98,95,115)
#5A5769
(90,87,105)
#524F5F
(82,79,95)
#4A4755
(74,71,85)
#423F4B
(66,63,75)
#3A3741
(58,55,65)
#322F37
(50,47,55)
#2A272D
(42,39,45)
#221F23
(34,31,35)
#1A1719
(26,23,25)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #625F73

#625F73
(98,95,115)
#706D7F
(112,109,127)
#7E7B8B
(126,123,139)
#8C8997
(140,137,151)
#9A97A3
(154,151,163)
#A8A5AF
(168,165,175)
#B6B3BB
(182,179,187)
#C4C1C7
(196,193,199)
#D2CFD3
(210,207,211)
#E0DDDF
(224,221,223)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #625F73; }

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

This text font color is #625F73.


Background Color

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

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

This div background color is #625F73.


Border color

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

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

This div border color is #625F73.


Opacity

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

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

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

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

This text has shadow with #625F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #625F73 on black background.


Color preview on white background

This text has color #625F73 on white background.



Black color preview on #625F73 background

This text has black color on #625F73 background.


White color preview on #625F73 background

This text has white color on #625F73 background.