COLOR #63333A

HEX: #63333A
RGB: (99,51,58)

Color info

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

RGB color model

#63333A color RGB value is (99,51,58).

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

RGB channels and saturation

R 99 of 255 = 39%
G 51 of 255 = 20%
B 58 of 255 = 23%

99
51
58

R + G + B ~ 27%. #63333A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 51 + 58 = 208 (100%)
R 99 of 208 ~ 47.6%
G 51 of 208 ~ 24.52%
B 58 of 208 ~ 27.88%

%47.6
%24.52
%27.88

CMYK color model

#63333A color CMYK value is (0,48,41,61).

  • cyan value is 0.00%
  • magenta value is 48.48%
  • yellow value is 41.41%
  • key color value is 61.18%
CMYK:
(0,48,41,61)
C0M48Y41K61 
(0%,48%,41%,61%)
(0.00/0.48/0.41/0.61)	

CMYK percentages

%0
%48.48
%41.41
%61.18

Codes

Color #63333A in popluar color models

63333A
RGB995158
HSL351°32.00%29.41%
HSB/HSV351°48.48%38.82%
CMYK0.00%48.48%41.41%
61.18%

Color #63333A in popluar number systems.

HEX63333A
Decimal995158
Binary1100011110011111010
Octal1436372

Shades and tints

Shades of #63333A

#63333A
(99,51,58)
#5A2F35
(90,47,53)
#512B30
(81,43,48)
#48272B
(72,39,43)
#3F2326
(63,35,38)
#361F21
(54,31,33)
#2D1B1C
(45,27,28)
#241717
(36,23,23)
#1B1312
(27,19,18)
#120F0D
(18,15,13)
#090B08
(9,11,8)
#000000
(0,0,0)

Tints of #63333A

#63333A
(99,51,58)
#71454B
(113,69,75)
#7F575C
(127,87,92)
#8D696D
(141,105,109)
#9B7B7E
(155,123,126)
#A98D8F
(169,141,143)
#B79FA0
(183,159,160)
#C5B1B1
(197,177,177)
#D3C3C2
(211,195,194)
#E1D5D3
(225,213,211)
#EFE7E4
(239,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63333A; }

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

This text font color is #63333A.


Background Color

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

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

This div background color is #63333A.


Border color

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

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

This div border color is #63333A.


Opacity

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

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

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

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

This text has shadow with #63333A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63333A on black background.


Color preview on white background

This text has color #63333A on white background.



Black color preview on #63333A background

This text has black color on #63333A background.


White color preview on #63333A background

This text has white color on #63333A background.