COLOR #634F59

HEX: #634F59
RGB: (99,79,89)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

99
79
89

R + G + B ~ 35%. #634F59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 79 + 89 = 267 (100%)
R 99 of 267 ~ 37.08%
G 79 of 267 ~ 29.59%
B 89 of 267 ~ 33.33%

%37.08
%29.59
%33.33

CMYK color model

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

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

CMYK percentages

%0
%20.2
%10.1
%61.18

Codes

Color #634F59 in popluar color models

634F59
RGB997989
HSL330°11.24%34.90%
HSB/HSV330°20.20%38.82%
CMYK0.00%20.20%10.10%
61.18%

Color #634F59 in popluar number systems.

HEX634F59
Decimal997989
Binary110001110011111011001
Octal143117131

Shades and tints

Shades of #634F59

#634F59
(99,79,89)
#5A4851
(90,72,81)
#514149
(81,65,73)
#483A41
(72,58,65)
#3F3339
(63,51,57)
#362C31
(54,44,49)
#2D2529
(45,37,41)
#241E21
(36,30,33)
#1B1719
(27,23,25)
#121011
(18,16,17)
#090909
(9,9,9)
#000000
(0,0,0)

Tints of #634F59

#634F59
(99,79,89)
#715F68
(113,95,104)
#7F6F77
(127,111,119)
#8D7F86
(141,127,134)
#9B8F95
(155,143,149)
#A99FA4
(169,159,164)
#B7AFB3
(183,175,179)
#C5BFC2
(197,191,194)
#D3CFD1
(211,207,209)
#E1DFE0
(225,223,224)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #634F59; }

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

This text font color is #634F59.


Background Color

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

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

This div background color is #634F59.


Border color

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

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

This div border color is #634F59.


Opacity

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

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

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

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

This text has shadow with #634F59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #634F59 on black background.


Color preview on white background

This text has color #634F59 on white background.



Black color preview on #634F59 background

This text has black color on #634F59 background.


White color preview on #634F59 background

This text has white color on #634F59 background.