COLOR #63623C

HEX: #63623C
RGB: (99,98,60)

Color info

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

RGB color model

#63623C color RGB value is (99,98,60).

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

RGB channels and saturation

R 99 of 255 = 39%
G 98 of 255 = 38%
B 60 of 255 = 24%

99
98
60

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

Portions of RGB colors in percentages

R + G + B =
99 + 98 + 60 = 257 (100%)
R 99 of 257 ~ 38.52%
G 98 of 257 ~ 38.13%
B 60 of 257 ~ 23.35%

%38.52
%38.13
%23.35

CMYK color model

#63623C color CMYK value is (0,1,39,61).

  • cyan value is 0.00%
  • magenta value is 1.01%
  • yellow value is 39.39%
  • key color value is 61.18%
CMYK:
(0,1,39,61)
C0M1Y39K61 
(0%,1%,39%,61%)
(0.00/0.01/0.39/0.61)	

CMYK percentages

%0
%1.01
%39.39
%61.18

Codes

Color #63623C in popluar color models

63623C
RGB999860
HSL58°24.53%31.18%
HSB/HSV58°39.39%38.82%
CMYK0.00%1.01%39.39%
61.18%

Color #63623C in popluar number systems.

HEX63623C
Decimal999860
Binary11000111100010111100
Octal14314274

Shades and tints

Shades of #63623C

#63623C
(99,98,60)
#5A5A37
(90,90,55)
#515232
(81,82,50)
#484A2D
(72,74,45)
#3F4228
(63,66,40)
#363A23
(54,58,35)
#2D321E
(45,50,30)
#242A19
(36,42,25)
#1B2214
(27,34,20)
#121A0F
(18,26,15)
#09120A
(9,18,10)
#000000
(0,0,0)

Tints of #63623C

#63623C
(99,98,60)
#71704D
(113,112,77)
#7F7E5E
(127,126,94)
#8D8C6F
(141,140,111)
#9B9A80
(155,154,128)
#A9A891
(169,168,145)
#B7B6A2
(183,182,162)
#C5C4B3
(197,196,179)
#D3D2C4
(211,210,196)
#E1E0D5
(225,224,213)
#EFEEE6
(239,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63623C color. Also use rgb(99,98,60) instead hex code.

Text Font Color

.myTextColor { color: #63623C; }

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

This text font color is #63623C.


Background Color

.myBgColor { background-color: #63623C; }

<div style="background-color:#63623C">Inner text</div>

This div background color is #63623C.


Border color

.myBorderColor { border: 1px solid #63623C; }

<div style="border:3px solid #63623C">Div</div>

This div border color is #63623C.


Opacity

.myOpacity80 { color: #63623C; opacity: 0.8; }

<p style="color:#63623C;opacity:0.8;">80%</p>

Text with #63623C 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 #63623C;}

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

This text has shadow with #63623C color.

.textShadow {text-shadow: 3px 3px 1px #63623C, 3px 3px 1px red;}

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

This text has shadow with #63623C primary color and red secondary color.


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

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

This text has shadow with #63623C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63623C on black background.


Color preview on white background

This text has color #63623C on white background.



Black color preview on #63623C background

This text has black color on #63623C background.


White color preview on #63623C background

This text has white color on #63623C background.