COLOR #623371

HEX: #623371
RGB: (98,51,113)

Color info

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

RGB color model

#623371 color RGB value is (98,51,113).

  • red value is 98;
  • green value is 51;
  • blue value is 113.
RGB:
(98,51,113)
(38%,20%,44%)

RGB channels and saturation

R 98 of 255 = 38%
G 51 of 255 = 20%
B 113 of 255 = 44%

98
51
113

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

Portions of RGB colors in percentages

R + G + B =
98 + 51 + 113 = 262 (100%)
R 98 of 262 ~ 37.4%
G 51 of 262 ~ 19.47%
B 113 of 262 ~ 43.13%

%37.4
%19.47
%43.13

CMYK color model

#623371 color CMYK value is (13,55,0,56).

  • cyan value is 13.27%
  • magenta value is 54.87%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(13,55,0,56)
C13M55Y0K56 
(13%,55%,0%,56%)
(0.13/0.55/0.00/0.56)	

CMYK percentages

%13.27
%54.87
%0
%55.69

Codes

Color #623371 in popluar color models

623371
RGB9851113
HSL285°37.80%32.16%
HSB/HSV285°54.87%44.31%
CMYK13.27%54.87%0.00%
55.69%

Color #623371 in popluar number systems.

HEX623371
Decimal9851113
Binary11000101100111110001
Octal14263161

Shades and tints

Shades of #623371

#623371
(98,51,113)
#5A2F67
(90,47,103)
#522B5D
(82,43,93)
#4A2753
(74,39,83)
#422349
(66,35,73)
#3A1F3F
(58,31,63)
#321B35
(50,27,53)
#2A172B
(42,23,43)
#221321
(34,19,33)
#1A0F17
(26,15,23)
#120B0D
(18,11,13)
#000000
(0,0,0)

Tints of #623371

#623371
(98,51,113)
#70457D
(112,69,125)
#7E5789
(126,87,137)
#8C6995
(140,105,149)
#9A7BA1
(154,123,161)
#A88DAD
(168,141,173)
#B69FB9
(182,159,185)
#C4B1C5
(196,177,197)
#D2C3D1
(210,195,209)
#E0D5DD
(224,213,221)
#EEE7E9
(238,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #623371 color. Also use rgb(98,51,113) instead hex code.

Text Font Color

.myTextColor { color: #623371; }

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

This text font color is #623371.


Background Color

.myBgColor { background-color: #623371; }

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

This div background color is #623371.


Border color

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

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

This div border color is #623371.


Opacity

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

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

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

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

This text has shadow with #623371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #623371 on black background.


Color preview on white background

This text has color #623371 on white background.



Black color preview on #623371 background

This text has black color on #623371 background.


White color preview on #623371 background

This text has white color on #623371 background.