COLOR #634C4F

HEX: #634C4F RGB: (99,76,79)

Color info

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

RGB color model

#634C4F color RGB value is (99,76,79).

RGB: (99,76,79) (39%, 30%, 31%)

RGB channels and saturation

R 99 of 255 = 39%
G 76 of 255 = 30%
B 79 of 255 = 31%

99
76
79

R + G + B ~ 33%. #634C4F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 99 + 76 + 79 = 254 (100%)
R 99 of 254 ~ 38.98%
G 76 of 254 ~ 29.92%
B 79 of 254 ~ 31.1'%

%38.98
%29.92
%31.1

CMYK color model

#634C4F color CMYK value is (0,23,20,61).

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

CMYK: (0,23,20,61)
C0M23Y20K61 (0%, 23%, 20%, 61%)
(0.00 / 0.23 / 0.20 / 0.61)

CMYK percentages

%0
%23.23
%20.2
%61.18

Codes

Color #634C4F in popluar color models

63 4C 4F
RGB 99 76 79
HSL 352° 13.14% 34.31%
HSB/HSV 352° 23.23% 38.82%
CMYK 0.00% 23.23% 20.20%
61.18%

Color #634C4F in popluar number systems.

HEX 63 4C 4F
Decimal 99 76 79
Binary 1100011 1001100 1001111
Octal 143 114 117

Shades and tints

Shades of #634C4F

#634C4F
(99,76,79)
#5A4648
(90,70,72)
#514041
(81,64,65)
#483A3A
(72,58,58)
#3F3433
(63,52,51)
#362E2C
(54,46,44)
#2D2825
(45,40,37)
#24221E
(36,34,30)
#1B1C17
(27,28,23)
#121610
(18,22,16)
#091009
(9,16,9)
#000000
(0,0,0)

Tints of #634C4F

#634C4F
(99,76,79)
#715C5F
(113,92,95)
#7F6C6F
(127,108,111)
#8D7C7F
(141,124,127)
#9B8C8F
(155,140,143)
#A99C9F
(169,156,159)
#B7ACAF
(183,172,175)
#C5BCBF
(197,188,191)
#D3CCCF
(211,204,207)
#E1DCDF
(225,220,223)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #634C4F; }

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

This text font color is #634C4F.

Background Color

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

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

This div background color is #634C4F.

Border color

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

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

This div border color is #634C4F.

Opacity

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

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

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

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

This text has shadow with #634C4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #634C4F.

Preview

Color preview on black background

This text has color #634C4F on black background.


Color preview on white background

This text has color #634C4F on white background.


Black color preview on #634C4F background

This text has black color on #634C4F background.


White color preview on #634C4F background

This text has white color on #634C4F background.


Related colors

Complementary color

Complementary color for #hex is #9CB3B0.


I love getcolorcode.com

Triadic colors

1 #4F634C and #4C4F63 with #634C4F are triadic colors.

2 #4F4C63 and #4C634F with #634C4F are triadic colors.