COLOR #634A52

HEX: #634A52
RGB: (99,74,82)

Color info

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

RGB color model

#634A52 color RGB value is (99,74,82).

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

RGB channels and saturation

R 99 of 255 = 39%
G 74 of 255 = 29%
B 82 of 255 = 32%

99
74
82

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

Portions of RGB colors in percentages

R + G + B =
99 + 74 + 82 = 255 (100%)
R 99 of 255 ~ 38.82%
G 74 of 255 ~ 29.02%
B 82 of 255 ~ 32.16%

%38.82
%29.02
%32.16

CMYK color model

#634A52 color CMYK value is (0,25,17,61).

  • cyan value is 0.00%
  • magenta value is 25.25%
  • yellow value is 17.17%
  • key color value is 61.18%
CMYK:
(0,25,17,61)
C0M25Y17K61 
(0%,25%,17%,61%)
(0.00/0.25/0.17/0.61)	

CMYK percentages

%0
%25.25
%17.17
%61.18

Codes

Color #634A52 in popluar color models

634A52
RGB997482
HSL341°14.45%33.92%
HSB/HSV341°25.25%38.82%
CMYK0.00%25.25%17.17%
61.18%

Color #634A52 in popluar number systems.

HEX634A52
Decimal997482
Binary110001110010101010010
Octal143112122

Shades and tints

Shades of #634A52

#634A52
(99,74,82)
#5A444B
(90,68,75)
#513E44
(81,62,68)
#48383D
(72,56,61)
#3F3236
(63,50,54)
#362C2F
(54,44,47)
#2D2628
(45,38,40)
#242021
(36,32,33)
#1B1A1A
(27,26,26)
#121413
(18,20,19)
#090E0C
(9,14,12)
#000000
(0,0,0)

Tints of #634A52

#634A52
(99,74,82)
#715A61
(113,90,97)
#7F6A70
(127,106,112)
#8D7A7F
(141,122,127)
#9B8A8E
(155,138,142)
#A99A9D
(169,154,157)
#B7AAAC
(183,170,172)
#C5BABB
(197,186,187)
#D3CACA
(211,202,202)
#E1DAD9
(225,218,217)
#EFEAE8
(239,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #634A52; }

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

This text font color is #634A52.


Background Color

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

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

This div background color is #634A52.


Border color

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

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

This div border color is #634A52.


Opacity

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

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

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

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

This text has shadow with #634A52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #634A52 on black background.


Color preview on white background

This text has color #634A52 on white background.



Black color preview on #634A52 background

This text has black color on #634A52 background.


White color preview on #634A52 background

This text has white color on #634A52 background.