COLOR #63633E

HEX: #63633E
RGB: (99,99,62)

Color info

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

RGB color model

#63633E color RGB value is (99,99,62).

  • red value is 99;
  • green value is 99;
  • blue value is 62.
RGB:
(99,99,62)
(39%,39%,24%)

RGB channels and saturation

R 99 of 255 = 39%
G 99 of 255 = 39%
B 62 of 255 = 24%

99
99
62

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

Portions of RGB colors in percentages

R + G + B =
99 + 99 + 62 = 260 (100%)
R 99 of 260 ~ 38.08%
G 99 of 260 ~ 38.08%
B 62 of 260 ~ 23.85%

%38.08
%38.08
%23.85

CMYK color model

#63633E color CMYK value is (0,0,37,61).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 37.37%
  • key color value is 61.18%
CMYK:
(0,0,37,61)
C0M0Y37K61 
(0%,0%,37%,61%)
(0.00/0.00/0.37/0.61)	

CMYK percentages

%0
%0
%37.37
%61.18

Codes

Color #63633E in popluar color models

63633E
RGB999962
HSL60°22.98%31.57%
HSB/HSV60°37.37%38.82%
CMYK0.00%0.00%37.37%
61.18%

Color #63633E in popluar number systems.

HEX63633E
Decimal999962
Binary11000111100011111110
Octal14314376

Shades and tints

Shades of #63633E

#63633E
(99,99,62)
#5A5A39
(90,90,57)
#515134
(81,81,52)
#48482F
(72,72,47)
#3F3F2A
(63,63,42)
#363625
(54,54,37)
#2D2D20
(45,45,32)
#24241B
(36,36,27)
#1B1B16
(27,27,22)
#121211
(18,18,17)
#09090C
(9,9,12)
#000000
(0,0,0)

Tints of #63633E

#63633E
(99,99,62)
#71714F
(113,113,79)
#7F7F60
(127,127,96)
#8D8D71
(141,141,113)
#9B9B82
(155,155,130)
#A9A993
(169,169,147)
#B7B7A4
(183,183,164)
#C5C5B5
(197,197,181)
#D3D3C6
(211,211,198)
#E1E1D7
(225,225,215)
#EFEFE8
(239,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63633E; }

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

This text font color is #63633E.


Background Color

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

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

This div background color is #63633E.


Border color

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

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

This div border color is #63633E.


Opacity

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

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

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

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

This text has shadow with #63633E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63633E on black background.


Color preview on white background

This text has color #63633E on white background.



Black color preview on #63633E background

This text has black color on #63633E background.


White color preview on #63633E background

This text has white color on #63633E background.