COLOR #624C5D

HEX: #624C5D
RGB: (98,76,93)

Color info

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

RGB color model

#624C5D color RGB value is (98,76,93).

  • red value is 98;
  • green value is 76;
  • blue value is 93.
RGB:
(98,76,93)
(38%,30%,36%)

RGB channels and saturation

R 98 of 255 = 38%
G 76 of 255 = 30%
B 93 of 255 = 36%

98
76
93

R + G + B ~ 35%. #624C5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 76 + 93 = 267 (100%)
R 98 of 267 ~ 36.7%
G 76 of 267 ~ 28.46%
B 93 of 267 ~ 34.83%

%36.7
%28.46
%34.83

CMYK color model

#624C5D color CMYK value is (0,22,5,62).

  • cyan value is 0.00%
  • magenta value is 22.45%
  • yellow value is 5.10%
  • key color value is 61.57%
CMYK:
(0,22,5,62)
C0M22Y5K62 
(0%,22%,5%,62%)
(0.00/0.22/0.05/0.62)	

CMYK percentages

%0
%22.45
%5.1
%61.57

Codes

Color #624C5D in popluar color models

624C5D
RGB987693
HSL314°12.64%34.12%
HSB/HSV314°22.45%38.43%
CMYK0.00%22.45%5.10%
61.57%

Color #624C5D in popluar number systems.

HEX624C5D
Decimal987693
Binary110001010011001011101
Octal142114135

Shades and tints

Shades of #624C5D

#624C5D
(98,76,93)
#5A4655
(90,70,85)
#52404D
(82,64,77)
#4A3A45
(74,58,69)
#42343D
(66,52,61)
#3A2E35
(58,46,53)
#32282D
(50,40,45)
#2A2225
(42,34,37)
#221C1D
(34,28,29)
#1A1615
(26,22,21)
#12100D
(18,16,13)
#000000
(0,0,0)

Tints of #624C5D

#624C5D
(98,76,93)
#705C6B
(112,92,107)
#7E6C79
(126,108,121)
#8C7C87
(140,124,135)
#9A8C95
(154,140,149)
#A89CA3
(168,156,163)
#B6ACB1
(182,172,177)
#C4BCBF
(196,188,191)
#D2CCCD
(210,204,205)
#E0DCDB
(224,220,219)
#EEECE9
(238,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #624C5D; }

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

This text font color is #624C5D.


Background Color

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

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

This div background color is #624C5D.


Border color

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

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

This div border color is #624C5D.


Opacity

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

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

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

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

This text has shadow with #624C5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #624C5D on black background.


Color preview on white background

This text has color #624C5D on white background.



Black color preview on #624C5D background

This text has black color on #624C5D background.


White color preview on #624C5D background

This text has white color on #624C5D background.