COLOR #623A77

HEX: #623A77
RGB: (98,58,119)

Color info

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

RGB color model

#623A77 color RGB value is (98,58,119).

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

RGB channels and saturation

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

98
58
119

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

Portions of RGB colors in percentages

R + G + B =
98 + 58 + 119 = 275 (100%)
R 98 of 275 ~ 35.64%
G 58 of 275 ~ 21.09%
B 119 of 275 ~ 43.27%

%35.64
%21.09
%43.27

CMYK color model

#623A77 color CMYK value is (18,51,0,53).

  • cyan value is 17.65%
  • magenta value is 51.26%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(18,51,0,53)
C18M51Y0K53 
(18%,51%,0%,53%)
(0.18/0.51/0.00/0.53)	

CMYK percentages

%17.65
%51.26
%0
%53.33

Codes

Color #623A77 in popluar color models

623A77
RGB9858119
HSL279°34.46%34.71%
HSB/HSV279°51.26%46.67%
CMYK17.65%51.26%0.00%
53.33%

Color #623A77 in popluar number systems.

HEX623A77
Decimal9858119
Binary11000101110101110111
Octal14272167

Shades and tints

Shades of #623A77

#623A77
(98,58,119)
#5A356D
(90,53,109)
#523063
(82,48,99)
#4A2B59
(74,43,89)
#42264F
(66,38,79)
#3A2145
(58,33,69)
#321C3B
(50,28,59)
#2A1731
(42,23,49)
#221227
(34,18,39)
#1A0D1D
(26,13,29)
#120813
(18,8,19)
#000000
(0,0,0)

Tints of #623A77

#623A77
(98,58,119)
#704B83
(112,75,131)
#7E5C8F
(126,92,143)
#8C6D9B
(140,109,155)
#9A7EA7
(154,126,167)
#A88FB3
(168,143,179)
#B6A0BF
(182,160,191)
#C4B1CB
(196,177,203)
#D2C2D7
(210,194,215)
#E0D3E3
(224,211,227)
#EEE4EF
(238,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #623A77; }

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

This text font color is #623A77.


Background Color

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

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

This div background color is #623A77.


Border color

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

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

This div border color is #623A77.


Opacity

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

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

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

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

This text has shadow with #623A77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #623A77 on black background.


Color preview on white background

This text has color #623A77 on white background.



Black color preview on #623A77 background

This text has black color on #623A77 background.


White color preview on #623A77 background

This text has white color on #623A77 background.