COLOR #634F71

HEX: #634F71
RGB: (99,79,113)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

99
79
113

R + G + B ~ 38%. #634F71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 79 + 113 = 291 (100%)
R 99 of 291 ~ 34.02%
G 79 of 291 ~ 27.15%
B 113 of 291 ~ 38.83%

%34.02
%27.15
%38.83

CMYK color model

#634F71 color CMYK value is (12,30,0,56).

  • cyan value is 12.39%
  • magenta value is 30.09%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(12,30,0,56)
C12M30Y0K56 
(12%,30%,0%,56%)
(0.12/0.30/0.00/0.56)	

CMYK percentages

%12.39
%30.09
%0
%55.69

Codes

Color #634F71 in popluar color models

634F71
RGB9979113
HSL275°17.71%37.65%
HSB/HSV275°30.09%44.31%
CMYK12.39%30.09%0.00%
55.69%

Color #634F71 in popluar number systems.

HEX634F71
Decimal9979113
Binary110001110011111110001
Octal143117161

Shades and tints

Shades of #634F71

#634F71
(99,79,113)
#5A4867
(90,72,103)
#51415D
(81,65,93)
#483A53
(72,58,83)
#3F3349
(63,51,73)
#362C3F
(54,44,63)
#2D2535
(45,37,53)
#241E2B
(36,30,43)
#1B1721
(27,23,33)
#121017
(18,16,23)
#09090D
(9,9,13)
#000000
(0,0,0)

Tints of #634F71

#634F71
(99,79,113)
#715F7D
(113,95,125)
#7F6F89
(127,111,137)
#8D7F95
(141,127,149)
#9B8FA1
(155,143,161)
#A99FAD
(169,159,173)
#B7AFB9
(183,175,185)
#C5BFC5
(197,191,197)
#D3CFD1
(211,207,209)
#E1DFDD
(225,223,221)
#EFEFE9
(239,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #634F71; }

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

This text font color is #634F71.


Background Color

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

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

This div background color is #634F71.


Border color

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

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

This div border color is #634F71.


Opacity

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

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

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

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

This text has shadow with #634F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #634F71 on black background.


Color preview on white background

This text has color #634F71 on white background.



Black color preview on #634F71 background

This text has black color on #634F71 background.


White color preview on #634F71 background

This text has white color on #634F71 background.