COLOR #624855

HEX: #624855
RGB: (98,72,85)

Color info

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

RGB color model

#624855 color RGB value is (98,72,85).

  • red value is 98;
  • green value is 72;
  • blue value is 85.
RGB:
(98,72,85)
(38%,28%,33%)

RGB channels and saturation

R 98 of 255 = 38%
G 72 of 255 = 28%
B 85 of 255 = 33%

98
72
85

R + G + B ~ 33%. #624855 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 72 + 85 = 255 (100%)
R 98 of 255 ~ 38.43%
G 72 of 255 ~ 28.24%
B 85 of 255 ~ 33.33%

%38.43
%28.24
%33.33

CMYK color model

#624855 color CMYK value is (0,27,13,62).

  • cyan value is 0.00%
  • magenta value is 26.53%
  • yellow value is 13.27%
  • key color value is 61.57%
CMYK:
(0,27,13,62)
C0M27Y13K62 
(0%,27%,13%,62%)
(0.00/0.27/0.13/0.62)	

CMYK percentages

%0
%26.53
%13.27
%61.57

Codes

Color #624855 in popluar color models

624855
RGB987285
HSL330°15.29%33.33%
HSB/HSV330°26.53%38.43%
CMYK0.00%26.53%13.27%
61.57%

Color #624855 in popluar number systems.

HEX624855
Decimal987285
Binary110001010010001010101
Octal142110125

Shades and tints

Shades of #624855

#624855
(98,72,85)
#5A424E
(90,66,78)
#523C47
(82,60,71)
#4A3640
(74,54,64)
#423039
(66,48,57)
#3A2A32
(58,42,50)
#32242B
(50,36,43)
#2A1E24
(42,30,36)
#22181D
(34,24,29)
#1A1216
(26,18,22)
#120C0F
(18,12,15)
#000000
(0,0,0)

Tints of #624855

#624855
(98,72,85)
#705864
(112,88,100)
#7E6873
(126,104,115)
#8C7882
(140,120,130)
#9A8891
(154,136,145)
#A898A0
(168,152,160)
#B6A8AF
(182,168,175)
#C4B8BE
(196,184,190)
#D2C8CD
(210,200,205)
#E0D8DC
(224,216,220)
#EEE8EB
(238,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #624855 color. Also use rgb(98,72,85) instead hex code.

Text Font Color

.myTextColor { color: #624855; }

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

This text font color is #624855.


Background Color

.myBgColor { background-color: #624855; }

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

This div background color is #624855.


Border color

.myBorderColor { border: 1px solid #624855; }

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

This div border color is #624855.


Opacity

.myOpacity80 { color: #624855; opacity: 0.8; }

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

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

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

This text has shadow with #624855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #624855 on black background.


Color preview on white background

This text has color #624855 on white background.



Black color preview on #624855 background

This text has black color on #624855 background.


White color preview on #624855 background

This text has white color on #624855 background.