COLOR #634C4B

HEX: #634C4B RGB: (99,76,75)

Color info

#634C4B contains red, green and blue colors in about the same proportion. Web safe color of #634C4B is #663333 (or #633).

RGB color model

#634C4B color RGB value is (99,76,75).

RGB: (99,76,75) (39%, 30%, 29%)

RGB channels and saturation

R 99 of 255 = 39%
G 76 of 255 = 30%
B 75 of 255 = 29%

99
76
75

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

Portions of RGB colors in percentages

R + G + B = 99 + 76 + 75 = 250 (100%)
R 99 of 250 ~ 39.6%
G 76 of 250 ~ 30.4%
B 75 of 250 ~ 30'%

%39.6
%30.4
%30

CMYK color model

#634C4B color CMYK value is (0,23,24,61).

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

CMYK: (0,23,24,61)
C0M23Y24K61 (0%, 23%, 24%, 61%)
(0.00 / 0.23 / 0.24 / 0.61)

CMYK percentages

%0
%23.23
%24.24
%61.18

Codes

Color #634C4B in popluar color models

63 4C 4B
RGB 99 76 75
HSL 13.79% 34.12%
HSB/HSV 24.24% 38.82%
CMYK 0.00% 23.23% 24.24%
61.18%

Color #634C4B in popluar number systems.

HEX 63 4C 4B
Decimal 99 76 75
Binary 1100011 1001100 1001011
Octal 143 114 113

Shades and tints

Shades of #634C4B

#634C4B
(99,76,75)
#5A4645
(90,70,69)
#51403F
(81,64,63)
#483A39
(72,58,57)
#3F3433
(63,52,51)
#362E2D
(54,46,45)
#2D2827
(45,40,39)
#242221
(36,34,33)
#1B1C1B
(27,28,27)
#121615
(18,22,21)
#09100F
(9,16,15)
#000000
(0,0,0)

Tints of #634C4B

#634C4B
(99,76,75)
#715C5B
(113,92,91)
#7F6C6B
(127,108,107)
#8D7C7B
(141,124,123)
#9B8C8B
(155,140,139)
#A99C9B
(169,156,155)
#B7ACAB
(183,172,171)
#C5BCBB
(197,188,187)
#D3CCCB
(211,204,203)
#E1DCDB
(225,220,219)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #634C4B; }

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

This text font color is #634C4B.

Background Color

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

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

This div background color is #634C4B.

Border color

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

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

This div border color is #634C4B.

Opacity

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

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

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

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

This text has shadow with #634C4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #634C4B.

Preview

Color preview on black background

This text has color #634C4B on black background.


Color preview on white background

This text has color #634C4B on white background.


Black color preview on #634C4B background

This text has black color on #634C4B background.


White color preview on #634C4B background

This text has white color on #634C4B background.


Related colors

Complementary color

Complementary color for #hex is #9CB3B4.


I love getcolorcode.com

Triadic colors

1 #4B634C and #4C4B63 with #634C4B are triadic colors.

2 #4B4C63 and #4C634B with #634C4B are triadic colors.