COLOR #624A43

HEX: #624A43
RGB: (98,74,67)

Color info

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

RGB color model

#624A43 color RGB value is (98,74,67).

  • red value is 98;
  • green value is 74;
  • blue value is 67.
RGB:
(98,74,67)
(38%,29%,26%)

RGB channels and saturation

R 98 of 255 = 38%
G 74 of 255 = 29%
B 67 of 255 = 26%

98
74
67

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

Portions of RGB colors in percentages

R + G + B =
98 + 74 + 67 = 239 (100%)
R 98 of 239 ~ 41%
G 74 of 239 ~ 30.96%
B 67 of 239 ~ 28.03%

%41
%30.96
%28.03

CMYK color model

#624A43 color CMYK value is (0,24,32,62).

  • cyan value is 0.00%
  • magenta value is 24.49%
  • yellow value is 31.63%
  • key color value is 61.57%
CMYK:
(0,24,32,62)
C0M24Y32K62 
(0%,24%,32%,62%)
(0.00/0.24/0.32/0.62)	

CMYK percentages

%0
%24.49
%31.63
%61.57

Codes

Color #624A43 in popluar color models

624A43
RGB987467
HSL14°18.79%32.35%
HSB/HSV14°31.63%38.43%
CMYK0.00%24.49%31.63%
61.57%

Color #624A43 in popluar number systems.

HEX624A43
Decimal987467
Binary110001010010101000011
Octal142112103

Shades and tints

Shades of #624A43

#624A43
(98,74,67)
#5A443D
(90,68,61)
#523E37
(82,62,55)
#4A3831
(74,56,49)
#42322B
(66,50,43)
#3A2C25
(58,44,37)
#32261F
(50,38,31)
#2A2019
(42,32,25)
#221A13
(34,26,19)
#1A140D
(26,20,13)
#120E07
(18,14,7)
#000000
(0,0,0)

Tints of #624A43

#624A43
(98,74,67)
#705A54
(112,90,84)
#7E6A65
(126,106,101)
#8C7A76
(140,122,118)
#9A8A87
(154,138,135)
#A89A98
(168,154,152)
#B6AAA9
(182,170,169)
#C4BABA
(196,186,186)
#D2CACB
(210,202,203)
#E0DADC
(224,218,220)
#EEEAED
(238,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #624A43; }

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

This text font color is #624A43.


Background Color

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

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

This div background color is #624A43.


Border color

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

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

This div border color is #624A43.


Opacity

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

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

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

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

This text has shadow with #624A43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #624A43 on black background.


Color preview on white background

This text has color #624A43 on white background.



Black color preview on #624A43 background

This text has black color on #624A43 background.


White color preview on #624A43 background

This text has white color on #624A43 background.