COLOR #624C53

HEX: #624C53 RGB: (98,76,83)

Color info

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

RGB color model

#624C53 color RGB value is (98,76,83).

RGB: (98,76,83) (38%, 30%, 33%)

RGB channels and saturation

R 98 of 255 = 38%
G 76 of 255 = 30%
B 83 of 255 = 33%

98
76
83

R + G + B ~ 34%. #624C53 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 98 + 76 + 83 = 257 (100%)
R 98 of 257 ~ 38.13%
G 76 of 257 ~ 29.57%
B 83 of 257 ~ 32.3'%

%38.13
%29.57
%32.3

CMYK color model

#624C53 color CMYK value is (0,22,15,62).

  • cyan value is 0.00%
  • magenta value is 22.45%
  • yellow value is 15.31%
  • key color value is 61.57%

CMYK: (0,22,15,62)
C0M22Y15K62 (0%, 22%, 15%, 62%)
(0.00 / 0.22 / 0.15 / 0.62)

CMYK percentages

%0
%22.45
%15.31
%61.57

Codes

Color #624C53 in popluar color models

62 4C 53
RGB 98 76 83
HSL 341° 12.64% 34.12%
HSB/HSV 341° 22.45% 38.43%
CMYK 0.00% 22.45% 15.31%
61.57%

Color #624C53 in popluar number systems.

HEX 62 4C 53
Decimal 98 76 83
Binary 1100010 1001100 1010011
Octal 142 114 123

Shades and tints

Shades of #624C53

#624C53
(98,76,83)
#5A464C
(90,70,76)
#524045
(82,64,69)
#4A3A3E
(74,58,62)
#423437
(66,52,55)
#3A2E30
(58,46,48)
#322829
(50,40,41)
#2A2222
(42,34,34)
#221C1B
(34,28,27)
#1A1614
(26,22,20)
#12100D
(18,16,13)
#000000
(0,0,0)

Tints of #624C53

#624C53
(98,76,83)
#705C62
(112,92,98)
#7E6C71
(126,108,113)
#8C7C80
(140,124,128)
#9A8C8F
(154,140,143)
#A89C9E
(168,156,158)
#B6ACAD
(182,172,173)
#C4BCBC
(196,188,188)
#D2CCCB
(210,204,203)
#E0DCDA
(224,220,218)
#EEECE9
(238,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #624C53 color. Also use rgb(98,76,83) instead hex code.

Text Font Color

.myTextColor { color: #624C53; }

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

This text font color is #624C53.

Background Color

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

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

This div background color is #624C53.

Border color

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

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

This div border color is #624C53.

Opacity

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

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

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

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

This text has shadow with #624C53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #624C53.

Preview

Color preview on black background

This text has color #624C53 on black background.


Color preview on white background

This text has color #624C53 on white background.


Black color preview on #624C53 background

This text has black color on #624C53 background.


White color preview on #624C53 background

This text has white color on #624C53 background.


Related colors

Complementary color

Complementary color for #hex is #9DB3AC.


I love getcolorcode.com

Triadic colors

1 #53624C and #4C5362 with #624C53 are triadic colors.

2 #534C62 and #4C6253 with #624C53 are triadic colors.