COLOR #634B59

HEX: #634B59
RGB: (99,75,89)

Color info

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

RGB color model

#634B59 color RGB value is (99,75,89).

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

RGB channels and saturation

R 99 of 255 = 39%
G 75 of 255 = 29%
B 89 of 255 = 35%

99
75
89

R + G + B ~ 34%. #634B59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 75 + 89 = 263 (100%)
R 99 of 263 ~ 37.64%
G 75 of 263 ~ 28.52%
B 89 of 263 ~ 33.84%

%37.64
%28.52
%33.84

CMYK color model

#634B59 color CMYK value is (0,24,10,61).

  • cyan value is 0.00%
  • magenta value is 24.24%
  • yellow value is 10.10%
  • key color value is 61.18%
CMYK:
(0,24,10,61)
C0M24Y10K61 
(0%,24%,10%,61%)
(0.00/0.24/0.10/0.61)	

CMYK percentages

%0
%24.24
%10.1
%61.18

Codes

Color #634B59 in popluar color models

634B59
RGB997589
HSL325°13.79%34.12%
HSB/HSV325°24.24%38.82%
CMYK0.00%24.24%10.10%
61.18%

Color #634B59 in popluar number systems.

HEX634B59
Decimal997589
Binary110001110010111011001
Octal143113131

Shades and tints

Shades of #634B59

#634B59
(99,75,89)
#5A4551
(90,69,81)
#513F49
(81,63,73)
#483941
(72,57,65)
#3F3339
(63,51,57)
#362D31
(54,45,49)
#2D2729
(45,39,41)
#242121
(36,33,33)
#1B1B19
(27,27,25)
#121511
(18,21,17)
#090F09
(9,15,9)
#000000
(0,0,0)

Tints of #634B59

#634B59
(99,75,89)
#715B68
(113,91,104)
#7F6B77
(127,107,119)
#8D7B86
(141,123,134)
#9B8B95
(155,139,149)
#A99BA4
(169,155,164)
#B7ABB3
(183,171,179)
#C5BBC2
(197,187,194)
#D3CBD1
(211,203,209)
#E1DBE0
(225,219,224)
#EFEBEF
(239,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #634B59; }

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

This text font color is #634B59.


Background Color

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

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

This div background color is #634B59.


Border color

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

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

This div border color is #634B59.


Opacity

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

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

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

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

This text has shadow with #634B59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #634B59 on black background.


Color preview on white background

This text has color #634B59 on white background.



Black color preview on #634B59 background

This text has black color on #634B59 background.


White color preview on #634B59 background

This text has white color on #634B59 background.