COLOR #624F47

HEX: #624F47
RGB: (98,79,71)

Color info

#624F47 contains red, green and blue colors in about the same proportion. Web safe color of #624F47 is #666633 (or #663).

RGB color model

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

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

RGB channels and saturation

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

98
79
71

R + G + B ~ 32%. #624F47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 79 + 71 = 248 (100%)
R 98 of 248 ~ 39.52%
G 79 of 248 ~ 31.85%
B 71 of 248 ~ 28.63%

%39.52
%31.85
%28.63

CMYK color model

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

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

CMYK percentages

%0
%19.39
%27.55
%61.57

Codes

Color #624F47 in popluar color models

624F47
RGB987971
HSL18°15.98%33.14%
HSB/HSV18°27.55%38.43%
CMYK0.00%19.39%27.55%
61.57%

Color #624F47 in popluar number systems.

HEX624F47
Decimal987971
Binary110001010011111000111
Octal142117107

Shades and tints

Shades of #624F47

#624F47
(98,79,71)
#5A4841
(90,72,65)
#52413B
(82,65,59)
#4A3A35
(74,58,53)
#42332F
(66,51,47)
#3A2C29
(58,44,41)
#322523
(50,37,35)
#2A1E1D
(42,30,29)
#221717
(34,23,23)
#1A1011
(26,16,17)
#12090B
(18,9,11)
#000000
(0,0,0)

Tints of #624F47

#624F47
(98,79,71)
#705F57
(112,95,87)
#7E6F67
(126,111,103)
#8C7F77
(140,127,119)
#9A8F87
(154,143,135)
#A89F97
(168,159,151)
#B6AFA7
(182,175,167)
#C4BFB7
(196,191,183)
#D2CFC7
(210,207,199)
#E0DFD7
(224,223,215)
#EEEFE7
(238,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #624F47; }

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

This text font color is #624F47.


Background Color

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

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

This div background color is #624F47.


Border color

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

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

This div border color is #624F47.


Opacity

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

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

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

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

This text has shadow with #624F47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #624F47 on black background.


Color preview on white background

This text has color #624F47 on white background.



Black color preview on #624F47 background

This text has black color on #624F47 background.


White color preview on #624F47 background

This text has white color on #624F47 background.