COLOR #63531E

HEX: #63531E
RGB: (99,83,30)

Color info

#63531E contains mainly red and green colors. Web safe color of #63531E is #666633 (or #663).

RGB color model

#63531E color RGB value is (99,83,30).

  • red value is 99;
  • green value is 83;
  • blue value is 30.
RGB:
(99,83,30)
(39%,33%,12%)

RGB channels and saturation

R 99 of 255 = 39%
G 83 of 255 = 33%
B 30 of 255 = 12%

99
83
30

R + G + B ~ 28%. #63531E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 83 + 30 = 212 (100%)
R 99 of 212 ~ 46.7%
G 83 of 212 ~ 39.15%
B 30 of 212 ~ 14.15%

%46.7
%39.15
%14.15

CMYK color model

#63531E color CMYK value is (0,16,70,61).

  • cyan value is 0.00%
  • magenta value is 16.16%
  • yellow value is 69.70%
  • key color value is 61.18%
CMYK:
(0,16,70,61)
C0M16Y70K61 
(0%,16%,70%,61%)
(0.00/0.16/0.70/0.61)	

CMYK percentages

%0
%16.16
%69.7
%61.18

Codes

Color #63531E in popluar color models

63531E
RGB998330
HSL46°53.49%25.29%
HSB/HSV46°69.70%38.82%
CMYK0.00%16.16%69.70%
61.18%

Color #63531E in popluar number systems.

HEX63531E
Decimal998330
Binary1100011101001111110
Octal14312336

Shades and tints

Shades of #63531E

#63531E
(99,83,30)
#5A4C1C
(90,76,28)
#51451A
(81,69,26)
#483E18
(72,62,24)
#3F3716
(63,55,22)
#363014
(54,48,20)
#2D2912
(45,41,18)
#242210
(36,34,16)
#1B1B0E
(27,27,14)
#12140C
(18,20,12)
#090D0A
(9,13,10)
#000000
(0,0,0)

Tints of #63531E

#63531E
(99,83,30)
#716232
(113,98,50)
#7F7146
(127,113,70)
#8D805A
(141,128,90)
#9B8F6E
(155,143,110)
#A99E82
(169,158,130)
#B7AD96
(183,173,150)
#C5BCAA
(197,188,170)
#D3CBBE
(211,203,190)
#E1DAD2
(225,218,210)
#EFE9E6
(239,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63531E color. Also use rgb(99,83,30) instead hex code.

Text Font Color

.myTextColor { color: #63531E; }

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

This text font color is #63531E.


Background Color

.myBgColor { background-color: #63531E; }

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

This div background color is #63531E.


Border color

.myBorderColor { border: 1px solid #63531E; }

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

This div border color is #63531E.


Opacity

.myOpacity80 { color: #63531E; opacity: 0.8; }

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

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

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

This text has shadow with #63531E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63531E on black background.


Color preview on white background

This text has color #63531E on white background.



Black color preview on #63531E background

This text has black color on #63531E background.


White color preview on #63531E background

This text has white color on #63531E background.