COLOR #63474E

HEX: #63474E
RGB: (99,71,78)

Color info

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

RGB color model

#63474E color RGB value is (99,71,78).

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

RGB channels and saturation

R 99 of 255 = 39%
G 71 of 255 = 28%
B 78 of 255 = 31%

99
71
78

R + G + B ~ 33%. #63474E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 71 + 78 = 248 (100%)
R 99 of 248 ~ 39.92%
G 71 of 248 ~ 28.63%
B 78 of 248 ~ 31.45%

%39.92
%28.63
%31.45

CMYK color model

#63474E color CMYK value is (0,28,21,61).

  • cyan value is 0.00%
  • magenta value is 28.28%
  • yellow value is 21.21%
  • key color value is 61.18%
CMYK:
(0,28,21,61)
C0M28Y21K61 
(0%,28%,21%,61%)
(0.00/0.28/0.21/0.61)	

CMYK percentages

%0
%28.28
%21.21
%61.18

Codes

Color #63474E in popluar color models

63474E
RGB997178
HSL345°16.47%33.33%
HSB/HSV345°28.28%38.82%
CMYK0.00%28.28%21.21%
61.18%

Color #63474E in popluar number systems.

HEX63474E
Decimal997178
Binary110001110001111001110
Octal143107116

Shades and tints

Shades of #63474E

#63474E
(99,71,78)
#5A4147
(90,65,71)
#513B40
(81,59,64)
#483539
(72,53,57)
#3F2F32
(63,47,50)
#36292B
(54,41,43)
#2D2324
(45,35,36)
#241D1D
(36,29,29)
#1B1716
(27,23,22)
#12110F
(18,17,15)
#090B08
(9,11,8)
#000000
(0,0,0)

Tints of #63474E

#63474E
(99,71,78)
#71575E
(113,87,94)
#7F676E
(127,103,110)
#8D777E
(141,119,126)
#9B878E
(155,135,142)
#A9979E
(169,151,158)
#B7A7AE
(183,167,174)
#C5B7BE
(197,183,190)
#D3C7CE
(211,199,206)
#E1D7DE
(225,215,222)
#EFE7EE
(239,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63474E color. Also use rgb(99,71,78) instead hex code.

Text Font Color

.myTextColor { color: #63474E; }

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

This text font color is #63474E.


Background Color

.myBgColor { background-color: #63474E; }

<div style="background-color:#63474E">Inner text</div>

This div background color is #63474E.


Border color

.myBorderColor { border: 1px solid #63474E; }

<div style="border:3px solid #63474E">Div</div>

This div border color is #63474E.


Opacity

.myOpacity80 { color: #63474E; opacity: 0.8; }

<p style="color:#63474E;opacity:0.8;">80%</p>

Text with #63474E 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 #63474E;}

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

This text has shadow with #63474E color.

.textShadow {text-shadow: 3px 3px 1px #63474E, 3px 3px 1px red;}

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

This text has shadow with #63474E primary color and red secondary color.


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

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

This text has shadow with #63474E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63474E on black background.


Color preview on white background

This text has color #63474E on white background.



Black color preview on #63474E background

This text has black color on #63474E background.


White color preview on #63474E background

This text has white color on #63474E background.