COLOR #634C5F

HEX: #634C5F RGB: (99,76,95)

Color info

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

RGB color model

#634C5F color RGB value is (99,76,95).

RGB: (99,76,95) (39%, 30%, 37%)

RGB channels and saturation

R 99 of 255 = 39%
G 76 of 255 = 30%
B 95 of 255 = 37%

99
76
95

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

Portions of RGB colors in percentages

R + G + B = 99 + 76 + 95 = 270 (100%)
R 99 of 270 ~ 36.67%
G 76 of 270 ~ 28.15%
B 95 of 270 ~ 35.19'%

%36.67
%28.15
%35.19

CMYK color model

#634C5F color CMYK value is (0,23,4,61).

  • cyan value is 0.00%
  • magenta value is 23.23%
  • yellow value is 4.04%
  • key color value is 61.18%

CMYK: (0,23,4,61)
C0M23Y4K61 (0%, 23%, 4%, 61%)
(0.00 / 0.23 / 0.04 / 0.61)

CMYK percentages

%0
%23.23
%4.04
%61.18

Codes

Color #634C5F in popluar color models

63 4C 5F
RGB 99 76 95
HSL 310° 13.14% 34.31%
HSB/HSV 310° 23.23% 38.82%
CMYK 0.00% 23.23% 4.04%
61.18%

Color #634C5F in popluar number systems.

HEX 63 4C 5F
Decimal 99 76 95
Binary 1100011 1001100 1011111
Octal 143 114 137

Shades and tints

Shades of #634C5F

#634C5F
(99,76,95)
#5A4657
(90,70,87)
#51404F
(81,64,79)
#483A47
(72,58,71)
#3F343F
(63,52,63)
#362E37
(54,46,55)
#2D282F
(45,40,47)
#242227
(36,34,39)
#1B1C1F
(27,28,31)
#121617
(18,22,23)
#09100F
(9,16,15)
#000000
(0,0,0)

Tints of #634C5F

#634C5F
(99,76,95)
#715C6D
(113,92,109)
#7F6C7B
(127,108,123)
#8D7C89
(141,124,137)
#9B8C97
(155,140,151)
#A99CA5
(169,156,165)
#B7ACB3
(183,172,179)
#C5BCC1
(197,188,193)
#D3CCCF
(211,204,207)
#E1DCDD
(225,220,221)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #634C5F; }

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

This text font color is #634C5F.

Background Color

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

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

This div background color is #634C5F.

Border color

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

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

This div border color is #634C5F.

Opacity

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

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

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

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

This text has shadow with #634C5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #634C5F.

Preview

Color preview on black background

This text has color #634C5F on black background.


Color preview on white background

This text has color #634C5F on white background.


Black color preview on #634C5F background

This text has black color on #634C5F background.


White color preview on #634C5F background

This text has white color on #634C5F background.


Related colors

Complementary color

Complementary color for #hex is #9CB3A0.


I love getcolorcode.com

Triadic colors

1 #5F634C and #4C5F63 with #634C5F are triadic colors.

2 #5F4C63 and #4C635F with #634C5F are triadic colors.