COLOR #63353A

HEX: #63353A
RGB: (99,53,58)

Color info

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

RGB color model

#63353A color RGB value is (99,53,58).

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

RGB channels and saturation

R 99 of 255 = 39%
G 53 of 255 = 21%
B 58 of 255 = 23%

99
53
58

R + G + B ~ 28%. #63353A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 53 + 58 = 210 (100%)
R 99 of 210 ~ 47.14%
G 53 of 210 ~ 25.24%
B 58 of 210 ~ 27.62%

%47.14
%25.24
%27.62

CMYK color model

#63353A color CMYK value is (0,46,41,61).

  • cyan value is 0.00%
  • magenta value is 46.46%
  • yellow value is 41.41%
  • key color value is 61.18%
CMYK:
(0,46,41,61)
C0M46Y41K61 
(0%,46%,41%,61%)
(0.00/0.46/0.41/0.61)	

CMYK percentages

%0
%46.46
%41.41
%61.18

Codes

Color #63353A in popluar color models

63353A
RGB995358
HSL353°30.26%29.80%
HSB/HSV353°46.46%38.82%
CMYK0.00%46.46%41.41%
61.18%

Color #63353A in popluar number systems.

HEX63353A
Decimal995358
Binary1100011110101111010
Octal1436572

Shades and tints

Shades of #63353A

#63353A
(99,53,58)
#5A3135
(90,49,53)
#512D30
(81,45,48)
#48292B
(72,41,43)
#3F2526
(63,37,38)
#362121
(54,33,33)
#2D1D1C
(45,29,28)
#241917
(36,25,23)
#1B1512
(27,21,18)
#12110D
(18,17,13)
#090D08
(9,13,8)
#000000
(0,0,0)

Tints of #63353A

#63353A
(99,53,58)
#71474B
(113,71,75)
#7F595C
(127,89,92)
#8D6B6D
(141,107,109)
#9B7D7E
(155,125,126)
#A98F8F
(169,143,143)
#B7A1A0
(183,161,160)
#C5B3B1
(197,179,177)
#D3C5C2
(211,197,194)
#E1D7D3
(225,215,211)
#EFE9E4
(239,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63353A color. Also use rgb(99,53,58) instead hex code.

Text Font Color

.myTextColor { color: #63353A; }

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

This text font color is #63353A.


Background Color

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

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

This div background color is #63353A.


Border color

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

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

This div border color is #63353A.


Opacity

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

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

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

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

This text has shadow with #63353A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63353A on black background.


Color preview on white background

This text has color #63353A on white background.



Black color preview on #63353A background

This text has black color on #63353A background.


White color preview on #63353A background

This text has white color on #63353A background.