COLOR #624F4F

HEX: #624F4F
RGB: (98,79,79)

Color info

#624F4F contains red, green and blue colors in about the same proportion. Web safe color of #624F4F is #666666 (or #666).

RGB color model

#624F4F color RGB value is (98,79,79).

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

RGB channels and saturation

R 98 of 255 = 38%
G 79 of 255 = 31%
B 79 of 255 = 31%

98
79
79

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

Portions of RGB colors in percentages

R + G + B =
98 + 79 + 79 = 256 (100%)
R 98 of 256 ~ 38.28%
G 79 of 256 ~ 30.86%
B 79 of 256 ~ 30.86%

%38.28
%30.86
%30.86

CMYK color model

#624F4F color CMYK value is (0,19,19,62).

  • cyan value is 0.00%
  • magenta value is 19.39%
  • yellow value is 19.39%
  • key color value is 61.57%
CMYK:
(0,19,19,62)
C0M19Y19K62 
(0%,19%,19%,62%)
(0.00/0.19/0.19/0.62)	

CMYK percentages

%0
%19.39
%19.39
%61.57

Codes

Color #624F4F in popluar color models

624F4F
RGB987979
HSL10.73%34.71%
HSB/HSV19.39%38.43%
CMYK0.00%19.39%19.39%
61.57%

Color #624F4F in popluar number systems.

HEX624F4F
Decimal987979
Binary110001010011111001111
Octal142117117

Shades and tints

Shades of #624F4F

#624F4F
(98,79,79)
#5A4848
(90,72,72)
#524141
(82,65,65)
#4A3A3A
(74,58,58)
#423333
(66,51,51)
#3A2C2C
(58,44,44)
#322525
(50,37,37)
#2A1E1E
(42,30,30)
#221717
(34,23,23)
#1A1010
(26,16,16)
#120909
(18,9,9)
#000000
(0,0,0)

Tints of #624F4F

#624F4F
(98,79,79)
#705F5F
(112,95,95)
#7E6F6F
(126,111,111)
#8C7F7F
(140,127,127)
#9A8F8F
(154,143,143)
#A89F9F
(168,159,159)
#B6AFAF
(182,175,175)
#C4BFBF
(196,191,191)
#D2CFCF
(210,207,207)
#E0DFDF
(224,223,223)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #624F4F color. Also use rgb(98,79,79) instead hex code.

Text Font Color

.myTextColor { color: #624F4F; }

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

This text font color is #624F4F.


Background Color

.myBgColor { background-color: #624F4F; }

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

This div background color is #624F4F.


Border color

.myBorderColor { border: 1px solid #624F4F; }

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

This div border color is #624F4F.


Opacity

.myOpacity80 { color: #624F4F; opacity: 0.8; }

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

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

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

This text has shadow with #624F4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #624F4F on black background.


Color preview on white background

This text has color #624F4F on white background.



Black color preview on #624F4F background

This text has black color on #624F4F background.


White color preview on #624F4F background

This text has white color on #624F4F background.