COLOR #63452E

HEX: #63452E
RGB: (99,69,46)

Color info

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

RGB color model

#63452E color RGB value is (99,69,46).

  • red value is 99;
  • green value is 69;
  • blue value is 46.
RGB:
(99,69,46)
(39%,27%,18%)

RGB channels and saturation

R 99 of 255 = 39%
G 69 of 255 = 27%
B 46 of 255 = 18%

99
69
46

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

Portions of RGB colors in percentages

R + G + B =
99 + 69 + 46 = 214 (100%)
R 99 of 214 ~ 46.26%
G 69 of 214 ~ 32.24%
B 46 of 214 ~ 21.5%

%46.26
%32.24
%21.5

CMYK color model

#63452E color CMYK value is (0,30,54,61).

  • cyan value is 0.00%
  • magenta value is 30.30%
  • yellow value is 53.54%
  • key color value is 61.18%
CMYK:
(0,30,54,61)
C0M30Y54K61 
(0%,30%,54%,61%)
(0.00/0.30/0.54/0.61)	

CMYK percentages

%0
%30.3
%53.54
%61.18

Codes

Color #63452E in popluar color models

63452E
RGB996946
HSL26°36.55%28.43%
HSB/HSV26°53.54%38.82%
CMYK0.00%30.30%53.54%
61.18%

Color #63452E in popluar number systems.

HEX63452E
Decimal996946
Binary11000111000101101110
Octal14310556

Shades and tints

Shades of #63452E

#63452E
(99,69,46)
#5A3F2A
(90,63,42)
#513926
(81,57,38)
#483322
(72,51,34)
#3F2D1E
(63,45,30)
#36271A
(54,39,26)
#2D2116
(45,33,22)
#241B12
(36,27,18)
#1B150E
(27,21,14)
#120F0A
(18,15,10)
#090906
(9,9,6)
#000000
(0,0,0)

Tints of #63452E

#63452E
(99,69,46)
#715541
(113,85,65)
#7F6554
(127,101,84)
#8D7567
(141,117,103)
#9B857A
(155,133,122)
#A9958D
(169,149,141)
#B7A5A0
(183,165,160)
#C5B5B3
(197,181,179)
#D3C5C6
(211,197,198)
#E1D5D9
(225,213,217)
#EFE5EC
(239,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63452E color. Also use rgb(99,69,46) instead hex code.

Text Font Color

.myTextColor { color: #63452E; }

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

This text font color is #63452E.


Background Color

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

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

This div background color is #63452E.


Border color

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

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

This div border color is #63452E.


Opacity

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

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

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

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

This text has shadow with #63452E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63452E on black background.


Color preview on white background

This text has color #63452E on white background.



Black color preview on #63452E background

This text has black color on #63452E background.


White color preview on #63452E background

This text has white color on #63452E background.