COLOR #634A55

HEX: #634A55
RGB: (99,74,85)

Color info

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

RGB color model

#634A55 color RGB value is (99,74,85).

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

RGB channels and saturation

R 99 of 255 = 39%
G 74 of 255 = 29%
B 85 of 255 = 33%

99
74
85

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

Portions of RGB colors in percentages

R + G + B =
99 + 74 + 85 = 258 (100%)
R 99 of 258 ~ 38.37%
G 74 of 258 ~ 28.68%
B 85 of 258 ~ 32.95%

%38.37
%28.68
%32.95

CMYK color model

#634A55 color CMYK value is (0,25,14,61).

  • cyan value is 0.00%
  • magenta value is 25.25%
  • yellow value is 14.14%
  • key color value is 61.18%
CMYK:
(0,25,14,61)
C0M25Y14K61 
(0%,25%,14%,61%)
(0.00/0.25/0.14/0.61)	

CMYK percentages

%0
%25.25
%14.14
%61.18

Codes

Color #634A55 in popluar color models

634A55
RGB997485
HSL334°14.45%33.92%
HSB/HSV334°25.25%38.82%
CMYK0.00%25.25%14.14%
61.18%

Color #634A55 in popluar number systems.

HEX634A55
Decimal997485
Binary110001110010101010101
Octal143112125

Shades and tints

Shades of #634A55

#634A55
(99,74,85)
#5A444E
(90,68,78)
#513E47
(81,62,71)
#483840
(72,56,64)
#3F3239
(63,50,57)
#362C32
(54,44,50)
#2D262B
(45,38,43)
#242024
(36,32,36)
#1B1A1D
(27,26,29)
#121416
(18,20,22)
#090E0F
(9,14,15)
#000000
(0,0,0)

Tints of #634A55

#634A55
(99,74,85)
#715A64
(113,90,100)
#7F6A73
(127,106,115)
#8D7A82
(141,122,130)
#9B8A91
(155,138,145)
#A99AA0
(169,154,160)
#B7AAAF
(183,170,175)
#C5BABE
(197,186,190)
#D3CACD
(211,202,205)
#E1DADC
(225,218,220)
#EFEAEB
(239,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #634A55 color. Also use rgb(99,74,85) instead hex code.

Text Font Color

.myTextColor { color: #634A55; }

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

This text font color is #634A55.


Background Color

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

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

This div background color is #634A55.


Border color

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

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

This div border color is #634A55.


Opacity

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

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

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

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

This text has shadow with #634A55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #634A55 on black background.


Color preview on white background

This text has color #634A55 on white background.



Black color preview on #634A55 background

This text has black color on #634A55 background.


White color preview on #634A55 background

This text has white color on #634A55 background.