COLOR #634B53

HEX: #634B53
RGB: (99,75,83)

Color info

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

RGB color model

#634B53 color RGB value is (99,75,83).

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

RGB channels and saturation

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

99
75
83

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

Portions of RGB colors in percentages

R + G + B =
99 + 75 + 83 = 257 (100%)
R 99 of 257 ~ 38.52%
G 75 of 257 ~ 29.18%
B 83 of 257 ~ 32.3%

%38.52
%29.18
%32.3

CMYK color model

#634B53 color CMYK value is (0,24,16,61).

  • cyan value is 0.00%
  • magenta value is 24.24%
  • yellow value is 16.16%
  • key color value is 61.18%
CMYK:
(0,24,16,61)
C0M24Y16K61 
(0%,24%,16%,61%)
(0.00/0.24/0.16/0.61)	

CMYK percentages

%0
%24.24
%16.16
%61.18

Codes

Color #634B53 in popluar color models

634B53
RGB997583
HSL340°13.79%34.12%
HSB/HSV340°24.24%38.82%
CMYK0.00%24.24%16.16%
61.18%

Color #634B53 in popluar number systems.

HEX634B53
Decimal997583
Binary110001110010111010011
Octal143113123

Shades and tints

Shades of #634B53

#634B53
(99,75,83)
#5A454C
(90,69,76)
#513F45
(81,63,69)
#48393E
(72,57,62)
#3F3337
(63,51,55)
#362D30
(54,45,48)
#2D2729
(45,39,41)
#242122
(36,33,34)
#1B1B1B
(27,27,27)
#121514
(18,21,20)
#090F0D
(9,15,13)
#000000
(0,0,0)

Tints of #634B53

#634B53
(99,75,83)
#715B62
(113,91,98)
#7F6B71
(127,107,113)
#8D7B80
(141,123,128)
#9B8B8F
(155,139,143)
#A99B9E
(169,155,158)
#B7ABAD
(183,171,173)
#C5BBBC
(197,187,188)
#D3CBCB
(211,203,203)
#E1DBDA
(225,219,218)
#EFEBE9
(239,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #634B53; }

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

This text font color is #634B53.


Background Color

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

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

This div background color is #634B53.


Border color

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

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

This div border color is #634B53.


Opacity

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

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

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

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

This text has shadow with #634B53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #634B53 on black background.


Color preview on white background

This text has color #634B53 on white background.



Black color preview on #634B53 background

This text has black color on #634B53 background.


White color preview on #634B53 background

This text has white color on #634B53 background.