COLOR #63434C

HEX: #63434C
RGB: (99,67,76)

Color info

#63434C contains red, green and blue colors in about the same proportion. Web safe color of #63434C is #663333 (or #633).

RGB color model

#63434C color RGB value is (99,67,76).

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

RGB channels and saturation

R 99 of 255 = 39%
G 67 of 255 = 26%
B 76 of 255 = 30%

99
67
76

R + G + B ~ 32%. #63434C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 67 + 76 = 242 (100%)
R 99 of 242 ~ 40.91%
G 67 of 242 ~ 27.69%
B 76 of 242 ~ 31.4%

%40.91
%27.69
%31.4

CMYK color model

#63434C color CMYK value is (0,32,23,61).

  • cyan value is 0.00%
  • magenta value is 32.32%
  • yellow value is 23.23%
  • key color value is 61.18%
CMYK:
(0,32,23,61)
C0M32Y23K61 
(0%,32%,23%,61%)
(0.00/0.32/0.23/0.61)	

CMYK percentages

%0
%32.32
%23.23
%61.18

Codes

Color #63434C in popluar color models

63434C
RGB996776
HSL343°19.28%32.55%
HSB/HSV343°32.32%38.82%
CMYK0.00%32.32%23.23%
61.18%

Color #63434C in popluar number systems.

HEX63434C
Decimal996776
Binary110001110000111001100
Octal143103114

Shades and tints

Shades of #63434C

#63434C
(99,67,76)
#5A3D46
(90,61,70)
#513740
(81,55,64)
#48313A
(72,49,58)
#3F2B34
(63,43,52)
#36252E
(54,37,46)
#2D1F28
(45,31,40)
#241922
(36,25,34)
#1B131C
(27,19,28)
#120D16
(18,13,22)
#090710
(9,7,16)
#000000
(0,0,0)

Tints of #63434C

#63434C
(99,67,76)
#71545C
(113,84,92)
#7F656C
(127,101,108)
#8D767C
(141,118,124)
#9B878C
(155,135,140)
#A9989C
(169,152,156)
#B7A9AC
(183,169,172)
#C5BABC
(197,186,188)
#D3CBCC
(211,203,204)
#E1DCDC
(225,220,220)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63434C color. Also use rgb(99,67,76) instead hex code.

Text Font Color

.myTextColor { color: #63434C; }

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

This text font color is #63434C.


Background Color

.myBgColor { background-color: #63434C; }

<div style="background-color:#63434C">Inner text</div>

This div background color is #63434C.


Border color

.myBorderColor { border: 1px solid #63434C; }

<div style="border:3px solid #63434C">Div</div>

This div border color is #63434C.


Opacity

.myOpacity80 { color: #63434C; opacity: 0.8; }

<p style="color:#63434C;opacity:0.8;">80%</p>

Text with #63434C 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 #63434C;}

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

This text has shadow with #63434C color.

.textShadow {text-shadow: 3px 3px 1px #63434C, 3px 3px 1px red;}

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

This text has shadow with #63434C primary color and red secondary color.


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

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

This text has shadow with #63434C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63434C on black background.


Color preview on white background

This text has color #63434C on white background.



Black color preview on #63434C background

This text has black color on #63434C background.


White color preview on #63434C background

This text has white color on #63434C background.