COLOR #330A1E

HEX: #330A1E
RGB: (51,10,30)

Color info

#330A1E contains red, green and blue colors in about the same proportion. Web safe color of #330A1E is #330033 (or #303).

RGB color model

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

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

RGB channels and saturation

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

51
10
30

R + G + B ~ 12%. #330A1E is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 10 + 30 = 91 (100%)
R 51 of 91 ~ 56.04%
G 10 of 91 ~ 10.99%
B 30 of 91 ~ 32.97%

%56.04
%10.99
%32.97

CMYK color model

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

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

CMYK percentages

%0
%80.39
%41.18
%80

Codes

Color #330A1E in popluar color models

330A1E
RGB511030
HSL331°67.21%11.96%
HSB/HSV331°80.39%20.00%
CMYK0.00%80.39%41.18%
80.00%

Color #330A1E in popluar number systems.

HEX330A1E
Decimal511030
Binary110011101011110
Octal631236

Shades and tints

Shades of #330A1E

#330A1E
(51,10,30)
#2F0A1C
(47,10,28)
#2B0A1A
(43,10,26)
#270A18
(39,10,24)
#230A16
(35,10,22)
#1F0A14
(31,10,20)
#1B0A12
(27,10,18)
#170A10
(23,10,16)
#130A0E
(19,10,14)
#0F0A0C
(15,10,12)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #330A1E

#330A1E
(51,10,30)
#452032
(69,32,50)
#573646
(87,54,70)
#694C5A
(105,76,90)
#7B626E
(123,98,110)
#8D7882
(141,120,130)
#9F8E96
(159,142,150)
#B1A4AA
(177,164,170)
#C3BABE
(195,186,190)
#D5D0D2
(213,208,210)
#E7E6E6
(231,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #330A1E; }

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

This text font color is #330A1E.


Background Color

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

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

This div background color is #330A1E.


Border color

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

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

This div border color is #330A1E.


Opacity

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

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

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

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

This text has shadow with #330A1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330A1E on black background.


Color preview on white background

This text has color #330A1E on white background.



Black color preview on #330A1E background

This text has black color on #330A1E background.


White color preview on #330A1E background

This text has white color on #330A1E background.