COLOR #635067

HEX: #635067
RGB: (99,80,103)

Color info

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

RGB color model

#635067 color RGB value is (99,80,103).

  • red value is 99;
  • green value is 80;
  • blue value is 103.
RGB:
(99,80,103)
(39%,31%,40%)

RGB channels and saturation

R 99 of 255 = 39%
G 80 of 255 = 31%
B 103 of 255 = 40%

99
80
103

R + G + B ~ 37%. #635067 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 80 + 103 = 282 (100%)
R 99 of 282 ~ 35.11%
G 80 of 282 ~ 28.37%
B 103 of 282 ~ 36.52%

%35.11
%28.37
%36.52

CMYK color model

#635067 color CMYK value is (4,22,0,60).

  • cyan value is 3.88%
  • magenta value is 22.33%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(4,22,0,60)
C4M22Y0K60 
(4%,22%,0%,60%)
(0.04/0.22/0.00/0.60)	

CMYK percentages

%3.88
%22.33
%0
%59.61

Codes

Color #635067 in popluar color models

635067
RGB9980103
HSL290°12.57%35.88%
HSB/HSV290°22.33%40.39%
CMYK3.88%22.33%0.00%
59.61%

Color #635067 in popluar number systems.

HEX635067
Decimal9980103
Binary110001110100001100111
Octal143120147

Shades and tints

Shades of #635067

#635067
(99,80,103)
#5A495E
(90,73,94)
#514255
(81,66,85)
#483B4C
(72,59,76)
#3F3443
(63,52,67)
#362D3A
(54,45,58)
#2D2631
(45,38,49)
#241F28
(36,31,40)
#1B181F
(27,24,31)
#121116
(18,17,22)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #635067

#635067
(99,80,103)
#715F74
(113,95,116)
#7F6E81
(127,110,129)
#8D7D8E
(141,125,142)
#9B8C9B
(155,140,155)
#A99BA8
(169,155,168)
#B7AAB5
(183,170,181)
#C5B9C2
(197,185,194)
#D3C8CF
(211,200,207)
#E1D7DC
(225,215,220)
#EFE6E9
(239,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #635067 color. Also use rgb(99,80,103) instead hex code.

Text Font Color

.myTextColor { color: #635067; }

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

This text font color is #635067.


Background Color

.myBgColor { background-color: #635067; }

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

This div background color is #635067.


Border color

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

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

This div border color is #635067.


Opacity

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

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

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

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

This text has shadow with #635067 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635067 on black background.


Color preview on white background

This text has color #635067 on white background.



Black color preview on #635067 background

This text has black color on #635067 background.


White color preview on #635067 background

This text has white color on #635067 background.