COLOR #634B74

HEX: #634B74
RGB: (99,75,116)

Color info

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

RGB color model

#634B74 color RGB value is (99,75,116).

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

RGB channels and saturation

R 99 of 255 = 39%
G 75 of 255 = 29%
B 116 of 255 = 45%

99
75
116

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

Portions of RGB colors in percentages

R + G + B =
99 + 75 + 116 = 290 (100%)
R 99 of 290 ~ 34.14%
G 75 of 290 ~ 25.86%
B 116 of 290 ~ 40%

%34.14
%25.86
%40

CMYK color model

#634B74 color CMYK value is (15,35,0,55).

  • cyan value is 14.66%
  • magenta value is 35.34%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(15,35,0,55)
C15M35Y0K55 
(15%,35%,0%,55%)
(0.15/0.35/0.00/0.55)	

CMYK percentages

%14.66
%35.34
%0
%54.51

Codes

Color #634B74 in popluar color models

634B74
RGB9975116
HSL275°21.47%37.45%
HSB/HSV275°35.34%45.49%
CMYK14.66%35.34%0.00%
54.51%

Color #634B74 in popluar number systems.

HEX634B74
Decimal9975116
Binary110001110010111110100
Octal143113164

Shades and tints

Shades of #634B74

#634B74
(99,75,116)
#5A456A
(90,69,106)
#513F60
(81,63,96)
#483956
(72,57,86)
#3F334C
(63,51,76)
#362D42
(54,45,66)
#2D2738
(45,39,56)
#24212E
(36,33,46)
#1B1B24
(27,27,36)
#12151A
(18,21,26)
#090F10
(9,15,16)
#000000
(0,0,0)

Tints of #634B74

#634B74
(99,75,116)
#715B80
(113,91,128)
#7F6B8C
(127,107,140)
#8D7B98
(141,123,152)
#9B8BA4
(155,139,164)
#A99BB0
(169,155,176)
#B7ABBC
(183,171,188)
#C5BBC8
(197,187,200)
#D3CBD4
(211,203,212)
#E1DBE0
(225,219,224)
#EFEBEC
(239,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #634B74; }

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

This text font color is #634B74.


Background Color

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

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

This div background color is #634B74.


Border color

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

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

This div border color is #634B74.


Opacity

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

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

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

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

This text has shadow with #634B74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #634B74 on black background.


Color preview on white background

This text has color #634B74 on white background.



Black color preview on #634B74 background

This text has black color on #634B74 background.


White color preview on #634B74 background

This text has white color on #634B74 background.