COLOR #623B77

HEX: #623B77
RGB: (98,59,119)

Color info

#623B77 contains mainly red and blue colors. Web safe color of #623B77 is #663366 (or #636).

RGB color model

#623B77 color RGB value is (98,59,119).

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

RGB channels and saturation

R 98 of 255 = 38%
G 59 of 255 = 23%
B 119 of 255 = 47%

98
59
119

R + G + B ~ 36%. #623B77 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 59 + 119 = 276 (100%)
R 98 of 276 ~ 35.51%
G 59 of 276 ~ 21.38%
B 119 of 276 ~ 43.12%

%35.51
%21.38
%43.12

CMYK color model

#623B77 color CMYK value is (18,50,0,53).

  • cyan value is 17.65%
  • magenta value is 50.42%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(18,50,0,53)
C18M50Y0K53 
(18%,50%,0%,53%)
(0.18/0.50/0.00/0.53)	

CMYK percentages

%17.65
%50.42
%0
%53.33

Codes

Color #623B77 in popluar color models

623B77
RGB9859119
HSL279°33.71%34.90%
HSB/HSV279°50.42%46.67%
CMYK17.65%50.42%0.00%
53.33%

Color #623B77 in popluar number systems.

HEX623B77
Decimal9859119
Binary11000101110111110111
Octal14273167

Shades and tints

Shades of #623B77

#623B77
(98,59,119)
#5A366D
(90,54,109)
#523163
(82,49,99)
#4A2C59
(74,44,89)
#42274F
(66,39,79)
#3A2245
(58,34,69)
#321D3B
(50,29,59)
#2A1831
(42,24,49)
#221327
(34,19,39)
#1A0E1D
(26,14,29)
#120913
(18,9,19)
#000000
(0,0,0)

Tints of #623B77

#623B77
(98,59,119)
#704C83
(112,76,131)
#7E5D8F
(126,93,143)
#8C6E9B
(140,110,155)
#9A7FA7
(154,127,167)
#A890B3
(168,144,179)
#B6A1BF
(182,161,191)
#C4B2CB
(196,178,203)
#D2C3D7
(210,195,215)
#E0D4E3
(224,212,227)
#EEE5EF
(238,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #623B77; }

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

This text font color is #623B77.


Background Color

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

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

This div background color is #623B77.


Border color

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

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

This div border color is #623B77.


Opacity

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

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

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

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

This text has shadow with #623B77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #623B77 on black background.


Color preview on white background

This text has color #623B77 on white background.



Black color preview on #623B77 background

This text has black color on #623B77 background.


White color preview on #623B77 background

This text has white color on #623B77 background.