COLOR #633A4E

HEX: #633A4E
RGB: (99,58,78)

Color info

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

RGB color model

#633A4E color RGB value is (99,58,78).

  • red value is 99;
  • green value is 58;
  • blue value is 78.
RGB:
(99,58,78)
(39%,23%,31%)

RGB channels and saturation

R 99 of 255 = 39%
G 58 of 255 = 23%
B 78 of 255 = 31%

99
58
78

R + G + B ~ 31%. #633A4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 58 + 78 = 235 (100%)
R 99 of 235 ~ 42.13%
G 58 of 235 ~ 24.68%
B 78 of 235 ~ 33.19%

%42.13
%24.68
%33.19

CMYK color model

#633A4E color CMYK value is (0,41,21,61).

  • cyan value is 0.00%
  • magenta value is 41.41%
  • yellow value is 21.21%
  • key color value is 61.18%
CMYK:
(0,41,21,61)
C0M41Y21K61 
(0%,41%,21%,61%)
(0.00/0.41/0.21/0.61)	

CMYK percentages

%0
%41.41
%21.21
%61.18

Codes

Color #633A4E in popluar color models

633A4E
RGB995878
HSL331°26.11%30.78%
HSB/HSV331°41.41%38.82%
CMYK0.00%41.41%21.21%
61.18%

Color #633A4E in popluar number systems.

HEX633A4E
Decimal995878
Binary11000111110101001110
Octal14372116

Shades and tints

Shades of #633A4E

#633A4E
(99,58,78)
#5A3547
(90,53,71)
#513040
(81,48,64)
#482B39
(72,43,57)
#3F2632
(63,38,50)
#36212B
(54,33,43)
#2D1C24
(45,28,36)
#24171D
(36,23,29)
#1B1216
(27,18,22)
#120D0F
(18,13,15)
#090808
(9,8,8)
#000000
(0,0,0)

Tints of #633A4E

#633A4E
(99,58,78)
#714B5E
(113,75,94)
#7F5C6E
(127,92,110)
#8D6D7E
(141,109,126)
#9B7E8E
(155,126,142)
#A98F9E
(169,143,158)
#B7A0AE
(183,160,174)
#C5B1BE
(197,177,190)
#D3C2CE
(211,194,206)
#E1D3DE
(225,211,222)
#EFE4EE
(239,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #633A4E color. Also use rgb(99,58,78) instead hex code.

Text Font Color

.myTextColor { color: #633A4E; }

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

This text font color is #633A4E.


Background Color

.myBgColor { background-color: #633A4E; }

<div style="background-color:#633A4E">Inner text</div>

This div background color is #633A4E.


Border color

.myBorderColor { border: 1px solid #633A4E; }

<div style="border:3px solid #633A4E">Div</div>

This div border color is #633A4E.


Opacity

.myOpacity80 { color: #633A4E; opacity: 0.8; }

<p style="color:#633A4E;opacity:0.8;">80%</p>

Text with #633A4E 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 #633A4E;}

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

This text has shadow with #633A4E color.

.textShadow {text-shadow: 3px 3px 1px #633A4E, 3px 3px 1px red;}

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

This text has shadow with #633A4E primary color and red secondary color.


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

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

This text has shadow with #633A4E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #633A4E on black background.


Color preview on white background

This text has color #633A4E on white background.



Black color preview on #633A4E background

This text has black color on #633A4E background.


White color preview on #633A4E background

This text has white color on #633A4E background.