COLOR #623F67

HEX: #623F67
RGB: (98,63,103)

Color info

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

RGB color model

#623F67 color RGB value is (98,63,103).

  • red value is 98;
  • green value is 63;
  • blue value is 103.
RGB:
(98,63,103)
(38%,25%,40%)

RGB channels and saturation

R 98 of 255 = 38%
G 63 of 255 = 25%
B 103 of 255 = 40%

98
63
103

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

Portions of RGB colors in percentages

R + G + B =
98 + 63 + 103 = 264 (100%)
R 98 of 264 ~ 37.12%
G 63 of 264 ~ 23.86%
B 103 of 264 ~ 39.02%

%37.12
%23.86
%39.02

CMYK color model

#623F67 color CMYK value is (5,39,0,60).

  • cyan value is 4.85%
  • magenta value is 38.83%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(5,39,0,60)
C5M39Y0K60 
(5%,39%,0%,60%)
(0.05/0.39/0.00/0.60)	

CMYK percentages

%4.85
%38.83
%0
%59.61

Codes

Color #623F67 in popluar color models

623F67
RGB9863103
HSL293°24.10%32.55%
HSB/HSV293°38.83%40.39%
CMYK4.85%38.83%0.00%
59.61%

Color #623F67 in popluar number systems.

HEX623F67
Decimal9863103
Binary11000101111111100111
Octal14277147

Shades and tints

Shades of #623F67

#623F67
(98,63,103)
#5A3A5E
(90,58,94)
#523555
(82,53,85)
#4A304C
(74,48,76)
#422B43
(66,43,67)
#3A263A
(58,38,58)
#322131
(50,33,49)
#2A1C28
(42,28,40)
#22171F
(34,23,31)
#1A1216
(26,18,22)
#120D0D
(18,13,13)
#000000
(0,0,0)

Tints of #623F67

#623F67
(98,63,103)
#705074
(112,80,116)
#7E6181
(126,97,129)
#8C728E
(140,114,142)
#9A839B
(154,131,155)
#A894A8
(168,148,168)
#B6A5B5
(182,165,181)
#C4B6C2
(196,182,194)
#D2C7CF
(210,199,207)
#E0D8DC
(224,216,220)
#EEE9E9
(238,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #623F67 color. Also use rgb(98,63,103) instead hex code.

Text Font Color

.myTextColor { color: #623F67; }

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

This text font color is #623F67.


Background Color

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

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

This div background color is #623F67.


Border color

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

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

This div border color is #623F67.


Opacity

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

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

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

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

This text has shadow with #623F67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #623F67 on black background.


Color preview on white background

This text has color #623F67 on white background.



Black color preview on #623F67 background

This text has black color on #623F67 background.


White color preview on #623F67 background

This text has white color on #623F67 background.