COLOR #63592B

HEX: #63592B
RGB: (99,89,43)

Color info

#63592B contains red, green and blue colors in about the same proportion. Web safe color of #63592B is #666633 (or #663).

RGB color model

#63592B color RGB value is (99,89,43).

  • red value is 99;
  • green value is 89;
  • blue value is 43.
RGB:
(99,89,43)
(39%,35%,17%)

RGB channels and saturation

R 99 of 255 = 39%
G 89 of 255 = 35%
B 43 of 255 = 17%

99
89
43

R + G + B ~ 30%. #63592B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 89 + 43 = 231 (100%)
R 99 of 231 ~ 42.86%
G 89 of 231 ~ 38.53%
B 43 of 231 ~ 18.61%

%42.86
%38.53
%18.61

CMYK color model

#63592B color CMYK value is (0,10,57,61).

  • cyan value is 0.00%
  • magenta value is 10.10%
  • yellow value is 56.57%
  • key color value is 61.18%
CMYK:
(0,10,57,61)
C0M10Y57K61 
(0%,10%,57%,61%)
(0.00/0.10/0.57/0.61)	

CMYK percentages

%0
%10.1
%56.57
%61.18

Codes

Color #63592B in popluar color models

63592B
RGB998943
HSL49°39.44%27.84%
HSB/HSV49°56.57%38.82%
CMYK0.00%10.10%56.57%
61.18%

Color #63592B in popluar number systems.

HEX63592B
Decimal998943
Binary11000111011001101011
Octal14313153

Shades and tints

Shades of #63592B

#63592B
(99,89,43)
#5A5128
(90,81,40)
#514925
(81,73,37)
#484122
(72,65,34)
#3F391F
(63,57,31)
#36311C
(54,49,28)
#2D2919
(45,41,25)
#242116
(36,33,22)
#1B1913
(27,25,19)
#121110
(18,17,16)
#09090D
(9,9,13)
#000000
(0,0,0)

Tints of #63592B

#63592B
(99,89,43)
#71683E
(113,104,62)
#7F7751
(127,119,81)
#8D8664
(141,134,100)
#9B9577
(155,149,119)
#A9A48A
(169,164,138)
#B7B39D
(183,179,157)
#C5C2B0
(197,194,176)
#D3D1C3
(211,209,195)
#E1E0D6
(225,224,214)
#EFEFE9
(239,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63592B color. Also use rgb(99,89,43) instead hex code.

Text Font Color

.myTextColor { color: #63592B; }

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

This text font color is #63592B.


Background Color

.myBgColor { background-color: #63592B; }

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

This div background color is #63592B.


Border color

.myBorderColor { border: 1px solid #63592B; }

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

This div border color is #63592B.


Opacity

.myOpacity80 { color: #63592B; opacity: 0.8; }

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

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

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

This text has shadow with #63592B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63592B on black background.


Color preview on white background

This text has color #63592B on white background.



Black color preview on #63592B background

This text has black color on #63592B background.


White color preview on #63592B background

This text has white color on #63592B background.