COLOR #624951

HEX: #624951
RGB: (98,73,81)

Color info

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

RGB color model

#624951 color RGB value is (98,73,81).

  • red value is 98;
  • green value is 73;
  • blue value is 81.
RGB:
(98,73,81)
(38%,29%,32%)

RGB channels and saturation

R 98 of 255 = 38%
G 73 of 255 = 29%
B 81 of 255 = 32%

98
73
81

R + G + B ~ 33%. #624951 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 73 + 81 = 252 (100%)
R 98 of 252 ~ 38.89%
G 73 of 252 ~ 28.97%
B 81 of 252 ~ 32.14%

%38.89
%28.97
%32.14

CMYK color model

#624951 color CMYK value is (0,26,17,62).

  • cyan value is 0.00%
  • magenta value is 25.51%
  • yellow value is 17.35%
  • key color value is 61.57%
CMYK:
(0,26,17,62)
C0M26Y17K62 
(0%,26%,17%,62%)
(0.00/0.26/0.17/0.62)	

CMYK percentages

%0
%25.51
%17.35
%61.57

Codes

Color #624951 in popluar color models

624951
RGB987381
HSL341°14.62%33.53%
HSB/HSV341°25.51%38.43%
CMYK0.00%25.51%17.35%
61.57%

Color #624951 in popluar number systems.

HEX624951
Decimal987381
Binary110001010010011010001
Octal142111121

Shades and tints

Shades of #624951

#624951
(98,73,81)
#5A434A
(90,67,74)
#523D43
(82,61,67)
#4A373C
(74,55,60)
#423135
(66,49,53)
#3A2B2E
(58,43,46)
#322527
(50,37,39)
#2A1F20
(42,31,32)
#221919
(34,25,25)
#1A1312
(26,19,18)
#120D0B
(18,13,11)
#000000
(0,0,0)

Tints of #624951

#624951
(98,73,81)
#705960
(112,89,96)
#7E696F
(126,105,111)
#8C797E
(140,121,126)
#9A898D
(154,137,141)
#A8999C
(168,153,156)
#B6A9AB
(182,169,171)
#C4B9BA
(196,185,186)
#D2C9C9
(210,201,201)
#E0D9D8
(224,217,216)
#EEE9E7
(238,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #624951 color. Also use rgb(98,73,81) instead hex code.

Text Font Color

.myTextColor { color: #624951; }

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

This text font color is #624951.


Background Color

.myBgColor { background-color: #624951; }

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

This div background color is #624951.


Border color

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

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

This div border color is #624951.


Opacity

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

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

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

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

This text has shadow with #624951 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #624951 on black background.


Color preview on white background

This text has color #624951 on white background.



Black color preview on #624951 background

This text has black color on #624951 background.


White color preview on #624951 background

This text has white color on #624951 background.