COLOR #625E78

HEX: #625E78 RGB: (98,94,120)

Color info

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

RGB color model

#625E78 color RGB value is (98,94,120).

RGB: (98,94,120) (38%, 37%, 47%)

RGB channels and saturation

R 98 of 255 = 38%
G 94 of 255 = 37%
B 120 of 255 = 47%

98
94
120

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

Portions of RGB colors in percentages

R + G + B = 98 + 94 + 120 = 312 (100%)
R 98 of 312 ~ 31.41%
G 94 of 312 ~ 30.13%
B 120 of 312 ~ 38.46'%

%31.41
%30.13
%38.46

CMYK color model

#625E78 color CMYK value is (18,22,0,53).

  • cyan value is 18.33%
  • magenta value is 21.67%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (18,22,0,53)
C18M22Y0K53 (18%, 22%, 0%, 53%)
(0.18 / 0.22 / 0.00 / 0.53)

CMYK percentages

%18.33
%21.67
%0
%52.94

Codes

Color #625E78 in popluar color models

62 5E 78
RGB 98 94 120
HSL 249° 12.15% 41.96%
HSB/HSV 249° 21.67% 47.06%
CMYK 18.33% 21.67% 0.00%
52.94%

Color #625E78 in popluar number systems.

HEX 62 5E 78
Decimal 98 94 120
Binary 1100010 1011110 1111000
Octal 142 136 170

Shades and tints

Shades of #625E78

#625E78
(98,94,120)
#5A566E
(90,86,110)
#524E64
(82,78,100)
#4A465A
(74,70,90)
#423E50
(66,62,80)
#3A3646
(58,54,70)
#322E3C
(50,46,60)
#2A2632
(42,38,50)
#221E28
(34,30,40)
#1A161E
(26,22,30)
#120E14
(18,14,20)
#000000
(0,0,0)

Tints of #625E78

#625E78
(98,94,120)
#706C84
(112,108,132)
#7E7A90
(126,122,144)
#8C889C
(140,136,156)
#9A96A8
(154,150,168)
#A8A4B4
(168,164,180)
#B6B2C0
(182,178,192)
#C4C0CC
(196,192,204)
#D2CED8
(210,206,216)
#E0DCE4
(224,220,228)
#EEEAF0
(238,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #625E78; }

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

This text font color is #625E78.

Background Color

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

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

This div background color is #625E78.

Border color

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

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

This div border color is #625E78.

Opacity

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

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

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

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

This text has shadow with #625E78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #625E78.

Preview

Color preview on black background

This text has color #625E78 on black background.


Color preview on white background

This text has color #625E78 on white background.


Black color preview on #625E78 background

This text has black color on #625E78 background.


White color preview on #625E78 background

This text has white color on #625E78 background.


Related colors

Complementary color

Complementary color for #hex is #9DA187.


I love getcolorcode.com

Triadic colors

1 #78625E and #5E7862 with #625E78 are triadic colors.

2 #785E62 and #5E6278 with #625E78 are triadic colors.