COLOR #625C79

HEX: #625C79
RGB: (98,92,121)

Color info

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

RGB color model

#625C79 color RGB value is (98,92,121).

  • red value is 98;
  • green value is 92;
  • blue value is 121.
RGB:
(98,92,121)
(38%,36%,47%)

RGB channels and saturation

R 98 of 255 = 38%
G 92 of 255 = 36%
B 121 of 255 = 47%

98
92
121

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

Portions of RGB colors in percentages

R + G + B =
98 + 92 + 121 = 311 (100%)
R 98 of 311 ~ 31.51%
G 92 of 311 ~ 29.58%
B 121 of 311 ~ 38.91%

%31.51
%29.58
%38.91

CMYK color model

#625C79 color CMYK value is (19,24,0,53).

  • cyan value is 19.01%
  • magenta value is 23.97%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(19,24,0,53)
C19M24Y0K53 
(19%,24%,0%,53%)
(0.19/0.24/0.00/0.53)	

CMYK percentages

%19.01
%23.97
%0
%52.55

Codes

Color #625C79 in popluar color models

625C79
RGB9892121
HSL252°13.62%41.76%
HSB/HSV252°23.97%47.45%
CMYK19.01%23.97%0.00%
52.55%

Color #625C79 in popluar number systems.

HEX625C79
Decimal9892121
Binary110001010111001111001
Octal142134171

Shades and tints

Shades of #625C79

#625C79
(98,92,121)
#5A546E
(90,84,110)
#524C63
(82,76,99)
#4A4458
(74,68,88)
#423C4D
(66,60,77)
#3A3442
(58,52,66)
#322C37
(50,44,55)
#2A242C
(42,36,44)
#221C21
(34,28,33)
#1A1416
(26,20,22)
#120C0B
(18,12,11)
#000000
(0,0,0)

Tints of #625C79

#625C79
(98,92,121)
#706A85
(112,106,133)
#7E7891
(126,120,145)
#8C869D
(140,134,157)
#9A94A9
(154,148,169)
#A8A2B5
(168,162,181)
#B6B0C1
(182,176,193)
#C4BECD
(196,190,205)
#D2CCD9
(210,204,217)
#E0DAE5
(224,218,229)
#EEE8F1
(238,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #625C79 color. Also use rgb(98,92,121) instead hex code.

Text Font Color

.myTextColor { color: #625C79; }

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

This text font color is #625C79.


Background Color

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

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

This div background color is #625C79.


Border color

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

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

This div border color is #625C79.


Opacity

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

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

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

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

This text has shadow with #625C79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #625C79 on black background.


Color preview on white background

This text has color #625C79 on white background.



Black color preview on #625C79 background

This text has black color on #625C79 background.


White color preview on #625C79 background

This text has white color on #625C79 background.