COLOR #624A56

HEX: #624A56
RGB: (98,74,86)

Color info

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

RGB color model

#624A56 color RGB value is (98,74,86).

  • red value is 98;
  • green value is 74;
  • blue value is 86.
RGB:
(98,74,86)
(38%,29%,34%)

RGB channels and saturation

R 98 of 255 = 38%
G 74 of 255 = 29%
B 86 of 255 = 34%

98
74
86

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

Portions of RGB colors in percentages

R + G + B =
98 + 74 + 86 = 258 (100%)
R 98 of 258 ~ 37.98%
G 74 of 258 ~ 28.68%
B 86 of 258 ~ 33.33%

%37.98
%28.68
%33.33

CMYK color model

#624A56 color CMYK value is (0,24,12,62).

  • cyan value is 0.00%
  • magenta value is 24.49%
  • yellow value is 12.24%
  • key color value is 61.57%
CMYK:
(0,24,12,62)
C0M24Y12K62 
(0%,24%,12%,62%)
(0.00/0.24/0.12/0.62)	

CMYK percentages

%0
%24.49
%12.24
%61.57

Codes

Color #624A56 in popluar color models

624A56
RGB987486
HSL330°13.95%33.73%
HSB/HSV330°24.49%38.43%
CMYK0.00%24.49%12.24%
61.57%

Color #624A56 in popluar number systems.

HEX624A56
Decimal987486
Binary110001010010101010110
Octal142112126

Shades and tints

Shades of #624A56

#624A56
(98,74,86)
#5A444F
(90,68,79)
#523E48
(82,62,72)
#4A3841
(74,56,65)
#42323A
(66,50,58)
#3A2C33
(58,44,51)
#32262C
(50,38,44)
#2A2025
(42,32,37)
#221A1E
(34,26,30)
#1A1417
(26,20,23)
#120E10
(18,14,16)
#000000
(0,0,0)

Tints of #624A56

#624A56
(98,74,86)
#705A65
(112,90,101)
#7E6A74
(126,106,116)
#8C7A83
(140,122,131)
#9A8A92
(154,138,146)
#A89AA1
(168,154,161)
#B6AAB0
(182,170,176)
#C4BABF
(196,186,191)
#D2CACE
(210,202,206)
#E0DADD
(224,218,221)
#EEEAEC
(238,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #624A56 color. Also use rgb(98,74,86) instead hex code.

Text Font Color

.myTextColor { color: #624A56; }

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

This text font color is #624A56.


Background Color

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

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

This div background color is #624A56.


Border color

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

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

This div border color is #624A56.


Opacity

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

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

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

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

This text has shadow with #624A56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #624A56 on black background.


Color preview on white background

This text has color #624A56 on white background.



Black color preview on #624A56 background

This text has black color on #624A56 background.


White color preview on #624A56 background

This text has white color on #624A56 background.