COLOR #623A4D

HEX: #623A4D
RGB: (98,58,77)

Color info

#623A4D contains red, green and blue colors in about the same proportion. Web safe color of #623A4D is #663333 (or #633).

RGB color model

#623A4D color RGB value is (98,58,77).

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

RGB channels and saturation

R 98 of 255 = 38%
G 58 of 255 = 23%
B 77 of 255 = 30%

98
58
77

R + G + B ~ 30%. #623A4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 58 + 77 = 233 (100%)
R 98 of 233 ~ 42.06%
G 58 of 233 ~ 24.89%
B 77 of 233 ~ 33.05%

%42.06
%24.89
%33.05

CMYK color model

#623A4D color CMYK value is (0,41,21,62).

  • cyan value is 0.00%
  • magenta value is 40.82%
  • yellow value is 21.43%
  • key color value is 61.57%
CMYK:
(0,41,21,62)
C0M41Y21K62 
(0%,41%,21%,62%)
(0.00/0.41/0.21/0.62)	

CMYK percentages

%0
%40.82
%21.43
%61.57

Codes

Color #623A4D in popluar color models

623A4D
RGB985877
HSL332°25.64%30.59%
HSB/HSV332°40.82%38.43%
CMYK0.00%40.82%21.43%
61.57%

Color #623A4D in popluar number systems.

HEX623A4D
Decimal985877
Binary11000101110101001101
Octal14272115

Shades and tints

Shades of #623A4D

#623A4D
(98,58,77)
#5A3546
(90,53,70)
#52303F
(82,48,63)
#4A2B38
(74,43,56)
#422631
(66,38,49)
#3A212A
(58,33,42)
#321C23
(50,28,35)
#2A171C
(42,23,28)
#221215
(34,18,21)
#1A0D0E
(26,13,14)
#120807
(18,8,7)
#000000
(0,0,0)

Tints of #623A4D

#623A4D
(98,58,77)
#704B5D
(112,75,93)
#7E5C6D
(126,92,109)
#8C6D7D
(140,109,125)
#9A7E8D
(154,126,141)
#A88F9D
(168,143,157)
#B6A0AD
(182,160,173)
#C4B1BD
(196,177,189)
#D2C2CD
(210,194,205)
#E0D3DD
(224,211,221)
#EEE4ED
(238,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #623A4D; }

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

This text font color is #623A4D.


Background Color

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

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

This div background color is #623A4D.


Border color

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

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

This div border color is #623A4D.


Opacity

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

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

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

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

This text has shadow with #623A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #623A4D on black background.


Color preview on white background

This text has color #623A4D on white background.



Black color preview on #623A4D background

This text has black color on #623A4D background.


White color preview on #623A4D background

This text has white color on #623A4D background.