COLOR #634F76

HEX: #634F76
RGB: (99,79,118)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

99
79
118

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

Portions of RGB colors in percentages

R + G + B =
99 + 79 + 118 = 296 (100%)
R 99 of 296 ~ 33.45%
G 79 of 296 ~ 26.69%
B 118 of 296 ~ 39.86%

%33.45
%26.69
%39.86

CMYK color model

#634F76 color CMYK value is (16,33,0,54).

  • cyan value is 16.10%
  • magenta value is 33.05%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(16,33,0,54)
C16M33Y0K54 
(16%,33%,0%,54%)
(0.16/0.33/0.00/0.54)	

CMYK percentages

%16.1
%33.05
%0
%53.73

Codes

Color #634F76 in popluar color models

634F76
RGB9979118
HSL271°19.80%38.63%
HSB/HSV271°33.05%46.27%
CMYK16.10%33.05%0.00%
53.73%

Color #634F76 in popluar number systems.

HEX634F76
Decimal9979118
Binary110001110011111110110
Octal143117166

Shades and tints

Shades of #634F76

#634F76
(99,79,118)
#5A486C
(90,72,108)
#514162
(81,65,98)
#483A58
(72,58,88)
#3F334E
(63,51,78)
#362C44
(54,44,68)
#2D253A
(45,37,58)
#241E30
(36,30,48)
#1B1726
(27,23,38)
#12101C
(18,16,28)
#090912
(9,9,18)
#000000
(0,0,0)

Tints of #634F76

#634F76
(99,79,118)
#715F82
(113,95,130)
#7F6F8E
(127,111,142)
#8D7F9A
(141,127,154)
#9B8FA6
(155,143,166)
#A99FB2
(169,159,178)
#B7AFBE
(183,175,190)
#C5BFCA
(197,191,202)
#D3CFD6
(211,207,214)
#E1DFE2
(225,223,226)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #634F76; }

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

This text font color is #634F76.


Background Color

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

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

This div background color is #634F76.


Border color

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

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

This div border color is #634F76.


Opacity

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

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

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

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

This text has shadow with #634F76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #634F76 on black background.


Color preview on white background

This text has color #634F76 on white background.



Black color preview on #634F76 background

This text has black color on #634F76 background.


White color preview on #634F76 background

This text has white color on #634F76 background.