COLOR #63090C

HEX: #63090C
RGB: (99,9,12)

Color info

#63090C contains mainly red color. Web safe color of #63090C is #660000 (or #600).

RGB color model

#63090C color RGB value is (99,9,12).

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

RGB channels and saturation

R 99 of 255 = 39%
G 9 of 255 = 4%
B 12 of 255 = 5%

99
9
12

R + G + B ~ 16%. #63090C is dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 9 + 12 = 120 (100%)
R 99 of 120 ~ 82.5%
G 9 of 120 ~ 7.5%
B 12 of 120 ~ 10%

%82.5
%10

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 90.91%
  • yellow value is 87.88%
  • key color value is 61.18%
CMYK:
(0,91,88,61)
C0M91Y88K61 
(0%,91%,88%,61%)
(0.00/0.91/0.88/0.61)	

CMYK percentages

%0
%90.91
%87.88
%61.18

Codes

Color #63090C in popluar color models

63090C
RGB99912
HSL358°83.33%21.18%
HSB/HSV358°90.91%38.82%
CMYK0.00%90.91%87.88%
61.18%

Color #63090C in popluar number systems.

HEX63090C
Decimal99912
Binary110001110011100
Octal1431114

Shades and tints

Shades of #63090C

#63090C
(99,9,12)
#5A090B
(90,9,11)
#51090A
(81,9,10)
#480909
(72,9,9)
#3F0908
(63,9,8)
#360907
(54,9,7)
#2D0906
(45,9,6)
#240905
(36,9,5)
#1B0904
(27,9,4)
#120903
(18,9,3)
#090902
(9,9,2)
#000000
(0,0,0)

Tints of #63090C

#63090C
(99,9,12)
#711F22
(113,31,34)
#7F3538
(127,53,56)
#8D4B4E
(141,75,78)
#9B6164
(155,97,100)
#A9777A
(169,119,122)
#B78D90
(183,141,144)
#C5A3A6
(197,163,166)
#D3B9BC
(211,185,188)
#E1CFD2
(225,207,210)
#EFE5E8
(239,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63090C; }

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

This text font color is #63090C.


Background Color

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

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

This div background color is #63090C.


Border color

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

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

This div border color is #63090C.


Opacity

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

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

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

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

This text has shadow with #63090C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63090C on black background.


Color preview on white background

This text has color #63090C on white background.



Black color preview on #63090C background

This text has black color on #63090C background.


White color preview on #63090C background

This text has white color on #63090C background.