COLOR #624950

HEX: #624950
RGB: (98,73,80)

Color info

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

RGB color model

#624950 color RGB value is (98,73,80).

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

RGB channels and saturation

R 98 of 255 = 38%
G 73 of 255 = 29%
B 80 of 255 = 31%

98
73
80

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

Portions of RGB colors in percentages

R + G + B =
98 + 73 + 80 = 251 (100%)
R 98 of 251 ~ 39.04%
G 73 of 251 ~ 29.08%
B 80 of 251 ~ 31.87%

%39.04
%29.08
%31.87

CMYK color model

#624950 color CMYK value is (0,26,18,62).

  • cyan value is 0.00%
  • magenta value is 25.51%
  • yellow value is 18.37%
  • key color value is 61.57%
CMYK:
(0,26,18,62)
C0M26Y18K62 
(0%,26%,18%,62%)
(0.00/0.26/0.18/0.62)	

CMYK percentages

%0
%25.51
%18.37
%61.57

Codes

Color #624950 in popluar color models

624950
RGB987380
HSL343°14.62%33.53%
HSB/HSV343°25.51%38.43%
CMYK0.00%25.51%18.37%
61.57%

Color #624950 in popluar number systems.

HEX624950
Decimal987380
Binary110001010010011010000
Octal142111120

Shades and tints

Shades of #624950

#624950
(98,73,80)
#5A4349
(90,67,73)
#523D42
(82,61,66)
#4A373B
(74,55,59)
#423134
(66,49,52)
#3A2B2D
(58,43,45)
#322526
(50,37,38)
#2A1F1F
(42,31,31)
#221918
(34,25,24)
#1A1311
(26,19,17)
#120D0A
(18,13,10)
#000000
(0,0,0)

Tints of #624950

#624950
(98,73,80)
#70595F
(112,89,95)
#7E696E
(126,105,110)
#8C797D
(140,121,125)
#9A898C
(154,137,140)
#A8999B
(168,153,155)
#B6A9AA
(182,169,170)
#C4B9B9
(196,185,185)
#D2C9C8
(210,201,200)
#E0D9D7
(224,217,215)
#EEE9E6
(238,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #624950; }

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

This text font color is #624950.


Background Color

.myBgColor { background-color: #624950; }

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

This div background color is #624950.


Border color

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

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

This div border color is #624950.


Opacity

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

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

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

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

This text has shadow with #624950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #624950 on black background.


Color preview on white background

This text has color #624950 on white background.



Black color preview on #624950 background

This text has black color on #624950 background.


White color preview on #624950 background

This text has white color on #624950 background.