COLOR #624263

HEX: #624263
RGB: (98,66,99)

Color info

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

RGB color model

#624263 color RGB value is (98,66,99).

  • red value is 98;
  • green value is 66;
  • blue value is 99.
RGB:
(98,66,99)
(38%,26%,39%)

RGB channels and saturation

R 98 of 255 = 38%
G 66 of 255 = 26%
B 99 of 255 = 39%

98
66
99

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

Portions of RGB colors in percentages

R + G + B =
98 + 66 + 99 = 263 (100%)
R 98 of 263 ~ 37.26%
G 66 of 263 ~ 25.1%
B 99 of 263 ~ 37.64%

%37.26
%25.1
%37.64

CMYK color model

#624263 color CMYK value is (1,33,0,61).

  • cyan value is 1.01%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(1,33,0,61)
C1M33Y0K61 
(1%,33%,0%,61%)
(0.01/0.33/0.00/0.61)	

CMYK percentages

%1.01
%33.33
%0
%61.18

Codes

Color #624263 in popluar color models

624263
RGB986699
HSL298°20.00%32.35%
HSB/HSV298°33.33%38.82%
CMYK1.01%33.33%0.00%
61.18%

Color #624263 in popluar number systems.

HEX624263
Decimal986699
Binary110001010000101100011
Octal142102143

Shades and tints

Shades of #624263

#624263
(98,66,99)
#5A3C5A
(90,60,90)
#523651
(82,54,81)
#4A3048
(74,48,72)
#422A3F
(66,42,63)
#3A2436
(58,36,54)
#321E2D
(50,30,45)
#2A1824
(42,24,36)
#22121B
(34,18,27)
#1A0C12
(26,12,18)
#120609
(18,6,9)
#000000
(0,0,0)

Tints of #624263

#624263
(98,66,99)
#705371
(112,83,113)
#7E647F
(126,100,127)
#8C758D
(140,117,141)
#9A869B
(154,134,155)
#A897A9
(168,151,169)
#B6A8B7
(182,168,183)
#C4B9C5
(196,185,197)
#D2CAD3
(210,202,211)
#E0DBE1
(224,219,225)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #624263 color. Also use rgb(98,66,99) instead hex code.

Text Font Color

.myTextColor { color: #624263; }

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

This text font color is #624263.


Background Color

.myBgColor { background-color: #624263; }

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

This div background color is #624263.


Border color

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

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

This div border color is #624263.


Opacity

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

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

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

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

This text has shadow with #624263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #624263 on black background.


Color preview on white background

This text has color #624263 on white background.



Black color preview on #624263 background

This text has black color on #624263 background.


White color preview on #624263 background

This text has white color on #624263 background.