COLOR #624767

HEX: #624767
RGB: (98,71,103)

Color info

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

RGB color model

#624767 color RGB value is (98,71,103).

  • red value is 98;
  • green value is 71;
  • blue value is 103.
RGB:
(98,71,103)
(38%,28%,40%)

RGB channels and saturation

R 98 of 255 = 38%
G 71 of 255 = 28%
B 103 of 255 = 40%

98
71
103

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

Portions of RGB colors in percentages

R + G + B =
98 + 71 + 103 = 272 (100%)
R 98 of 272 ~ 36.03%
G 71 of 272 ~ 26.1%
B 103 of 272 ~ 37.87%

%36.03
%26.1
%37.87

CMYK color model

#624767 color CMYK value is (5,31,0,60).

  • cyan value is 4.85%
  • magenta value is 31.07%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(5,31,0,60)
C5M31Y0K60 
(5%,31%,0%,60%)
(0.05/0.31/0.00/0.60)	

CMYK percentages

%4.85
%31.07
%0
%59.61

Codes

Color #624767 in popluar color models

624767
RGB9871103
HSL291°18.39%34.12%
HSB/HSV291°31.07%40.39%
CMYK4.85%31.07%0.00%
59.61%

Color #624767 in popluar number systems.

HEX624767
Decimal9871103
Binary110001010001111100111
Octal142107147

Shades and tints

Shades of #624767

#624767
(98,71,103)
#5A415E
(90,65,94)
#523B55
(82,59,85)
#4A354C
(74,53,76)
#422F43
(66,47,67)
#3A293A
(58,41,58)
#322331
(50,35,49)
#2A1D28
(42,29,40)
#22171F
(34,23,31)
#1A1116
(26,17,22)
#120B0D
(18,11,13)
#000000
(0,0,0)

Tints of #624767

#624767
(98,71,103)
#705774
(112,87,116)
#7E6781
(126,103,129)
#8C778E
(140,119,142)
#9A879B
(154,135,155)
#A897A8
(168,151,168)
#B6A7B5
(182,167,181)
#C4B7C2
(196,183,194)
#D2C7CF
(210,199,207)
#E0D7DC
(224,215,220)
#EEE7E9
(238,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #624767 color. Also use rgb(98,71,103) instead hex code.

Text Font Color

.myTextColor { color: #624767; }

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

This text font color is #624767.


Background Color

.myBgColor { background-color: #624767; }

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

This div background color is #624767.


Border color

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

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

This div border color is #624767.


Opacity

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

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

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

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

This text has shadow with #624767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #624767 on black background.


Color preview on white background

This text has color #624767 on white background.



Black color preview on #624767 background

This text has black color on #624767 background.


White color preview on #624767 background

This text has white color on #624767 background.