COLOR #330A0A

HEX: #330A0A
RGB: (51,10,10)

Color info

#330A0A contains red, green and blue colors in about the same proportion. Web safe color of #330A0A is #330000 (or #300).

RGB color model

#330A0A color RGB value is (51,10,10).

  • red value is 51;
  • green value is 10;
  • blue value is 10.
RGB:
(51,10,10)
(20%,4%,4%)

RGB channels and saturation

R 51 of 255 = 20%
G 10 of 255 = 4%
B 10 of 255 = 4%

51
10
10

R + G + B ~ 9%. #330A0A is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 10 + 10 = 71 (100%)
R 51 of 71 ~ 71.83%
G 10 of 71 ~ 14.08%
B 10 of 71 ~ 14.08%

%71.83
%14.08
%14.08

CMYK color model

#330A0A color CMYK value is (0,80,80,80).

  • cyan value is 0.00%
  • magenta value is 80.39%
  • yellow value is 80.39%
  • key color value is 80.00%
CMYK:
(0,80,80,80)
C0M80Y80K80 
(0%,80%,80%,80%)
(0.00/0.80/0.80/0.80)	

CMYK percentages

%0
%80.39
%80.39
%80

Codes

Color #330A0A in popluar color models

330A0A
RGB511010
HSL67.21%11.96%
HSB/HSV80.39%20.00%
CMYK0.00%80.39%80.39%
80.00%

Color #330A0A in popluar number systems.

HEX330A0A
Decimal511010
Binary11001110101010
Octal631212

Shades and tints

Shades of #330A0A

#330A0A
(51,10,10)
#2F0A0A
(47,10,10)
#2B0A0A
(43,10,10)
#270A0A
(39,10,10)
#230A0A
(35,10,10)
#1F0A0A
(31,10,10)
#1B0A0A
(27,10,10)
#170A0A
(23,10,10)
#130A0A
(19,10,10)
#0F0A0A
(15,10,10)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #330A0A

#330A0A
(51,10,10)
#452020
(69,32,32)
#573636
(87,54,54)
#694C4C
(105,76,76)
#7B6262
(123,98,98)
#8D7878
(141,120,120)
#9F8E8E
(159,142,142)
#B1A4A4
(177,164,164)
#C3BABA
(195,186,186)
#D5D0D0
(213,208,208)
#E7E6E6
(231,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #330A0A color. Also use rgb(51,10,10) instead hex code.

Text Font Color

.myTextColor { color: #330A0A; }

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

This text font color is #330A0A.


Background Color

.myBgColor { background-color: #330A0A; }

<div style="background-color:#330A0A">Inner text</div>

This div background color is #330A0A.


Border color

.myBorderColor { border: 1px solid #330A0A; }

<div style="border:3px solid #330A0A">Div</div>

This div border color is #330A0A.


Opacity

.myOpacity80 { color: #330A0A; opacity: 0.8; }

<p style="color:#330A0A;opacity:0.8;">80%</p>

Text with #330A0A 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 #330A0A;}

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

This text has shadow with #330A0A color.

.textShadow {text-shadow: 3px 3px 1px #330A0A, 3px 3px 1px red;}

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

This text has shadow with #330A0A primary color and red secondary color.


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

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

This text has shadow with #330A0A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330A0A on black background.


Color preview on white background

This text has color #330A0A on white background.



Black color preview on #330A0A background

This text has black color on #330A0A background.


White color preview on #330A0A background

This text has white color on #330A0A background.