COLOR #634F49

HEX: #634F49 RGB: (99,79,73)

Color info

#634F49 contains red, green and blue colors in about the same proportion. Web safe color of #634F49 is #666633 (or #663).

RGB color model

#634F49 color RGB value is (99,79,73).

RGB: (99,79,73) (39%, 31%, 29%)

RGB channels and saturation

R 99 of 255 = 39%
G 79 of 255 = 31%
B 73 of 255 = 29%

99
79
73

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

Portions of RGB colors in percentages

R + G + B = 99 + 79 + 73 = 251 (100%)
R 99 of 251 ~ 39.44%
G 79 of 251 ~ 31.47%
B 73 of 251 ~ 29.08'%

%39.44
%31.47
%29.08

CMYK color model

#634F49 color CMYK value is (0,20,26,61).

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

CMYK: (0,20,26,61)
C0M20Y26K61 (0%, 20%, 26%, 61%)
(0.00 / 0.20 / 0.26 / 0.61)

CMYK percentages

%0
%20.2
%26.26
%61.18

Codes

Color #634F49 in popluar color models

63 4F 49
RGB 99 79 73
HSL 14° 15.12% 33.73%
HSB/HSV 14° 26.26% 38.82%
CMYK 0.00% 20.20% 26.26%
61.18%

Color #634F49 in popluar number systems.

HEX 63 4F 49
Decimal 99 79 73
Binary 1100011 1001111 1001001
Octal 143 117 111

Shades and tints

Shades of #634F49

#634F49
(99,79,73)
#5A4843
(90,72,67)
#51413D
(81,65,61)
#483A37
(72,58,55)
#3F3331
(63,51,49)
#362C2B
(54,44,43)
#2D2525
(45,37,37)
#241E1F
(36,30,31)
#1B1719
(27,23,25)
#121013
(18,16,19)
#09090D
(9,9,13)
#000000
(0,0,0)

Tints of #634F49

#634F49
(99,79,73)
#715F59
(113,95,89)
#7F6F69
(127,111,105)
#8D7F79
(141,127,121)
#9B8F89
(155,143,137)
#A99F99
(169,159,153)
#B7AFA9
(183,175,169)
#C5BFB9
(197,191,185)
#D3CFC9
(211,207,201)
#E1DFD9
(225,223,217)
#EFEFE9
(239,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #634F49; }

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

This text font color is #634F49.

Background Color

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

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

This div background color is #634F49.

Border color

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

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

This div border color is #634F49.

Opacity

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

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

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

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

This text has shadow with #634F49 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #634F49.

Preview

Color preview on black background

This text has color #634F49 on black background.


Color preview on white background

This text has color #634F49 on white background.


Black color preview on #634F49 background

This text has black color on #634F49 background.


White color preview on #634F49 background

This text has white color on #634F49 background.


Related colors

Complementary color

Complementary color for #hex is #9CB0B6.


I love getcolorcode.com

Triadic colors

1 #49634F and #4F4963 with #634F49 are triadic colors.

2 #494F63 and #4F6349 with #634F49 are triadic colors.