COLOR #634D5A

HEX: #634D5A RGB: (99,77,90)

Color info

#634D5A contains red, green and blue colors in about the same proportion. Web safe color of #634D5A is #663366 (or #636).

RGB color model

#634D5A color RGB value is (99,77,90).

RGB: (99,77,90) (39%, 30%, 35%)

RGB channels and saturation

R 99 of 255 = 39%
G 77 of 255 = 30%
B 90 of 255 = 35%

99
77
90

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

Portions of RGB colors in percentages

R + G + B = 99 + 77 + 90 = 266 (100%)
R 99 of 266 ~ 37.22%
G 77 of 266 ~ 28.95%
B 90 of 266 ~ 33.83'%

%37.22
%28.95
%33.83

CMYK color model

#634D5A color CMYK value is (0,22,9,61).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 9.09%
  • key color value is 61.18%

CMYK: (0,22,9,61)
C0M22Y9K61 (0%, 22%, 9%, 61%)
(0.00 / 0.22 / 0.09 / 0.61)

CMYK percentages

%0
%22.22
%9.09
%61.18

Codes

Color #634D5A in popluar color models

63 4D 5A
RGB 99 77 90
HSL 325° 12.50% 34.51%
HSB/HSV 325° 22.22% 38.82%
CMYK 0.00% 22.22% 9.09%
61.18%

Color #634D5A in popluar number systems.

HEX 63 4D 5A
Decimal 99 77 90
Binary 1100011 1001101 1011010
Octal 143 115 132

Shades and tints

Shades of #634D5A

#634D5A
(99,77,90)
#5A4652
(90,70,82)
#513F4A
(81,63,74)
#483842
(72,56,66)
#3F313A
(63,49,58)
#362A32
(54,42,50)
#2D232A
(45,35,42)
#241C22
(36,28,34)
#1B151A
(27,21,26)
#120E12
(18,14,18)
#09070A
(9,7,10)
#000000
(0,0,0)

Tints of #634D5A

#634D5A
(99,77,90)
#715D69
(113,93,105)
#7F6D78
(127,109,120)
#8D7D87
(141,125,135)
#9B8D96
(155,141,150)
#A99DA5
(169,157,165)
#B7ADB4
(183,173,180)
#C5BDC3
(197,189,195)
#D3CDD2
(211,205,210)
#E1DDE1
(225,221,225)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #634D5A; }

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

This text font color is #634D5A.

Background Color

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

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

This div background color is #634D5A.

Border color

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

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

This div border color is #634D5A.

Opacity

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

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

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

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

This text has shadow with #634D5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #634D5A.

Preview

Color preview on black background

This text has color #634D5A on black background.


Color preview on white background

This text has color #634D5A on white background.


Black color preview on #634D5A background

This text has black color on #634D5A background.


White color preview on #634D5A background

This text has white color on #634D5A background.


Related colors

Complementary color

Complementary color for #hex is #9CB2A5.


I love getcolorcode.com

Triadic colors

1 #5A634D and #4D5A63 with #634D5A are triadic colors.

2 #5A4D63 and #4D635A with #634D5A are triadic colors.