COLOR #63235A

HEX: #63235A
RGB: (99,35,90)

Color info

#63235A contains mainly red and blue colors. Web safe color of #63235A is #663366 (or #636).

RGB color model

#63235A color RGB value is (99,35,90).

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

RGB channels and saturation

R 99 of 255 = 39%
G 35 of 255 = 14%
B 90 of 255 = 35%

99
35
90

R + G + B ~ 29%. #63235A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 35 + 90 = 224 (100%)
R 99 of 224 ~ 44.2%
G 35 of 224 ~ 15.63%
B 90 of 224 ~ 40.18%

%44.2
%15.63
%40.18

CMYK color model

#63235A color CMYK value is (0,65,9,61).

  • cyan value is 0.00%
  • magenta value is 64.65%
  • yellow value is 9.09%
  • key color value is 61.18%
CMYK:
(0,65,9,61)
C0M65Y9K61 
(0%,65%,9%,61%)
(0.00/0.65/0.09/0.61)	

CMYK percentages

%0
%64.65
%9.09
%61.18

Codes

Color #63235A in popluar color models

63235A
RGB993590
HSL308°47.76%26.27%
HSB/HSV308°64.65%38.82%
CMYK0.00%64.65%9.09%
61.18%

Color #63235A in popluar number systems.

HEX63235A
Decimal993590
Binary11000111000111011010
Octal14343132

Shades and tints

Shades of #63235A

#63235A
(99,35,90)
#5A2052
(90,32,82)
#511D4A
(81,29,74)
#481A42
(72,26,66)
#3F173A
(63,23,58)
#361432
(54,20,50)
#2D112A
(45,17,42)
#240E22
(36,14,34)
#1B0B1A
(27,11,26)
#120812
(18,8,18)
#09050A
(9,5,10)
#000000
(0,0,0)

Tints of #63235A

#63235A
(99,35,90)
#713769
(113,55,105)
#7F4B78
(127,75,120)
#8D5F87
(141,95,135)
#9B7396
(155,115,150)
#A987A5
(169,135,165)
#B79BB4
(183,155,180)
#C5AFC3
(197,175,195)
#D3C3D2
(211,195,210)
#E1D7E1
(225,215,225)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63235A; }

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

This text font color is #63235A.


Background Color

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

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

This div background color is #63235A.


Border color

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

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

This div border color is #63235A.


Opacity

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

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

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

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

This text has shadow with #63235A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63235A on black background.


Color preview on white background

This text has color #63235A on white background.



Black color preview on #63235A background

This text has black color on #63235A background.


White color preview on #63235A background

This text has white color on #63235A background.