COLOR #625C78

HEX: #625C78
RGB: (98,92,120)

Color info

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

RGB color model

#625C78 color RGB value is (98,92,120).

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

RGB channels and saturation

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

98
92
120

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

Portions of RGB colors in percentages

R + G + B =
98 + 92 + 120 = 310 (100%)
R 98 of 310 ~ 31.61%
G 92 of 310 ~ 29.68%
B 120 of 310 ~ 38.71%

%31.61
%29.68
%38.71

CMYK color model

#625C78 color CMYK value is (18,23,0,53).

  • cyan value is 18.33%
  • magenta value is 23.33%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(18,23,0,53)
C18M23Y0K53 
(18%,23%,0%,53%)
(0.18/0.23/0.00/0.53)	

CMYK percentages

%18.33
%23.33
%0
%52.94

Codes

Color #625C78 in popluar color models

625C78
RGB9892120
HSL253°13.21%41.57%
HSB/HSV253°23.33%47.06%
CMYK18.33%23.33%0.00%
52.94%

Color #625C78 in popluar number systems.

HEX625C78
Decimal9892120
Binary110001010111001111000
Octal142134170

Shades and tints

Shades of #625C78

#625C78
(98,92,120)
#5A546E
(90,84,110)
#524C64
(82,76,100)
#4A445A
(74,68,90)
#423C50
(66,60,80)
#3A3446
(58,52,70)
#322C3C
(50,44,60)
#2A2432
(42,36,50)
#221C28
(34,28,40)
#1A141E
(26,20,30)
#120C14
(18,12,20)
#000000
(0,0,0)

Tints of #625C78

#625C78
(98,92,120)
#706A84
(112,106,132)
#7E7890
(126,120,144)
#8C869C
(140,134,156)
#9A94A8
(154,148,168)
#A8A2B4
(168,162,180)
#B6B0C0
(182,176,192)
#C4BECC
(196,190,204)
#D2CCD8
(210,204,216)
#E0DAE4
(224,218,228)
#EEE8F0
(238,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #625C78; }

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

This text font color is #625C78.


Background Color

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

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

This div background color is #625C78.


Border color

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

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

This div border color is #625C78.


Opacity

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

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

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

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

This text has shadow with #625C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #625C78 on black background.


Color preview on white background

This text has color #625C78 on white background.



Black color preview on #625C78 background

This text has black color on #625C78 background.


White color preview on #625C78 background

This text has white color on #625C78 background.