COLOR #623B72

HEX: #623B72
RGB: (98,59,114)

Color info

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

RGB color model

#623B72 color RGB value is (98,59,114).

  • red value is 98;
  • green value is 59;
  • blue value is 114.
RGB:
(98,59,114)
(38%,23%,45%)

RGB channels and saturation

R 98 of 255 = 38%
G 59 of 255 = 23%
B 114 of 255 = 45%

98
59
114

R + G + B ~ 35%. #623B72 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 59 + 114 = 271 (100%)
R 98 of 271 ~ 36.16%
G 59 of 271 ~ 21.77%
B 114 of 271 ~ 42.07%

%36.16
%21.77
%42.07

CMYK color model

#623B72 color CMYK value is (14,48,0,55).

  • cyan value is 14.04%
  • magenta value is 48.25%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(14,48,0,55)
C14M48Y0K55 
(14%,48%,0%,55%)
(0.14/0.48/0.00/0.55)	

CMYK percentages

%14.04
%48.25
%0
%55.29

Codes

Color #623B72 in popluar color models

623B72
RGB9859114
HSL283°31.79%33.92%
HSB/HSV283°48.25%44.71%
CMYK14.04%48.25%0.00%
55.29%

Color #623B72 in popluar number systems.

HEX623B72
Decimal9859114
Binary11000101110111110010
Octal14273162

Shades and tints

Shades of #623B72

#623B72
(98,59,114)
#5A3668
(90,54,104)
#52315E
(82,49,94)
#4A2C54
(74,44,84)
#42274A
(66,39,74)
#3A2240
(58,34,64)
#321D36
(50,29,54)
#2A182C
(42,24,44)
#221322
(34,19,34)
#1A0E18
(26,14,24)
#12090E
(18,9,14)
#000000
(0,0,0)

Tints of #623B72

#623B72
(98,59,114)
#704C7E
(112,76,126)
#7E5D8A
(126,93,138)
#8C6E96
(140,110,150)
#9A7FA2
(154,127,162)
#A890AE
(168,144,174)
#B6A1BA
(182,161,186)
#C4B2C6
(196,178,198)
#D2C3D2
(210,195,210)
#E0D4DE
(224,212,222)
#EEE5EA
(238,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #623B72 color. Also use rgb(98,59,114) instead hex code.

Text Font Color

.myTextColor { color: #623B72; }

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

This text font color is #623B72.


Background Color

.myBgColor { background-color: #623B72; }

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

This div background color is #623B72.


Border color

.myBorderColor { border: 1px solid #623B72; }

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

This div border color is #623B72.


Opacity

.myOpacity80 { color: #623B72; opacity: 0.8; }

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

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

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

This text has shadow with #623B72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #623B72 on black background.


Color preview on white background

This text has color #623B72 on white background.



Black color preview on #623B72 background

This text has black color on #623B72 background.


White color preview on #623B72 background

This text has white color on #623B72 background.