COLOR #635674

HEX: #635674
RGB: (99,86,116)

Color info

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

RGB color model

#635674 color RGB value is (99,86,116).

  • red value is 99;
  • green value is 86;
  • blue value is 116.
RGB:
(99,86,116)
(39%,34%,45%)

RGB channels and saturation

R 99 of 255 = 39%
G 86 of 255 = 34%
B 116 of 255 = 45%

99
86
116

R + G + B ~ 39%. #635674 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 86 + 116 = 301 (100%)
R 99 of 301 ~ 32.89%
G 86 of 301 ~ 28.57%
B 116 of 301 ~ 38.54%

%32.89
%28.57
%38.54

CMYK color model

#635674 color CMYK value is (15,26,0,55).

  • cyan value is 14.66%
  • magenta value is 25.86%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(15,26,0,55)
C15M26Y0K55 
(15%,26%,0%,55%)
(0.15/0.26/0.00/0.55)	

CMYK percentages

%14.66
%25.86
%0
%54.51

Codes

Color #635674 in popluar color models

635674
RGB9986116
HSL266°14.85%39.61%
HSB/HSV266°25.86%45.49%
CMYK14.66%25.86%0.00%
54.51%

Color #635674 in popluar number systems.

HEX635674
Decimal9986116
Binary110001110101101110100
Octal143126164

Shades and tints

Shades of #635674

#635674
(99,86,116)
#5A4F6A
(90,79,106)
#514860
(81,72,96)
#484156
(72,65,86)
#3F3A4C
(63,58,76)
#363342
(54,51,66)
#2D2C38
(45,44,56)
#24252E
(36,37,46)
#1B1E24
(27,30,36)
#12171A
(18,23,26)
#091010
(9,16,16)
#000000
(0,0,0)

Tints of #635674

#635674
(99,86,116)
#716580
(113,101,128)
#7F748C
(127,116,140)
#8D8398
(141,131,152)
#9B92A4
(155,146,164)
#A9A1B0
(169,161,176)
#B7B0BC
(183,176,188)
#C5BFC8
(197,191,200)
#D3CED4
(211,206,212)
#E1DDE0
(225,221,224)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #635674 color. Also use rgb(99,86,116) instead hex code.

Text Font Color

.myTextColor { color: #635674; }

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

This text font color is #635674.


Background Color

.myBgColor { background-color: #635674; }

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

This div background color is #635674.


Border color

.myBorderColor { border: 1px solid #635674; }

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

This div border color is #635674.


Opacity

.myOpacity80 { color: #635674; opacity: 0.8; }

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

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

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

This text has shadow with #635674 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635674 on black background.


Color preview on white background

This text has color #635674 on white background.



Black color preview on #635674 background

This text has black color on #635674 background.


White color preview on #635674 background

This text has white color on #635674 background.