COLOR #63683B

HEX: #63683B
RGB: (99,104,59)

Color info

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

RGB color model

#63683B color RGB value is (99,104,59).

  • red value is 99;
  • green value is 104;
  • blue value is 59.
RGB:
(99,104,59)
(39%,41%,23%)

RGB channels and saturation

R 99 of 255 = 39%
G 104 of 255 = 41%
B 59 of 255 = 23%

99
104
59

R + G + B ~ 34%. #63683B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 104 + 59 = 262 (100%)
R 99 of 262 ~ 37.79%
G 104 of 262 ~ 39.69%
B 59 of 262 ~ 22.52%

%37.79
%39.69
%22.52

CMYK color model

#63683B color CMYK value is (5,0,43,59).

  • cyan value is 4.81%
  • magenta value is 0.00%
  • yellow value is 43.27%
  • key color value is 59.22%
CMYK:
(5,0,43,59)
C5M0Y43K59 
(5%,0%,43%,59%)
(0.05/0.00/0.43/0.59)	

CMYK percentages

%4.81
%0
%43.27
%59.22

Codes

Color #63683B in popluar color models

63683B
RGB9910459
HSL67°27.61%31.96%
HSB/HSV67°43.27%40.78%
CMYK4.81%0.00%43.27%
59.22%

Color #63683B in popluar number systems.

HEX63683B
Decimal9910459
Binary11000111101000111011
Octal14315073

Shades and tints

Shades of #63683B

#63683B
(99,104,59)
#5A5F36
(90,95,54)
#515631
(81,86,49)
#484D2C
(72,77,44)
#3F4427
(63,68,39)
#363B22
(54,59,34)
#2D321D
(45,50,29)
#242918
(36,41,24)
#1B2013
(27,32,19)
#12170E
(18,23,14)
#090E09
(9,14,9)
#000000
(0,0,0)

Tints of #63683B

#63683B
(99,104,59)
#71754C
(113,117,76)
#7F825D
(127,130,93)
#8D8F6E
(141,143,110)
#9B9C7F
(155,156,127)
#A9A990
(169,169,144)
#B7B6A1
(183,182,161)
#C5C3B2
(197,195,178)
#D3D0C3
(211,208,195)
#E1DDD4
(225,221,212)
#EFEAE5
(239,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63683B color. Also use rgb(99,104,59) instead hex code.

Text Font Color

.myTextColor { color: #63683B; }

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

This text font color is #63683B.


Background Color

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

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

This div background color is #63683B.


Border color

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

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

This div border color is #63683B.


Opacity

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

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

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

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

This text has shadow with #63683B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63683B on black background.


Color preview on white background

This text has color #63683B on white background.



Black color preview on #63683B background

This text has black color on #63683B background.


White color preview on #63683B background

This text has white color on #63683B background.