COLOR #634F63

HEX: #634F63
RGB: (99,79,99)

Color info

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

RGB color model

#634F63 color RGB value is (99,79,99).

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

RGB channels and saturation

R 99 of 255 = 39%
G 79 of 255 = 31%
B 99 of 255 = 39%

99
79
99

R + G + B ~ 36%. #634F63 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 79 + 99 = 277 (100%)
R 99 of 277 ~ 35.74%
G 79 of 277 ~ 28.52%
B 99 of 277 ~ 35.74%

%35.74
%28.52
%35.74

CMYK color model

#634F63 color CMYK value is (0,20,0,61).

  • cyan value is 0.00%
  • magenta value is 20.20%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(0,20,0,61)
C0M20Y0K61 
(0%,20%,0%,61%)
(0.00/0.20/0.00/0.61)	

CMYK percentages

%0
%20.2
%0
%61.18

Codes

Color #634F63 in popluar color models

634F63
RGB997999
HSL300°11.24%34.90%
HSB/HSV300°20.20%38.82%
CMYK0.00%20.20%0.00%
61.18%

Color #634F63 in popluar number systems.

HEX634F63
Decimal997999
Binary110001110011111100011
Octal143117143

Shades and tints

Shades of #634F63

#634F63
(99,79,99)
#5A485A
(90,72,90)
#514151
(81,65,81)
#483A48
(72,58,72)
#3F333F
(63,51,63)
#362C36
(54,44,54)
#2D252D
(45,37,45)
#241E24
(36,30,36)
#1B171B
(27,23,27)
#121012
(18,16,18)
#090909
(9,9,9)
#000000
(0,0,0)

Tints of #634F63

#634F63
(99,79,99)
#715F71
(113,95,113)
#7F6F7F
(127,111,127)
#8D7F8D
(141,127,141)
#9B8F9B
(155,143,155)
#A99FA9
(169,159,169)
#B7AFB7
(183,175,183)
#C5BFC5
(197,191,197)
#D3CFD3
(211,207,211)
#E1DFE1
(225,223,225)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #634F63 color. Also use rgb(99,79,99) instead hex code.

Text Font Color

.myTextColor { color: #634F63; }

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

This text font color is #634F63.


Background Color

.myBgColor { background-color: #634F63; }

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

This div background color is #634F63.


Border color

.myBorderColor { border: 1px solid #634F63; }

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

This div border color is #634F63.


Opacity

.myOpacity80 { color: #634F63; opacity: 0.8; }

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

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

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

This text has shadow with #634F63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #634F63 on black background.


Color preview on white background

This text has color #634F63 on white background.



Black color preview on #634F63 background

This text has black color on #634F63 background.


White color preview on #634F63 background

This text has white color on #634F63 background.