COLOR #623D4F

HEX: #623D4F
RGB: (98,61,79)

Color info

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

RGB color model

#623D4F color RGB value is (98,61,79).

  • red value is 98;
  • green value is 61;
  • blue value is 79.
RGB:
(98,61,79)
(38%,24%,31%)

RGB channels and saturation

R 98 of 255 = 38%
G 61 of 255 = 24%
B 79 of 255 = 31%

98
61
79

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

Portions of RGB colors in percentages

R + G + B =
98 + 61 + 79 = 238 (100%)
R 98 of 238 ~ 41.18%
G 61 of 238 ~ 25.63%
B 79 of 238 ~ 33.19%

%41.18
%25.63
%33.19

CMYK color model

#623D4F color CMYK value is (0,38,19,62).

  • cyan value is 0.00%
  • magenta value is 37.76%
  • yellow value is 19.39%
  • key color value is 61.57%
CMYK:
(0,38,19,62)
C0M38Y19K62 
(0%,38%,19%,62%)
(0.00/0.38/0.19/0.62)	

CMYK percentages

%0
%37.76
%19.39
%61.57

Codes

Color #623D4F in popluar color models

623D4F
RGB986179
HSL331°23.27%31.18%
HSB/HSV331°37.76%38.43%
CMYK0.00%37.76%19.39%
61.57%

Color #623D4F in popluar number systems.

HEX623D4F
Decimal986179
Binary11000101111011001111
Octal14275117

Shades and tints

Shades of #623D4F

#623D4F
(98,61,79)
#5A3848
(90,56,72)
#523341
(82,51,65)
#4A2E3A
(74,46,58)
#422933
(66,41,51)
#3A242C
(58,36,44)
#321F25
(50,31,37)
#2A1A1E
(42,26,30)
#221517
(34,21,23)
#1A1010
(26,16,16)
#120B09
(18,11,9)
#000000
(0,0,0)

Tints of #623D4F

#623D4F
(98,61,79)
#704E5F
(112,78,95)
#7E5F6F
(126,95,111)
#8C707F
(140,112,127)
#9A818F
(154,129,143)
#A8929F
(168,146,159)
#B6A3AF
(182,163,175)
#C4B4BF
(196,180,191)
#D2C5CF
(210,197,207)
#E0D6DF
(224,214,223)
#EEE7EF
(238,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #623D4F color. Also use rgb(98,61,79) instead hex code.

Text Font Color

.myTextColor { color: #623D4F; }

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

This text font color is #623D4F.


Background Color

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

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

This div background color is #623D4F.


Border color

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

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

This div border color is #623D4F.


Opacity

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

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

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

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

This text has shadow with #623D4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #623D4F on black background.


Color preview on white background

This text has color #623D4F on white background.



Black color preview on #623D4F background

This text has black color on #623D4F background.


White color preview on #623D4F background

This text has white color on #623D4F background.