COLOR #624742

HEX: #624742
RGB: (98,71,66)

Color info

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

RGB color model

#624742 color RGB value is (98,71,66).

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

RGB channels and saturation

R 98 of 255 = 38%
G 71 of 255 = 28%
B 66 of 255 = 26%

98
71
66

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

Portions of RGB colors in percentages

R + G + B =
98 + 71 + 66 = 235 (100%)
R 98 of 235 ~ 41.7%
G 71 of 235 ~ 30.21%
B 66 of 235 ~ 28.09%

%41.7
%30.21
%28.09

CMYK color model

#624742 color CMYK value is (0,28,33,62).

  • cyan value is 0.00%
  • magenta value is 27.55%
  • yellow value is 32.65%
  • key color value is 61.57%
CMYK:
(0,28,33,62)
C0M28Y33K62 
(0%,28%,33%,62%)
(0.00/0.28/0.33/0.62)	

CMYK percentages

%0
%27.55
%32.65
%61.57

Codes

Color #624742 in popluar color models

624742
RGB987166
HSL19.51%32.16%
HSB/HSV32.65%38.43%
CMYK0.00%27.55%32.65%
61.57%

Color #624742 in popluar number systems.

HEX624742
Decimal987166
Binary110001010001111000010
Octal142107102

Shades and tints

Shades of #624742

#624742
(98,71,66)
#5A413C
(90,65,60)
#523B36
(82,59,54)
#4A3530
(74,53,48)
#422F2A
(66,47,42)
#3A2924
(58,41,36)
#32231E
(50,35,30)
#2A1D18
(42,29,24)
#221712
(34,23,18)
#1A110C
(26,17,12)
#120B06
(18,11,6)
#000000
(0,0,0)

Tints of #624742

#624742
(98,71,66)
#705753
(112,87,83)
#7E6764
(126,103,100)
#8C7775
(140,119,117)
#9A8786
(154,135,134)
#A89797
(168,151,151)
#B6A7A8
(182,167,168)
#C4B7B9
(196,183,185)
#D2C7CA
(210,199,202)
#E0D7DB
(224,215,219)
#EEE7EC
(238,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #624742; }

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

This text font color is #624742.


Background Color

.myBgColor { background-color: #624742; }

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

This div background color is #624742.


Border color

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

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

This div border color is #624742.


Opacity

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

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

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

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

This text has shadow with #624742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #624742 on black background.


Color preview on white background

This text has color #624742 on white background.



Black color preview on #624742 background

This text has black color on #624742 background.


White color preview on #624742 background

This text has white color on #624742 background.