COLOR #625F7E

HEX: #625F7E
RGB: (98,95,126)

Color info

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

RGB color model

#625F7E color RGB value is (98,95,126).

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

RGB channels and saturation

R 98 of 255 = 38%
G 95 of 255 = 37%
B 126 of 255 = 49%

98
95
126

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

Portions of RGB colors in percentages

R + G + B =
98 + 95 + 126 = 319 (100%)
R 98 of 319 ~ 30.72%
G 95 of 319 ~ 29.78%
B 126 of 319 ~ 39.5%

%30.72
%29.78
%39.5

CMYK color model

#625F7E color CMYK value is (22,25,0,51).

  • cyan value is 22.22%
  • magenta value is 24.60%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(22,25,0,51)
C22M25Y0K51 
(22%,25%,0%,51%)
(0.22/0.25/0.00/0.51)	

CMYK percentages

%22.22
%24.6
%0
%50.59

Codes

Color #625F7E in popluar color models

625F7E
RGB9895126
HSL246°14.03%43.33%
HSB/HSV246°24.60%49.41%
CMYK22.22%24.60%0.00%
50.59%

Color #625F7E in popluar number systems.

HEX625F7E
Decimal9895126
Binary110001010111111111110
Octal142137176

Shades and tints

Shades of #625F7E

#625F7E
(98,95,126)
#5A5773
(90,87,115)
#524F68
(82,79,104)
#4A475D
(74,71,93)
#423F52
(66,63,82)
#3A3747
(58,55,71)
#322F3C
(50,47,60)
#2A2731
(42,39,49)
#221F26
(34,31,38)
#1A171B
(26,23,27)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #625F7E

#625F7E
(98,95,126)
#706D89
(112,109,137)
#7E7B94
(126,123,148)
#8C899F
(140,137,159)
#9A97AA
(154,151,170)
#A8A5B5
(168,165,181)
#B6B3C0
(182,179,192)
#C4C1CB
(196,193,203)
#D2CFD6
(210,207,214)
#E0DDE1
(224,221,225)
#EEEBEC
(238,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #625F7E; }

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

This text font color is #625F7E.


Background Color

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

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

This div background color is #625F7E.


Border color

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

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

This div border color is #625F7E.


Opacity

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

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

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

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

This text has shadow with #625F7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #625F7E on black background.


Color preview on white background

This text has color #625F7E on white background.



Black color preview on #625F7E background

This text has black color on #625F7E background.


White color preview on #625F7E background

This text has white color on #625F7E background.