COLOR #634B54

HEX: #634B54
RGB: (99,75,84)

Color info

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

RGB color model

#634B54 color RGB value is (99,75,84).

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

RGB channels and saturation

R 99 of 255 = 39%
G 75 of 255 = 29%
B 84 of 255 = 33%

99
75
84

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

Portions of RGB colors in percentages

R + G + B =
99 + 75 + 84 = 258 (100%)
R 99 of 258 ~ 38.37%
G 75 of 258 ~ 29.07%
B 84 of 258 ~ 32.56%

%38.37
%29.07
%32.56

CMYK color model

#634B54 color CMYK value is (0,24,15,61).

  • cyan value is 0.00%
  • magenta value is 24.24%
  • yellow value is 15.15%
  • key color value is 61.18%
CMYK:
(0,24,15,61)
C0M24Y15K61 
(0%,24%,15%,61%)
(0.00/0.24/0.15/0.61)	

CMYK percentages

%0
%24.24
%15.15
%61.18

Codes

Color #634B54 in popluar color models

634B54
RGB997584
HSL338°13.79%34.12%
HSB/HSV338°24.24%38.82%
CMYK0.00%24.24%15.15%
61.18%

Color #634B54 in popluar number systems.

HEX634B54
Decimal997584
Binary110001110010111010100
Octal143113124

Shades and tints

Shades of #634B54

#634B54
(99,75,84)
#5A454D
(90,69,77)
#513F46
(81,63,70)
#48393F
(72,57,63)
#3F3338
(63,51,56)
#362D31
(54,45,49)
#2D272A
(45,39,42)
#242123
(36,33,35)
#1B1B1C
(27,27,28)
#121515
(18,21,21)
#090F0E
(9,15,14)
#000000
(0,0,0)

Tints of #634B54

#634B54
(99,75,84)
#715B63
(113,91,99)
#7F6B72
(127,107,114)
#8D7B81
(141,123,129)
#9B8B90
(155,139,144)
#A99B9F
(169,155,159)
#B7ABAE
(183,171,174)
#C5BBBD
(197,187,189)
#D3CBCC
(211,203,204)
#E1DBDB
(225,219,219)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #634B54; }

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

This text font color is #634B54.


Background Color

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

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

This div background color is #634B54.


Border color

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

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

This div border color is #634B54.


Opacity

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

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

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

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

This text has shadow with #634B54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #634B54 on black background.


Color preview on white background

This text has color #634B54 on white background.



Black color preview on #634B54 background

This text has black color on #634B54 background.


White color preview on #634B54 background

This text has white color on #634B54 background.