COLOR #634F4B

HEX: #634F4B RGB: (99,79,75)

Color info

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

RGB color model

#634F4B color RGB value is (99,79,75).

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

RGB channels and saturation

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

99
79
75

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

Portions of RGB colors in percentages

R + G + B = 99 + 79 + 75 = 253 (100%)
R 99 of 253 ~ 39.13%
G 79 of 253 ~ 31.23%
B 75 of 253 ~ 29.64'%

%39.13
%31.23
%29.64

CMYK color model

#634F4B color CMYK value is (0,20,24,61).

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

CMYK: (0,20,24,61)
C0M20Y24K61 (0%, 20%, 24%, 61%)
(0.00 / 0.20 / 0.24 / 0.61)

CMYK percentages

%0
%20.2
%24.24
%61.18

Codes

Color #634F4B in popluar color models

63 4F 4B
RGB 99 79 75
HSL 10° 13.79% 34.12%
HSB/HSV 10° 24.24% 38.82%
CMYK 0.00% 20.20% 24.24%
61.18%

Color #634F4B in popluar number systems.

HEX 63 4F 4B
Decimal 99 79 75
Binary 1100011 1001111 1001011
Octal 143 117 113

Shades and tints

Shades of #634F4B

#634F4B
(99,79,75)
#5A4845
(90,72,69)
#51413F
(81,65,63)
#483A39
(72,58,57)
#3F3333
(63,51,51)
#362C2D
(54,44,45)
#2D2527
(45,37,39)
#241E21
(36,30,33)
#1B171B
(27,23,27)
#121015
(18,16,21)
#09090F
(9,9,15)
#000000
(0,0,0)

Tints of #634F4B

#634F4B
(99,79,75)
#715F5B
(113,95,91)
#7F6F6B
(127,111,107)
#8D7F7B
(141,127,123)
#9B8F8B
(155,143,139)
#A99F9B
(169,159,155)
#B7AFAB
(183,175,171)
#C5BFBB
(197,191,187)
#D3CFCB
(211,207,203)
#E1DFDB
(225,223,219)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #634F4B; }

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

This text font color is #634F4B.

Background Color

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

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

This div background color is #634F4B.

Border color

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

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

This div border color is #634F4B.

Opacity

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

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

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

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

This text has shadow with #634F4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #634F4B.

Preview

Color preview on black background

This text has color #634F4B on black background.


Color preview on white background

This text has color #634F4B on white background.


Black color preview on #634F4B background

This text has black color on #634F4B background.


White color preview on #634F4B background

This text has white color on #634F4B background.


Related colors

Complementary color

Complementary color for #hex is #9CB0B4.


I love getcolorcode.com

Triadic colors

1 #4B634F and #4F4B63 with #634F4B are triadic colors.

2 #4B4F63 and #4F634B with #634F4B are triadic colors.