COLOR #634C74

HEX: #634C74
RGB: (99,76,116)

Color info

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

RGB color model

#634C74 color RGB value is (99,76,116).

  • red value is 99;
  • green value is 76;
  • blue value is 116.
RGB:
(99,76,116)
(39%,30%,45%)

RGB channels and saturation

R 99 of 255 = 39%
G 76 of 255 = 30%
B 116 of 255 = 45%

99
76
116

R + G + B ~ 38%. #634C74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 76 + 116 = 291 (100%)
R 99 of 291 ~ 34.02%
G 76 of 291 ~ 26.12%
B 116 of 291 ~ 39.86%

%34.02
%26.12
%39.86

CMYK color model

#634C74 color CMYK value is (15,34,0,55).

  • cyan value is 14.66%
  • magenta value is 34.48%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(15,34,0,55)
C15M34Y0K55 
(15%,34%,0%,55%)
(0.15/0.34/0.00/0.55)	

CMYK percentages

%14.66
%34.48
%0
%54.51

Codes

Color #634C74 in popluar color models

634C74
RGB9976116
HSL275°20.83%37.65%
HSB/HSV275°34.48%45.49%
CMYK14.66%34.48%0.00%
54.51%

Color #634C74 in popluar number systems.

HEX634C74
Decimal9976116
Binary110001110011001110100
Octal143114164

Shades and tints

Shades of #634C74

#634C74
(99,76,116)
#5A466A
(90,70,106)
#514060
(81,64,96)
#483A56
(72,58,86)
#3F344C
(63,52,76)
#362E42
(54,46,66)
#2D2838
(45,40,56)
#24222E
(36,34,46)
#1B1C24
(27,28,36)
#12161A
(18,22,26)
#091010
(9,16,16)
#000000
(0,0,0)

Tints of #634C74

#634C74
(99,76,116)
#715C80
(113,92,128)
#7F6C8C
(127,108,140)
#8D7C98
(141,124,152)
#9B8CA4
(155,140,164)
#A99CB0
(169,156,176)
#B7ACBC
(183,172,188)
#C5BCC8
(197,188,200)
#D3CCD4
(211,204,212)
#E1DCE0
(225,220,224)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #634C74 color. Also use rgb(99,76,116) instead hex code.

Text Font Color

.myTextColor { color: #634C74; }

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

This text font color is #634C74.


Background Color

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

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

This div background color is #634C74.


Border color

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

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

This div border color is #634C74.


Opacity

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

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

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

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

This text has shadow with #634C74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #634C74 on black background.


Color preview on white background

This text has color #634C74 on white background.



Black color preview on #634C74 background

This text has black color on #634C74 background.


White color preview on #634C74 background

This text has white color on #634C74 background.