COLOR #635A76

HEX: #635A76 RGB: (99,90,118)

Color info

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

RGB color model

#635A76 color RGB value is (99,90,118).

RGB: (99,90,118) (39%, 35%, 46%)

RGB channels and saturation

R 99 of 255 = 39%
G 90 of 255 = 35%
B 118 of 255 = 46%

99
90
118

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

Portions of RGB colors in percentages

R + G + B = 99 + 90 + 118 = 307 (100%)
R 99 of 307 ~ 32.25%
G 90 of 307 ~ 29.32%
B 118 of 307 ~ 38.44'%

%32.25
%29.32
%38.44

CMYK color model

#635A76 color CMYK value is (16,24,0,54).

  • cyan value is 16.10%
  • magenta value is 23.73%
  • yellow value is 0.00%
  • key color value is 53.73%

CMYK: (16,24,0,54)
C16M24Y0K54 (16%, 24%, 0%, 54%)
(0.16 / 0.24 / 0.00 / 0.54)

CMYK percentages

%16.1
%23.73
%0
%53.73

Codes

Color #635A76 in popluar color models

63 5A 76
RGB 99 90 118
HSL 259° 13.46% 40.78%
HSB/HSV 259° 23.73% 46.27%
CMYK 16.10% 23.73% 0.00%
53.73%

Color #635A76 in popluar number systems.

HEX 63 5A 76
Decimal 99 90 118
Binary 1100011 1011010 1110110
Octal 143 132 166

Shades and tints

Shades of #635A76

#635A76
(99,90,118)
#5A526C
(90,82,108)
#514A62
(81,74,98)
#484258
(72,66,88)
#3F3A4E
(63,58,78)
#363244
(54,50,68)
#2D2A3A
(45,42,58)
#242230
(36,34,48)
#1B1A26
(27,26,38)
#12121C
(18,18,28)
#090A12
(9,10,18)
#000000
(0,0,0)

Tints of #635A76

#635A76
(99,90,118)
#716982
(113,105,130)
#7F788E
(127,120,142)
#8D879A
(141,135,154)
#9B96A6
(155,150,166)
#A9A5B2
(169,165,178)
#B7B4BE
(183,180,190)
#C5C3CA
(197,195,202)
#D3D2D6
(211,210,214)
#E1E1E2
(225,225,226)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #635A76 color. Also use rgb(99,90,118) instead hex code.

Text Font Color

.myTextColor { color: #635A76; }

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

This text font color is #635A76.

Background Color

.myBgColor { background-color: #635A76; }

<div style="background-color:#635A76">Inner text</div>

This div background color is #635A76.

Border color

.myBorderColor { border: 1px solid #635A76; }

<div style="border:3px solid #635A76">Div</div>

This div border color is #635A76.

Opacity

.myOpacity80 { color: #635A76; opacity: 0.8; }

<p style="color:#635A76;opacity:0.8;">80%</p>

Text with #635A76 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 #635A76;}

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

This text has shadow with #635A76 color.


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

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

This text has shadow with #635A76 primary color and red secondary color.


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

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

This text has shadow with #635A76 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #635A76.

Preview

Color preview on black background

This text has color #635A76 on black background.


Color preview on white background

This text has color #635A76 on white background.


Black color preview on #635A76 background

This text has black color on #635A76 background.


White color preview on #635A76 background

This text has white color on #635A76 background.


Related colors

Complementary color

Complementary color for #hex is #9CA589.


I love getcolorcode.com

Triadic colors

1 #76635A and #5A7663 with #635A76 are triadic colors.

2 #765A63 and #5A6376 with #635A76 are triadic colors.