COLOR #625D77

HEX: #625D77 RGB: (98,93,119)

Color info

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

RGB color model

#625D77 color RGB value is (98,93,119).

RGB: (98,93,119) (38%, 36%, 47%)

RGB channels and saturation

R 98 of 255 = 38%
G 93 of 255 = 36%
B 119 of 255 = 47%

98
93
119

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

Portions of RGB colors in percentages

R + G + B = 98 + 93 + 119 = 310 (100%)
R 98 of 310 ~ 31.61%
G 93 of 310 ~ 30%
B 119 of 310 ~ 38.39'%

%31.61
%30
%38.39

CMYK color model

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

  • cyan value is 17.65%
  • magenta value is 21.85%
  • yellow value is 0.00%
  • key color value is 53.33%

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

CMYK percentages

%17.65
%21.85
%0
%53.33

Codes

Color #625D77 in popluar color models

62 5D 77
RGB 98 93 119
HSL 252° 12.26% 41.57%
HSB/HSV 252° 21.85% 46.67%
CMYK 17.65% 21.85% 0.00%
53.33%

Color #625D77 in popluar number systems.

HEX 62 5D 77
Decimal 98 93 119
Binary 1100010 1011101 1110111
Octal 142 135 167

Shades and tints

Shades of #625D77

#625D77
(98,93,119)
#5A556D
(90,85,109)
#524D63
(82,77,99)
#4A4559
(74,69,89)
#423D4F
(66,61,79)
#3A3545
(58,53,69)
#322D3B
(50,45,59)
#2A2531
(42,37,49)
#221D27
(34,29,39)
#1A151D
(26,21,29)
#120D13
(18,13,19)
#000000
(0,0,0)

Tints of #625D77

#625D77
(98,93,119)
#706B83
(112,107,131)
#7E798F
(126,121,143)
#8C879B
(140,135,155)
#9A95A7
(154,149,167)
#A8A3B3
(168,163,179)
#B6B1BF
(182,177,191)
#C4BFCB
(196,191,203)
#D2CDD7
(210,205,215)
#E0DBE3
(224,219,227)
#EEE9EF
(238,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #625D77 color. Also use rgb(98,93,119) instead hex code.

Text Font Color

.myTextColor { color: #625D77; }

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

This text font color is #625D77.

Background Color

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

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

This div background color is #625D77.

Border color

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

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

This div border color is #625D77.

Opacity

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

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

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

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

This text has shadow with #625D77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #625D77.

Preview

Color preview on black background

This text has color #625D77 on black background.


Color preview on white background

This text has color #625D77 on white background.


Black color preview on #625D77 background

This text has black color on #625D77 background.


White color preview on #625D77 background

This text has white color on #625D77 background.


Related colors

Complementary color

Complementary color for #hex is #9DA288.


I love getcolorcode.com

Triadic colors

1 #77625D and #5D7762 with #625D77 are triadic colors.

2 #775D62 and #5D6277 with #625D77 are triadic colors.