COLOR #63636E

HEX: #63636E
RGB: (99,99,110)

Color info

#63636E contains red, green and blue colors in about the same proportion. Web safe color of #63636E is #666666 (or #666).

RGB color model

#63636E color RGB value is (99,99,110).

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

RGB channels and saturation

R 99 of 255 = 39%
G 99 of 255 = 39%
B 110 of 255 = 43%

99
99
110

R + G + B ~ 40%. #63636E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 99 + 110 = 308 (100%)
R 99 of 308 ~ 32.14%
G 99 of 308 ~ 32.14%
B 110 of 308 ~ 35.71%

%32.14
%32.14
%35.71

CMYK color model

#63636E color CMYK value is (10,10,0,57).

  • cyan value is 10.00%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(10,10,0,57)
C10M10Y0K57 
(10%,10%,0%,57%)
(0.10/0.10/0.00/0.57)	

CMYK percentages

%10
%10
%0
%56.86

Codes

Color #63636E in popluar color models

63636E
RGB9999110
HSL240°5.26%40.98%
HSB/HSV240°10.00%43.14%
CMYK10.00%10.00%0.00%
56.86%

Color #63636E in popluar number systems.

HEX63636E
Decimal9999110
Binary110001111000111101110
Octal143143156

Shades and tints

Shades of #63636E

#63636E
(99,99,110)
#5A5A64
(90,90,100)
#51515A
(81,81,90)
#484850
(72,72,80)
#3F3F46
(63,63,70)
#36363C
(54,54,60)
#2D2D32
(45,45,50)
#242428
(36,36,40)
#1B1B1E
(27,27,30)
#121214
(18,18,20)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #63636E

#63636E
(99,99,110)
#71717B
(113,113,123)
#7F7F88
(127,127,136)
#8D8D95
(141,141,149)
#9B9BA2
(155,155,162)
#A9A9AF
(169,169,175)
#B7B7BC
(183,183,188)
#C5C5C9
(197,197,201)
#D3D3D6
(211,211,214)
#E1E1E3
(225,225,227)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63636E; }

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

This text font color is #63636E.


Background Color

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

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

This div background color is #63636E.


Border color

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

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

This div border color is #63636E.


Opacity

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

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

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

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

This text has shadow with #63636E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63636E on black background.


Color preview on white background

This text has color #63636E on white background.



Black color preview on #63636E background

This text has black color on #63636E background.


White color preview on #63636E background

This text has white color on #63636E background.