COLOR #634A58

HEX: #634A58
RGB: (99,74,88)

Color info

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

RGB color model

#634A58 color RGB value is (99,74,88).

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

RGB channels and saturation

R 99 of 255 = 39%
G 74 of 255 = 29%
B 88 of 255 = 35%

99
74
88

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

Portions of RGB colors in percentages

R + G + B =
99 + 74 + 88 = 261 (100%)
R 99 of 261 ~ 37.93%
G 74 of 261 ~ 28.35%
B 88 of 261 ~ 33.72%

%37.93
%28.35
%33.72

CMYK color model

#634A58 color CMYK value is (0,25,11,61).

  • cyan value is 0.00%
  • magenta value is 25.25%
  • yellow value is 11.11%
  • key color value is 61.18%
CMYK:
(0,25,11,61)
C0M25Y11K61 
(0%,25%,11%,61%)
(0.00/0.25/0.11/0.61)	

CMYK percentages

%0
%25.25
%11.11
%61.18

Codes

Color #634A58 in popluar color models

634A58
RGB997488
HSL326°14.45%33.92%
HSB/HSV326°25.25%38.82%
CMYK0.00%25.25%11.11%
61.18%

Color #634A58 in popluar number systems.

HEX634A58
Decimal997488
Binary110001110010101011000
Octal143112130

Shades and tints

Shades of #634A58

#634A58
(99,74,88)
#5A4450
(90,68,80)
#513E48
(81,62,72)
#483840
(72,56,64)
#3F3238
(63,50,56)
#362C30
(54,44,48)
#2D2628
(45,38,40)
#242020
(36,32,32)
#1B1A18
(27,26,24)
#121410
(18,20,16)
#090E08
(9,14,8)
#000000
(0,0,0)

Tints of #634A58

#634A58
(99,74,88)
#715A67
(113,90,103)
#7F6A76
(127,106,118)
#8D7A85
(141,122,133)
#9B8A94
(155,138,148)
#A99AA3
(169,154,163)
#B7AAB2
(183,170,178)
#C5BAC1
(197,186,193)
#D3CAD0
(211,202,208)
#E1DADF
(225,218,223)
#EFEAEE
(239,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #634A58; }

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

This text font color is #634A58.


Background Color

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

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

This div background color is #634A58.


Border color

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

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

This div border color is #634A58.


Opacity

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

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

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

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

This text has shadow with #634A58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #634A58 on black background.


Color preview on white background

This text has color #634A58 on white background.



Black color preview on #634A58 background

This text has black color on #634A58 background.


White color preview on #634A58 background

This text has white color on #634A58 background.