COLOR #623D55

HEX: #623D55
RGB: (98,61,85)

Color info

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

RGB color model

#623D55 color RGB value is (98,61,85).

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

RGB channels and saturation

R 98 of 255 = 38%
G 61 of 255 = 24%
B 85 of 255 = 33%

98
61
85

R + G + B ~ 32%. #623D55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 61 + 85 = 244 (100%)
R 98 of 244 ~ 40.16%
G 61 of 244 ~ 25%
B 85 of 244 ~ 34.84%

%40.16
%25
%34.84

CMYK color model

#623D55 color CMYK value is (0,38,13,62).

  • cyan value is 0.00%
  • magenta value is 37.76%
  • yellow value is 13.27%
  • key color value is 61.57%
CMYK:
(0,38,13,62)
C0M38Y13K62 
(0%,38%,13%,62%)
(0.00/0.38/0.13/0.62)	

CMYK percentages

%0
%37.76
%13.27
%61.57

Codes

Color #623D55 in popluar color models

623D55
RGB986185
HSL321°23.27%31.18%
HSB/HSV321°37.76%38.43%
CMYK0.00%37.76%13.27%
61.57%

Color #623D55 in popluar number systems.

HEX623D55
Decimal986185
Binary11000101111011010101
Octal14275125

Shades and tints

Shades of #623D55

#623D55
(98,61,85)
#5A384E
(90,56,78)
#523347
(82,51,71)
#4A2E40
(74,46,64)
#422939
(66,41,57)
#3A2432
(58,36,50)
#321F2B
(50,31,43)
#2A1A24
(42,26,36)
#22151D
(34,21,29)
#1A1016
(26,16,22)
#120B0F
(18,11,15)
#000000
(0,0,0)

Tints of #623D55

#623D55
(98,61,85)
#704E64
(112,78,100)
#7E5F73
(126,95,115)
#8C7082
(140,112,130)
#9A8191
(154,129,145)
#A892A0
(168,146,160)
#B6A3AF
(182,163,175)
#C4B4BE
(196,180,190)
#D2C5CD
(210,197,205)
#E0D6DC
(224,214,220)
#EEE7EB
(238,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #623D55; }

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

This text font color is #623D55.


Background Color

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

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

This div background color is #623D55.


Border color

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

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

This div border color is #623D55.


Opacity

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

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

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

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

This text has shadow with #623D55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #623D55 on black background.


Color preview on white background

This text has color #623D55 on white background.



Black color preview on #623D55 background

This text has black color on #623D55 background.


White color preview on #623D55 background

This text has white color on #623D55 background.