COLOR #63655A

HEX: #63655A RGB: (99,101,90)

Color info

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

RGB color model

#63655A color RGB value is (99,101,90).

RGB: (99,101,90) (39%, 40%, 35%)

RGB channels and saturation

R 99 of 255 = 39%
G 101 of 255 = 40%
B 90 of 255 = 35%

99
101
90

R + G + B ~ 38%. #63655A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 99 + 101 + 90 = 290 (100%)
R 99 of 290 ~ 34.14%
G 101 of 290 ~ 34.83%
B 90 of 290 ~ 31.03'%

%34.14
%34.83
%31.03

CMYK color model

#63655A color CMYK value is (2,0,11,60).

  • cyan value is 1.98%
  • magenta value is 0.00%
  • yellow value is 10.89%
  • key color value is 60.39%

CMYK: (2,0,11,60)
C2M0Y11K60 (2%, 0%, 11%, 60%)
(0.02 / 0.00 / 0.11 / 0.60)

CMYK percentages

%1.98
%0
%10.89
%60.39

Codes

Color #63655A in popluar color models

63 65 5A
RGB 99 101 90
HSL 71° 5.76% 37.45%
HSB/HSV 71° 10.89% 39.61%
CMYK 1.98% 0.00% 10.89%
60.39%

Color #63655A in popluar number systems.

HEX 63 65 5A
Decimal 99 101 90
Binary 1100011 1100101 1011010
Octal 143 145 132

Shades and tints

Shades of #63655A

#63655A
(99,101,90)
#5A5C52
(90,92,82)
#51534A
(81,83,74)
#484A42
(72,74,66)
#3F413A
(63,65,58)
#363832
(54,56,50)
#2D2F2A
(45,47,42)
#242622
(36,38,34)
#1B1D1A
(27,29,26)
#121412
(18,20,18)
#090B0A
(9,11,10)
#000000
(0,0,0)

Tints of #63655A

#63655A
(99,101,90)
#717369
(113,115,105)
#7F8178
(127,129,120)
#8D8F87
(141,143,135)
#9B9D96
(155,157,150)
#A9ABA5
(169,171,165)
#B7B9B4
(183,185,180)
#C5C7C3
(197,199,195)
#D3D5D2
(211,213,210)
#E1E3E1
(225,227,225)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63655A color. Also use rgb(99,101,90) instead hex code.

Text Font Color

.myTextColor { color: #63655A; }

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

This text font color is #63655A.

Background Color

.myBgColor { background-color: #63655A; }

<div style="background-color:#63655A">Inner text</div>

This div background color is #63655A.

Border color

.myBorderColor { border: 1px solid #63655A; }

<div style="border:3px solid #63655A">Div</div>

This div border color is #63655A.

Opacity

.myOpacity80 { color: #63655A; opacity: 0.8; }

<p style="color:#63655A;opacity:0.8;">80%</p>

Text with #63655A 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 #63655A;}

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

This text has shadow with #63655A color.


.textShadow {text-shadow: 3px 3px 1px #63655A', 3px 3px 1px red;}

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

This text has shadow with #63655A primary color and red secondary color.


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

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

This text has shadow with #63655A and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63655A; -webkit-box-shadow: 1px 1px 3px 2px #63655A; box-shadow:1px 1px 3px 2px #63655A;">
Div content here
</div>

This div box has shadow with color #63655A.

Preview

Color preview on black background

This text has color #63655A on black background.


Color preview on white background

This text has color #63655A on white background.


Black color preview on #63655A background

This text has black color on #63655A background.


White color preview on #63655A background

This text has white color on #63655A background.


Related colors

Complementary color

Complementary color for #hex is #9C9AA5.


I love getcolorcode.com

Triadic colors

1 #5A6365 and #655A63 with #63655A are triadic colors.

2 #5A6563 and #65635A with #63655A are triadic colors.