COLOR #634820

HEX: #634820
RGB: (99,72,32)

Color info

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

RGB color model

#634820 color RGB value is (99,72,32).

  • red value is 99;
  • green value is 72;
  • blue value is 32.
RGB:
(99,72,32)
(39%,28%,13%)

RGB channels and saturation

R 99 of 255 = 39%
G 72 of 255 = 28%
B 32 of 255 = 13%

99
72
32

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

Portions of RGB colors in percentages

R + G + B =
99 + 72 + 32 = 203 (100%)
R 99 of 203 ~ 48.77%
G 72 of 203 ~ 35.47%
B 32 of 203 ~ 15.76%

%48.77
%35.47
%15.76

CMYK color model

#634820 color CMYK value is (0,27,68,61).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 67.68%
  • key color value is 61.18%
CMYK:
(0,27,68,61)
C0M27Y68K61 
(0%,27%,68%,61%)
(0.00/0.27/0.68/0.61)	

CMYK percentages

%0
%27.27
%67.68
%61.18

Codes

Color #634820 in popluar color models

634820
RGB997232
HSL36°51.15%25.69%
HSB/HSV36°67.68%38.82%
CMYK0.00%27.27%67.68%
61.18%

Color #634820 in popluar number systems.

HEX634820
Decimal997232
Binary11000111001000100000
Octal14311040

Shades and tints

Shades of #634820

#634820
(99,72,32)
#5A421E
(90,66,30)
#513C1C
(81,60,28)
#48361A
(72,54,26)
#3F3018
(63,48,24)
#362A16
(54,42,22)
#2D2414
(45,36,20)
#241E12
(36,30,18)
#1B1810
(27,24,16)
#12120E
(18,18,14)
#090C0C
(9,12,12)
#000000
(0,0,0)

Tints of #634820

#634820
(99,72,32)
#715834
(113,88,52)
#7F6848
(127,104,72)
#8D785C
(141,120,92)
#9B8870
(155,136,112)
#A99884
(169,152,132)
#B7A898
(183,168,152)
#C5B8AC
(197,184,172)
#D3C8C0
(211,200,192)
#E1D8D4
(225,216,212)
#EFE8E8
(239,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #634820 color. Also use rgb(99,72,32) instead hex code.

Text Font Color

.myTextColor { color: #634820; }

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

This text font color is #634820.


Background Color

.myBgColor { background-color: #634820; }

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

This div background color is #634820.


Border color

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

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

This div border color is #634820.


Opacity

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

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

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

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

This text has shadow with #634820 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #634820 on black background.


Color preview on white background

This text has color #634820 on white background.



Black color preview on #634820 background

This text has black color on #634820 background.


White color preview on #634820 background

This text has white color on #634820 background.