COLOR #624D6B

HEX: #624D6B RGB: (98,77,107)

Color info

#624D6B contains red, green and blue colors in about the same proportion. Web safe color of #624D6B is #663366 (or #636).

RGB color model

#624D6B color RGB value is (98,77,107).

RGB: (98,77,107) (38%, 30%, 42%)

RGB channels and saturation

R 98 of 255 = 38%
G 77 of 255 = 30%
B 107 of 255 = 42%

98
77
107

R + G + B ~ 37%. #624D6B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 98 + 77 + 107 = 282 (100%)
R 98 of 282 ~ 34.75%
G 77 of 282 ~ 27.3%
B 107 of 282 ~ 37.94'%

%34.75
%27.3
%37.94

CMYK color model

#624D6B color CMYK value is (8,28,0,58).

  • cyan value is 8.41%
  • magenta value is 28.04%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (8,28,0,58)
C8M28Y0K58 (8%, 28%, 0%, 58%)
(0.08 / 0.28 / 0.00 / 0.58)

CMYK percentages

%8.41
%28.04
%0
%58.04

Codes

Color #624D6B in popluar color models

62 4D 6B
RGB 98 77 107
HSL 282° 16.30% 36.08%
HSB/HSV 282° 28.04% 41.96%
CMYK 8.41% 28.04% 0.00%
58.04%

Color #624D6B in popluar number systems.

HEX 62 4D 6B
Decimal 98 77 107
Binary 1100010 1001101 1101011
Octal 142 115 153

Shades and tints

Shades of #624D6B

#624D6B
(98,77,107)
#5A4662
(90,70,98)
#523F59
(82,63,89)
#4A3850
(74,56,80)
#423147
(66,49,71)
#3A2A3E
(58,42,62)
#322335
(50,35,53)
#2A1C2C
(42,28,44)
#221523
(34,21,35)
#1A0E1A
(26,14,26)
#120711
(18,7,17)
#000000
(0,0,0)

Tints of #624D6B

#624D6B
(98,77,107)
#705D78
(112,93,120)
#7E6D85
(126,109,133)
#8C7D92
(140,125,146)
#9A8D9F
(154,141,159)
#A89DAC
(168,157,172)
#B6ADB9
(182,173,185)
#C4BDC6
(196,189,198)
#D2CDD3
(210,205,211)
#E0DDE0
(224,221,224)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #624D6B color. Also use rgb(98,77,107) instead hex code.

Text Font Color

.myTextColor { color: #624D6B; }

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

This text font color is #624D6B.

Background Color

.myBgColor { background-color: #624D6B; }

<div style="background-color:#624D6B">Inner text</div>

This div background color is #624D6B.

Border color

.myBorderColor { border: 1px solid #624D6B; }

<div style="border:3px solid #624D6B">Div</div>

This div border color is #624D6B.

Opacity

.myOpacity80 { color: #624D6B; opacity: 0.8; }

<p style="color:#624D6B;opacity:0.8;">80%</p>

Text with #624D6B 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 #624D6B;}

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

This text has shadow with #624D6B color.


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

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

This text has shadow with #624D6B primary color and red secondary color.


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

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

This text has shadow with #624D6B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #624D6B.

Preview

Color preview on black background

This text has color #624D6B on black background.


Color preview on white background

This text has color #624D6B on white background.


Black color preview on #624D6B background

This text has black color on #624D6B background.


White color preview on #624D6B background

This text has white color on #624D6B background.


Related colors

Complementary color

Complementary color for #hex is #9DB294.


I love getcolorcode.com

Triadic colors

1 #6B624D and #4D6B62 with #624D6B are triadic colors.

2 #6B4D62 and #4D626B with #624D6B are triadic colors.