COLOR #624365

HEX: #624365
RGB: (98,67,101)

Color info

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

RGB color model

#624365 color RGB value is (98,67,101).

  • red value is 98;
  • green value is 67;
  • blue value is 101.
RGB:
(98,67,101)
(38%,26%,40%)

RGB channels and saturation

R 98 of 255 = 38%
G 67 of 255 = 26%
B 101 of 255 = 40%

98
67
101

R + G + B ~ 35%. #624365 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 67 + 101 = 266 (100%)
R 98 of 266 ~ 36.84%
G 67 of 266 ~ 25.19%
B 101 of 266 ~ 37.97%

%36.84
%25.19
%37.97

CMYK color model

#624365 color CMYK value is (3,34,0,60).

  • cyan value is 2.97%
  • magenta value is 33.66%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(3,34,0,60)
C3M34Y0K60 
(3%,34%,0%,60%)
(0.03/0.34/0.00/0.60)	

CMYK percentages

%2.97
%33.66
%0
%60.39

Codes

Color #624365 in popluar color models

624365
RGB9867101
HSL295°20.24%32.94%
HSB/HSV295°33.66%39.61%
CMYK2.97%33.66%0.00%
60.39%

Color #624365 in popluar number systems.

HEX624365
Decimal9867101
Binary110001010000111100101
Octal142103145

Shades and tints

Shades of #624365

#624365
(98,67,101)
#5A3D5C
(90,61,92)
#523753
(82,55,83)
#4A314A
(74,49,74)
#422B41
(66,43,65)
#3A2538
(58,37,56)
#321F2F
(50,31,47)
#2A1926
(42,25,38)
#22131D
(34,19,29)
#1A0D14
(26,13,20)
#12070B
(18,7,11)
#000000
(0,0,0)

Tints of #624365

#624365
(98,67,101)
#705473
(112,84,115)
#7E6581
(126,101,129)
#8C768F
(140,118,143)
#9A879D
(154,135,157)
#A898AB
(168,152,171)
#B6A9B9
(182,169,185)
#C4BAC7
(196,186,199)
#D2CBD5
(210,203,213)
#E0DCE3
(224,220,227)
#EEEDF1
(238,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #624365 color. Also use rgb(98,67,101) instead hex code.

Text Font Color

.myTextColor { color: #624365; }

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

This text font color is #624365.


Background Color

.myBgColor { background-color: #624365; }

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

This div background color is #624365.


Border color

.myBorderColor { border: 1px solid #624365; }

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

This div border color is #624365.


Opacity

.myOpacity80 { color: #624365; opacity: 0.8; }

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

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

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

This text has shadow with #624365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #624365 on black background.


Color preview on white background

This text has color #624365 on white background.



Black color preview on #624365 background

This text has black color on #624365 background.


White color preview on #624365 background

This text has white color on #624365 background.