COLOR #624728

HEX: #624728
RGB: (98,71,40)

Color info

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

RGB color model

#624728 color RGB value is (98,71,40).

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

RGB channels and saturation

R 98 of 255 = 38%
G 71 of 255 = 28%
B 40 of 255 = 16%

98
71
40

R + G + B ~ 27%. #624728 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 71 + 40 = 209 (100%)
R 98 of 209 ~ 46.89%
G 71 of 209 ~ 33.97%
B 40 of 209 ~ 19.14%

%46.89
%33.97
%19.14

CMYK color model

#624728 color CMYK value is (0,28,59,62).

  • cyan value is 0.00%
  • magenta value is 27.55%
  • yellow value is 59.18%
  • key color value is 61.57%
CMYK:
(0,28,59,62)
C0M28Y59K62 
(0%,28%,59%,62%)
(0.00/0.28/0.59/0.62)	

CMYK percentages

%0
%27.55
%59.18
%61.57

Codes

Color #624728 in popluar color models

624728
RGB987140
HSL32°42.03%27.06%
HSB/HSV32°59.18%38.43%
CMYK0.00%27.55%59.18%
61.57%

Color #624728 in popluar number systems.

HEX624728
Decimal987140
Binary11000101000111101000
Octal14210750

Shades and tints

Shades of #624728

#624728
(98,71,40)
#5A4125
(90,65,37)
#523B22
(82,59,34)
#4A351F
(74,53,31)
#422F1C
(66,47,28)
#3A2919
(58,41,25)
#322316
(50,35,22)
#2A1D13
(42,29,19)
#221710
(34,23,16)
#1A110D
(26,17,13)
#120B0A
(18,11,10)
#000000
(0,0,0)

Tints of #624728

#624728
(98,71,40)
#70573B
(112,87,59)
#7E674E
(126,103,78)
#8C7761
(140,119,97)
#9A8774
(154,135,116)
#A89787
(168,151,135)
#B6A79A
(182,167,154)
#C4B7AD
(196,183,173)
#D2C7C0
(210,199,192)
#E0D7D3
(224,215,211)
#EEE7E6
(238,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #624728; }

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

This text font color is #624728.


Background Color

.myBgColor { background-color: #624728; }

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

This div background color is #624728.


Border color

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

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

This div border color is #624728.


Opacity

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

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

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

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

This text has shadow with #624728 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #624728 on black background.


Color preview on white background

This text has color #624728 on white background.



Black color preview on #624728 background

This text has black color on #624728 background.


White color preview on #624728 background

This text has white color on #624728 background.