COLOR #63535A

HEX: #63535A
RGB: (99,83,90)

Color info

#63535A contains red, green and blue colors in about the same proportion. Web safe color of #63535A is #666666 (or #666).

RGB color model

#63535A color RGB value is (99,83,90).

  • red value is 99;
  • green value is 83;
  • blue value is 90.
RGB:
(99,83,90)
(39%,33%,35%)

RGB channels and saturation

R 99 of 255 = 39%
G 83 of 255 = 33%
B 90 of 255 = 35%

99
83
90

R + G + B ~ 36%. #63535A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 83 + 90 = 272 (100%)
R 99 of 272 ~ 36.4%
G 83 of 272 ~ 30.51%
B 90 of 272 ~ 33.09%

%36.4
%30.51
%33.09

CMYK color model

#63535A color CMYK value is (0,16,9,61).

  • cyan value is 0.00%
  • magenta value is 16.16%
  • yellow value is 9.09%
  • key color value is 61.18%
CMYK:
(0,16,9,61)
C0M16Y9K61 
(0%,16%,9%,61%)
(0.00/0.16/0.09/0.61)	

CMYK percentages

%0
%16.16
%9.09
%61.18

Codes

Color #63535A in popluar color models

63535A
RGB998390
HSL334°8.79%35.69%
HSB/HSV334°16.16%38.82%
CMYK0.00%16.16%9.09%
61.18%

Color #63535A in popluar number systems.

HEX63535A
Decimal998390
Binary110001110100111011010
Octal143123132

Shades and tints

Shades of #63535A

#63535A
(99,83,90)
#5A4C52
(90,76,82)
#51454A
(81,69,74)
#483E42
(72,62,66)
#3F373A
(63,55,58)
#363032
(54,48,50)
#2D292A
(45,41,42)
#242222
(36,34,34)
#1B1B1A
(27,27,26)
#121412
(18,20,18)
#090D0A
(9,13,10)
#000000
(0,0,0)

Tints of #63535A

#63535A
(99,83,90)
#716269
(113,98,105)
#7F7178
(127,113,120)
#8D8087
(141,128,135)
#9B8F96
(155,143,150)
#A99EA5
(169,158,165)
#B7ADB4
(183,173,180)
#C5BCC3
(197,188,195)
#D3CBD2
(211,203,210)
#E1DAE1
(225,218,225)
#EFE9F0
(239,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63535A color. Also use rgb(99,83,90) instead hex code.

Text Font Color

.myTextColor { color: #63535A; }

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

This text font color is #63535A.


Background Color

.myBgColor { background-color: #63535A; }

<div style="background-color:#63535A">Inner text</div>

This div background color is #63535A.


Border color

.myBorderColor { border: 1px solid #63535A; }

<div style="border:3px solid #63535A">Div</div>

This div border color is #63535A.


Opacity

.myOpacity80 { color: #63535A; opacity: 0.8; }

<p style="color:#63535A;opacity:0.8;">80%</p>

Text with #63535A 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 #63535A;}

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

This text has shadow with #63535A color.

.textShadow {text-shadow: 3px 3px 1px #63535A, 3px 3px 1px red;}

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

This text has shadow with #63535A primary color and red secondary color.


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

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

This text has shadow with #63535A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63535A on black background.


Color preview on white background

This text has color #63535A on white background.



Black color preview on #63535A background

This text has black color on #63535A background.


White color preview on #63535A background

This text has white color on #63535A background.