COLOR #625E71

HEX: #625E71
RGB: (98,94,113)

Color info

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

RGB color model

#625E71 color RGB value is (98,94,113).

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

RGB channels and saturation

R 98 of 255 = 38%
G 94 of 255 = 37%
B 113 of 255 = 44%

98
94
113

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

Portions of RGB colors in percentages

R + G + B =
98 + 94 + 113 = 305 (100%)
R 98 of 305 ~ 32.13%
G 94 of 305 ~ 30.82%
B 113 of 305 ~ 37.05%

%32.13
%30.82
%37.05

CMYK color model

#625E71 color CMYK value is (13,17,0,56).

  • cyan value is 13.27%
  • magenta value is 16.81%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(13,17,0,56)
C13M17Y0K56 
(13%,17%,0%,56%)
(0.13/0.17/0.00/0.56)	

CMYK percentages

%13.27
%16.81
%0
%55.69

Codes

Color #625E71 in popluar color models

625E71
RGB9894113
HSL253°9.18%40.59%
HSB/HSV253°16.81%44.31%
CMYK13.27%16.81%0.00%
55.69%

Color #625E71 in popluar number systems.

HEX625E71
Decimal9894113
Binary110001010111101110001
Octal142136161

Shades and tints

Shades of #625E71

#625E71
(98,94,113)
#5A5667
(90,86,103)
#524E5D
(82,78,93)
#4A4653
(74,70,83)
#423E49
(66,62,73)
#3A363F
(58,54,63)
#322E35
(50,46,53)
#2A262B
(42,38,43)
#221E21
(34,30,33)
#1A1617
(26,22,23)
#120E0D
(18,14,13)
#000000
(0,0,0)

Tints of #625E71

#625E71
(98,94,113)
#706C7D
(112,108,125)
#7E7A89
(126,122,137)
#8C8895
(140,136,149)
#9A96A1
(154,150,161)
#A8A4AD
(168,164,173)
#B6B2B9
(182,178,185)
#C4C0C5
(196,192,197)
#D2CED1
(210,206,209)
#E0DCDD
(224,220,221)
#EEEAE9
(238,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #625E71; }

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

This text font color is #625E71.


Background Color

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

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

This div background color is #625E71.


Border color

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

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

This div border color is #625E71.


Opacity

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

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

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

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

This text has shadow with #625E71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #625E71 on black background.


Color preview on white background

This text has color #625E71 on white background.



Black color preview on #625E71 background

This text has black color on #625E71 background.


White color preview on #625E71 background

This text has white color on #625E71 background.