COLOR #63656E

HEX: #63656E
RGB: (99,101,110)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

99
101
110

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

Portions of RGB colors in percentages

R + G + B =
99 + 101 + 110 = 310 (100%)
R 99 of 310 ~ 31.94%
G 101 of 310 ~ 32.58%
B 110 of 310 ~ 35.48%

%31.94
%32.58
%35.48

CMYK color model

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

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

CMYK percentages

%10
%8.18
%0
%56.86

Codes

Color #63656E in popluar color models

63656E
RGB99101110
HSL229°5.26%40.98%
HSB/HSV229°10.00%43.14%
CMYK10.00%8.18%0.00%
56.86%

Color #63656E in popluar number systems.

HEX63656E
Decimal99101110
Binary110001111001011101110
Octal143145156

Shades and tints

Shades of #63656E

#63656E
(99,101,110)
#5A5C64
(90,92,100)
#51535A
(81,83,90)
#484A50
(72,74,80)
#3F4146
(63,65,70)
#36383C
(54,56,60)
#2D2F32
(45,47,50)
#242628
(36,38,40)
#1B1D1E
(27,29,30)
#121414
(18,20,20)
#090B0A
(9,11,10)
#000000
(0,0,0)

Tints of #63656E

#63656E
(99,101,110)
#71737B
(113,115,123)
#7F8188
(127,129,136)
#8D8F95
(141,143,149)
#9B9DA2
(155,157,162)
#A9ABAF
(169,171,175)
#B7B9BC
(183,185,188)
#C5C7C9
(197,199,201)
#D3D5D6
(211,213,214)
#E1E3E3
(225,227,227)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63656E; }

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

This text font color is #63656E.


Background Color

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

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

This div background color is #63656E.


Border color

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

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

This div border color is #63656E.


Opacity

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

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

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

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

This text has shadow with #63656E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63656E on black background.


Color preview on white background

This text has color #63656E on white background.



Black color preview on #63656E background

This text has black color on #63656E background.


White color preview on #63656E background

This text has white color on #63656E background.