COLOR #623F4D

HEX: #623F4D
RGB: (98,63,77)

Color info

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

RGB color model

#623F4D color RGB value is (98,63,77).

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

RGB channels and saturation

R 98 of 255 = 38%
G 63 of 255 = 25%
B 77 of 255 = 30%

98
63
77

R + G + B ~ 31%. #623F4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 63 + 77 = 238 (100%)
R 98 of 238 ~ 41.18%
G 63 of 238 ~ 26.47%
B 77 of 238 ~ 32.35%

%41.18
%26.47
%32.35

CMYK color model

#623F4D color CMYK value is (0,36,21,62).

  • cyan value is 0.00%
  • magenta value is 35.71%
  • yellow value is 21.43%
  • key color value is 61.57%
CMYK:
(0,36,21,62)
C0M36Y21K62 
(0%,36%,21%,62%)
(0.00/0.36/0.21/0.62)	

CMYK percentages

%0
%35.71
%21.43
%61.57

Codes

Color #623F4D in popluar color models

623F4D
RGB986377
HSL336°21.74%31.57%
HSB/HSV336°35.71%38.43%
CMYK0.00%35.71%21.43%
61.57%

Color #623F4D in popluar number systems.

HEX623F4D
Decimal986377
Binary11000101111111001101
Octal14277115

Shades and tints

Shades of #623F4D

#623F4D
(98,63,77)
#5A3A46
(90,58,70)
#52353F
(82,53,63)
#4A3038
(74,48,56)
#422B31
(66,43,49)
#3A262A
(58,38,42)
#322123
(50,33,35)
#2A1C1C
(42,28,28)
#221715
(34,23,21)
#1A120E
(26,18,14)
#120D07
(18,13,7)
#000000
(0,0,0)

Tints of #623F4D

#623F4D
(98,63,77)
#70505D
(112,80,93)
#7E616D
(126,97,109)
#8C727D
(140,114,125)
#9A838D
(154,131,141)
#A8949D
(168,148,157)
#B6A5AD
(182,165,173)
#C4B6BD
(196,182,189)
#D2C7CD
(210,199,205)
#E0D8DD
(224,216,221)
#EEE9ED
(238,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #623F4D; }

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

This text font color is #623F4D.


Background Color

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

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

This div background color is #623F4D.


Border color

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

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

This div border color is #623F4D.


Opacity

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

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

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

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

This text has shadow with #623F4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #623F4D on black background.


Color preview on white background

This text has color #623F4D on white background.



Black color preview on #623F4D background

This text has black color on #623F4D background.


White color preview on #623F4D background

This text has white color on #623F4D background.