COLOR #624267

HEX: #624267
RGB: (98,66,103)

Color info

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

RGB color model

#624267 color RGB value is (98,66,103).

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

RGB channels and saturation

R 98 of 255 = 38%
G 66 of 255 = 26%
B 103 of 255 = 40%

98
66
103

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

Portions of RGB colors in percentages

R + G + B =
98 + 66 + 103 = 267 (100%)
R 98 of 267 ~ 36.7%
G 66 of 267 ~ 24.72%
B 103 of 267 ~ 38.58%

%36.7
%24.72
%38.58

CMYK color model

#624267 color CMYK value is (5,36,0,60).

  • cyan value is 4.85%
  • magenta value is 35.92%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(5,36,0,60)
C5M36Y0K60 
(5%,36%,0%,60%)
(0.05/0.36/0.00/0.60)	

CMYK percentages

%4.85
%35.92
%0
%59.61

Codes

Color #624267 in popluar color models

624267
RGB9866103
HSL292°21.89%33.14%
HSB/HSV292°35.92%40.39%
CMYK4.85%35.92%0.00%
59.61%

Color #624267 in popluar number systems.

HEX624267
Decimal9866103
Binary110001010000101100111
Octal142102147

Shades and tints

Shades of #624267

#624267
(98,66,103)
#5A3C5E
(90,60,94)
#523655
(82,54,85)
#4A304C
(74,48,76)
#422A43
(66,42,67)
#3A243A
(58,36,58)
#321E31
(50,30,49)
#2A1828
(42,24,40)
#22121F
(34,18,31)
#1A0C16
(26,12,22)
#12060D
(18,6,13)
#000000
(0,0,0)

Tints of #624267

#624267
(98,66,103)
#705374
(112,83,116)
#7E6481
(126,100,129)
#8C758E
(140,117,142)
#9A869B
(154,134,155)
#A897A8
(168,151,168)
#B6A8B5
(182,168,181)
#C4B9C2
(196,185,194)
#D2CACF
(210,202,207)
#E0DBDC
(224,219,220)
#EEECE9
(238,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #624267; }

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

This text font color is #624267.


Background Color

.myBgColor { background-color: #624267; }

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

This div background color is #624267.


Border color

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

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

This div border color is #624267.


Opacity

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

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

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

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

This text has shadow with #624267 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #624267 on black background.


Color preview on white background

This text has color #624267 on white background.



Black color preview on #624267 background

This text has black color on #624267 background.


White color preview on #624267 background

This text has white color on #624267 background.