COLOR #623F5B

HEX: #623F5B
RGB: (98,63,91)

Color info

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

RGB color model

#623F5B color RGB value is (98,63,91).

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

RGB channels and saturation

R 98 of 255 = 38%
G 63 of 255 = 25%
B 91 of 255 = 36%

98
63
91

R + G + B ~ 33%. #623F5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 63 + 91 = 252 (100%)
R 98 of 252 ~ 38.89%
G 63 of 252 ~ 25%
B 91 of 252 ~ 36.11%

%38.89
%25
%36.11

CMYK color model

#623F5B color CMYK value is (0,36,7,62).

  • cyan value is 0.00%
  • magenta value is 35.71%
  • yellow value is 7.14%
  • key color value is 61.57%
CMYK:
(0,36,7,62)
C0M36Y7K62 
(0%,36%,7%,62%)
(0.00/0.36/0.07/0.62)	

CMYK percentages

%0
%35.71
%7.14
%61.57

Codes

Color #623F5B in popluar color models

623F5B
RGB986391
HSL312°21.74%31.57%
HSB/HSV312°35.71%38.43%
CMYK0.00%35.71%7.14%
61.57%

Color #623F5B in popluar number systems.

HEX623F5B
Decimal986391
Binary11000101111111011011
Octal14277133

Shades and tints

Shades of #623F5B

#623F5B
(98,63,91)
#5A3A53
(90,58,83)
#52354B
(82,53,75)
#4A3043
(74,48,67)
#422B3B
(66,43,59)
#3A2633
(58,38,51)
#32212B
(50,33,43)
#2A1C23
(42,28,35)
#22171B
(34,23,27)
#1A1213
(26,18,19)
#120D0B
(18,13,11)
#000000
(0,0,0)

Tints of #623F5B

#623F5B
(98,63,91)
#705069
(112,80,105)
#7E6177
(126,97,119)
#8C7285
(140,114,133)
#9A8393
(154,131,147)
#A894A1
(168,148,161)
#B6A5AF
(182,165,175)
#C4B6BD
(196,182,189)
#D2C7CB
(210,199,203)
#E0D8D9
(224,216,217)
#EEE9E7
(238,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #623F5B; }

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

This text font color is #623F5B.


Background Color

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

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

This div background color is #623F5B.


Border color

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

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

This div border color is #623F5B.


Opacity

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

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

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

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

This text has shadow with #623F5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #623F5B on black background.


Color preview on white background

This text has color #623F5B on white background.



Black color preview on #623F5B background

This text has black color on #623F5B background.


White color preview on #623F5B background

This text has white color on #623F5B background.