COLOR #63272F

HEX: #63272F
RGB: (99,39,47)

Color info

#63272F contains mainly red and blue colors. Web safe color of #63272F is #663333 (or #633).

RGB color model

#63272F color RGB value is (99,39,47).

  • red value is 99;
  • green value is 39;
  • blue value is 47.
RGB:
(99,39,47)
(39%,15%,18%)

RGB channels and saturation

R 99 of 255 = 39%
G 39 of 255 = 15%
B 47 of 255 = 18%

99
39
47

R + G + B ~ 24%. #63272F is dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 39 + 47 = 185 (100%)
R 99 of 185 ~ 53.51%
G 39 of 185 ~ 21.08%
B 47 of 185 ~ 25.41%

%53.51
%21.08
%25.41

CMYK color model

#63272F color CMYK value is (0,61,53,61).

  • cyan value is 0.00%
  • magenta value is 60.61%
  • yellow value is 52.53%
  • key color value is 61.18%
CMYK:
(0,61,53,61)
C0M61Y53K61 
(0%,61%,53%,61%)
(0.00/0.61/0.53/0.61)	

CMYK percentages

%0
%60.61
%52.53
%61.18

Codes

Color #63272F in popluar color models

63272F
RGB993947
HSL352°43.48%27.06%
HSB/HSV352°60.61%38.82%
CMYK0.00%60.61%52.53%
61.18%

Color #63272F in popluar number systems.

HEX63272F
Decimal993947
Binary1100011100111101111
Octal1434757

Shades and tints

Shades of #63272F

#63272F
(99,39,47)
#5A242B
(90,36,43)
#512127
(81,33,39)
#481E23
(72,30,35)
#3F1B1F
(63,27,31)
#36181B
(54,24,27)
#2D1517
(45,21,23)
#241213
(36,18,19)
#1B0F0F
(27,15,15)
#120C0B
(18,12,11)
#090907
(9,9,7)
#000000
(0,0,0)

Tints of #63272F

#63272F
(99,39,47)
#713A41
(113,58,65)
#7F4D53
(127,77,83)
#8D6065
(141,96,101)
#9B7377
(155,115,119)
#A98689
(169,134,137)
#B7999B
(183,153,155)
#C5ACAD
(197,172,173)
#D3BFBF
(211,191,191)
#E1D2D1
(225,210,209)
#EFE5E3
(239,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63272F color. Also use rgb(99,39,47) instead hex code.

Text Font Color

.myTextColor { color: #63272F; }

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

This text font color is #63272F.


Background Color

.myBgColor { background-color: #63272F; }

<div style="background-color:#63272F">Inner text</div>

This div background color is #63272F.


Border color

.myBorderColor { border: 1px solid #63272F; }

<div style="border:3px solid #63272F">Div</div>

This div border color is #63272F.


Opacity

.myOpacity80 { color: #63272F; opacity: 0.8; }

<p style="color:#63272F;opacity:0.8;">80%</p>

Text with #63272F 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 #63272F;}

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

This text has shadow with #63272F color.

.textShadow {text-shadow: 3px 3px 1px #63272F, 3px 3px 1px red;}

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

This text has shadow with #63272F primary color and red secondary color.


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

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

This text has shadow with #63272F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63272F on black background.


Color preview on white background

This text has color #63272F on white background.



Black color preview on #63272F background

This text has black color on #63272F background.


White color preview on #63272F background

This text has white color on #63272F background.