COLOR #634B4F

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

Color info

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

RGB color model

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

  • red value is 99;
  • green value is 75;
  • blue value is 79.
RGB:
(99,75,79)
(39%,29%,31%)

RGB channels and saturation

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

99
75
79

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

Portions of RGB colors in percentages

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

%39.13
%29.64
%31.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.24%
  • yellow value is 20.20%
  • key color value is 61.18%
CMYK:
(0,24,20,61)
C0M24Y20K61 
(0%,24%,20%,61%)
(0.00/0.24/0.20/0.61)	

CMYK percentages

%0
%24.24
%20.2
%61.18

Codes

Color #634B4F in popluar color models

634B4F
RGB997579
HSL350°13.79%34.12%
HSB/HSV350°24.24%38.82%
CMYK0.00%24.24%20.20%
61.18%

Color #634B4F in popluar number systems.

HEX634B4F
Decimal997579
Binary110001110010111001111
Octal143113117

Shades and tints

Shades of #634B4F

#634B4F
(99,75,79)
#5A4548
(90,69,72)
#513F41
(81,63,65)
#48393A
(72,57,58)
#3F3333
(63,51,51)
#362D2C
(54,45,44)
#2D2725
(45,39,37)
#24211E
(36,33,30)
#1B1B17
(27,27,23)
#121510
(18,21,16)
#090F09
(9,15,9)
#000000
(0,0,0)

Tints of #634B4F

#634B4F
(99,75,79)
#715B5F
(113,91,95)
#7F6B6F
(127,107,111)
#8D7B7F
(141,123,127)
#9B8B8F
(155,139,143)
#A99B9F
(169,155,159)
#B7ABAF
(183,171,175)
#C5BBBF
(197,187,191)
#D3CBCF
(211,203,207)
#E1DBDF
(225,219,223)
#EFEBEF
(239,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #634B4F; }

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

This text font color is #634B4F.


Background Color

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

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

This div background color is #634B4F.


Border color

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

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

This div border color is #634B4F.


Opacity

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

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

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

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

This text has shadow with #634B4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #634B4F on black background.


Color preview on white background

This text has color #634B4F on white background.



Black color preview on #634B4F background

This text has black color on #634B4F background.


White color preview on #634B4F background

This text has white color on #634B4F background.