COLOR #330A04

HEX: #330A04 RGB: (51,10,4)

Color info

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

RGB color model

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

RGB: (51,10,4) (20%, 4%, 2%)

RGB channels and saturation

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

51
10
4

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

Portions of RGB colors in percentages

R + G + B = 51 + 10 + 4 = 65 (100%)
R 51 of 65 ~ 78.46%
G 10 of 65 ~ 15.38%
B 4 of 65 ~ 6.15'%

%78.46
%15.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 80.39%
  • yellow value is 92.16%
  • key color value is 80.00%

CMYK: (0,80,92,80)
C0M80Y92K80 (0%, 80%, 92%, 80%)
(0.00 / 0.80 / 0.92 / 0.80)

CMYK percentages

%0
%80.39
%92.16
%80

Codes

Color #330A04 in popluar color models

33 0A 04
RGB 51 10 4
HSL 85.45% 10.78%
HSB/HSV 92.16% 20.00%
CMYK 0.00% 80.39% 92.16%
80.00%

Color #330A04 in popluar number systems.

HEX 33 0A 04
Decimal 51 10 4
Binary 110011 1010 100
Octal 63 12 4

Shades and tints

Shades of #330A04

#330A04
(51,10,4)
#2F0A04
(47,10,4)
#2B0A04
(43,10,4)
#270A04
(39,10,4)
#230A04
(35,10,4)
#1F0A04
(31,10,4)
#1B0A04
(27,10,4)
#170A04
(23,10,4)
#130A04
(19,10,4)
#0F0A04
(15,10,4)
#0B0A04
(11,10,4)
#000000
(0,0,0)

Tints of #330A04

#330A04
(51,10,4)
#45201A
(69,32,26)
#573630
(87,54,48)
#694C46
(105,76,70)
#7B625C
(123,98,92)
#8D7872
(141,120,114)
#9F8E88
(159,142,136)
#B1A49E
(177,164,158)
#C3BAB4
(195,186,180)
#D5D0CA
(213,208,202)
#E7E6E0
(231,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #330A04; }

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

This text font color is #330A04.

Background Color

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

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

This div background color is #330A04.

Border color

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

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

This div border color is #330A04.

Opacity

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

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

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

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

This text has shadow with #330A04 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #330A04.

Preview

Color preview on black background

This text has color #330A04 on black background.


Color preview on white background

This text has color #330A04 on white background.


Black color preview on #330A04 background

This text has black color on #330A04 background.


White color preview on #330A04 background

This text has white color on #330A04 background.


Related colors

Complementary color

Complementary color for #hex is #CCF5FB.


I love getcolorcode.com

Triadic colors

1 #04330A and #0A0433 with #330A04 are triadic colors.

2 #040A33 and #0A3304 with #330A04 are triadic colors.