COLOR #624D3F

HEX: #624D3F
RGB: (98,77,63)

Color info

#624D3F contains red, green and blue colors in about the same proportion. Web safe color of #624D3F is #663333 (or #633).

RGB color model

#624D3F color RGB value is (98,77,63).

  • red value is 98;
  • green value is 77;
  • blue value is 63.
RGB:
(98,77,63)
(38%,30%,25%)

RGB channels and saturation

R 98 of 255 = 38%
G 77 of 255 = 30%
B 63 of 255 = 25%

98
77
63

R + G + B ~ 31%. #624D3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 77 + 63 = 238 (100%)
R 98 of 238 ~ 41.18%
G 77 of 238 ~ 32.35%
B 63 of 238 ~ 26.47%

%41.18
%32.35
%26.47

CMYK color model

#624D3F color CMYK value is (0,21,36,62).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 35.71%
  • key color value is 61.57%
CMYK:
(0,21,36,62)
C0M21Y36K62 
(0%,21%,36%,62%)
(0.00/0.21/0.36/0.62)	

CMYK percentages

%0
%21.43
%35.71
%61.57

Codes

Color #624D3F in popluar color models

624D3F
RGB987763
HSL24°21.74%31.57%
HSB/HSV24°35.71%38.43%
CMYK0.00%21.43%35.71%
61.57%

Color #624D3F in popluar number systems.

HEX624D3F
Decimal987763
Binary11000101001101111111
Octal14211577

Shades and tints

Shades of #624D3F

#624D3F
(98,77,63)
#5A463A
(90,70,58)
#523F35
(82,63,53)
#4A3830
(74,56,48)
#42312B
(66,49,43)
#3A2A26
(58,42,38)
#322321
(50,35,33)
#2A1C1C
(42,28,28)
#221517
(34,21,23)
#1A0E12
(26,14,18)
#12070D
(18,7,13)
#000000
(0,0,0)

Tints of #624D3F

#624D3F
(98,77,63)
#705D50
(112,93,80)
#7E6D61
(126,109,97)
#8C7D72
(140,125,114)
#9A8D83
(154,141,131)
#A89D94
(168,157,148)
#B6ADA5
(182,173,165)
#C4BDB6
(196,189,182)
#D2CDC7
(210,205,199)
#E0DDD8
(224,221,216)
#EEEDE9
(238,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #624D3F; }

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

This text font color is #624D3F.


Background Color

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

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

This div background color is #624D3F.


Border color

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

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

This div border color is #624D3F.


Opacity

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

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

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

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

This text has shadow with #624D3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #624D3F on black background.


Color preview on white background

This text has color #624D3F on white background.



Black color preview on #624D3F background

This text has black color on #624D3F background.


White color preview on #624D3F background

This text has white color on #624D3F background.