COLOR #63270C

HEX: #63270C
RGB: (99,39,12)

Color info

#63270C contains mainly red color. Web safe color of #63270C is #663300 (or #630).

RGB color model

#63270C color RGB value is (99,39,12).

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

RGB channels and saturation

R 99 of 255 = 39%
G 39 of 255 = 15%
B 12 of 255 = 5%

99
39
12

R + G + B ~ 20%. #63270C is dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 39 + 12 = 150 (100%)
R 99 of 150 ~ 66%
G 39 of 150 ~ 26%
B 12 of 150 ~ 8%

%66
%26

CMYK color model

#63270C color CMYK value is (0,61,88,61).

  • cyan value is 0.00%
  • magenta value is 60.61%
  • yellow value is 87.88%
  • key color value is 61.18%
CMYK:
(0,61,88,61)
C0M61Y88K61 
(0%,61%,88%,61%)
(0.00/0.61/0.88/0.61)	

CMYK percentages

%0
%60.61
%87.88
%61.18

Codes

Color #63270C in popluar color models

63270C
RGB993912
HSL19°78.38%21.76%
HSB/HSV19°87.88%38.82%
CMYK0.00%60.61%87.88%
61.18%

Color #63270C in popluar number systems.

HEX63270C
Decimal993912
Binary11000111001111100
Octal1434714

Shades and tints

Shades of #63270C

#63270C
(99,39,12)
#5A240B
(90,36,11)
#51210A
(81,33,10)
#481E09
(72,30,9)
#3F1B08
(63,27,8)
#361807
(54,24,7)
#2D1506
(45,21,6)
#241205
(36,18,5)
#1B0F04
(27,15,4)
#120C03
(18,12,3)
#090902
(9,9,2)
#000000
(0,0,0)

Tints of #63270C

#63270C
(99,39,12)
#713A22
(113,58,34)
#7F4D38
(127,77,56)
#8D604E
(141,96,78)
#9B7364
(155,115,100)
#A9867A
(169,134,122)
#B79990
(183,153,144)
#C5ACA6
(197,172,166)
#D3BFBC
(211,191,188)
#E1D2D2
(225,210,210)
#EFE5E8
(239,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63270C color. Also use rgb(99,39,12) instead hex code.

Text Font Color

.myTextColor { color: #63270C; }

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

This text font color is #63270C.


Background Color

.myBgColor { background-color: #63270C; }

<div style="background-color:#63270C">Inner text</div>

This div background color is #63270C.


Border color

.myBorderColor { border: 1px solid #63270C; }

<div style="border:3px solid #63270C">Div</div>

This div border color is #63270C.


Opacity

.myOpacity80 { color: #63270C; opacity: 0.8; }

<p style="color:#63270C;opacity:0.8;">80%</p>

Text with #63270C 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 #63270C;}

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

This text has shadow with #63270C color.

.textShadow {text-shadow: 3px 3px 1px #63270C, 3px 3px 1px red;}

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

This text has shadow with #63270C primary color and red secondary color.


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

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

This text has shadow with #63270C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63270C on black background.


Color preview on white background

This text has color #63270C on white background.



Black color preview on #63270C background

This text has black color on #63270C background.


White color preview on #63270C background

This text has white color on #63270C background.