COLOR #624420

HEX: #624420
RGB: (98,68,32)

Color info

#624420 contains mainly red and green colors. Web safe color of #624420 is #663333 (or #633).

RGB color model

#624420 color RGB value is (98,68,32).

  • red value is 98;
  • green value is 68;
  • blue value is 32.
RGB:
(98,68,32)
(38%,27%,13%)

RGB channels and saturation

R 98 of 255 = 38%
G 68 of 255 = 27%
B 32 of 255 = 13%

98
68
32

R + G + B ~ 26%. #624420 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 68 + 32 = 198 (100%)
R 98 of 198 ~ 49.49%
G 68 of 198 ~ 34.34%
B 32 of 198 ~ 16.16%

%49.49
%34.34
%16.16

CMYK color model

#624420 color CMYK value is (0,31,67,62).

  • cyan value is 0.00%
  • magenta value is 30.61%
  • yellow value is 67.35%
  • key color value is 61.57%
CMYK:
(0,31,67,62)
C0M31Y67K62 
(0%,31%,67%,62%)
(0.00/0.31/0.67/0.62)	

CMYK percentages

%0
%30.61
%67.35
%61.57

Codes

Color #624420 in popluar color models

624420
RGB986832
HSL33°50.77%25.49%
HSB/HSV33°67.35%38.43%
CMYK0.00%30.61%67.35%
61.57%

Color #624420 in popluar number systems.

HEX624420
Decimal986832
Binary11000101000100100000
Octal14210440

Shades and tints

Shades of #624420

#624420
(98,68,32)
#5A3E1E
(90,62,30)
#52381C
(82,56,28)
#4A321A
(74,50,26)
#422C18
(66,44,24)
#3A2616
(58,38,22)
#322014
(50,32,20)
#2A1A12
(42,26,18)
#221410
(34,20,16)
#1A0E0E
(26,14,14)
#12080C
(18,8,12)
#000000
(0,0,0)

Tints of #624420

#624420
(98,68,32)
#705534
(112,85,52)
#7E6648
(126,102,72)
#8C775C
(140,119,92)
#9A8870
(154,136,112)
#A89984
(168,153,132)
#B6AA98
(182,170,152)
#C4BBAC
(196,187,172)
#D2CCC0
(210,204,192)
#E0DDD4
(224,221,212)
#EEEEE8
(238,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #624420 color. Also use rgb(98,68,32) instead hex code.

Text Font Color

.myTextColor { color: #624420; }

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

This text font color is #624420.


Background Color

.myBgColor { background-color: #624420; }

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

This div background color is #624420.


Border color

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

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

This div border color is #624420.


Opacity

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

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

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

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

This text has shadow with #624420 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #624420 on black background.


Color preview on white background

This text has color #624420 on white background.



Black color preview on #624420 background

This text has black color on #624420 background.


White color preview on #624420 background

This text has white color on #624420 background.