COLOR #330F03

HEX: #330F03 RGB: (51,15,3)

Color info

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

RGB color model

#330F03 color RGB value is (51,15,3).

RGB: (51,15,3) (20%, 6%, 1%)

RGB channels and saturation

R 51 of 255 = 20%
G 15 of 255 = 6%
B 3 of 255 = 1%

51
15
3

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

Portions of RGB colors in percentages

R + G + B = 51 + 15 + 3 = 69 (100%)
R 51 of 69 ~ 73.91%
G 15 of 69 ~ 21.74%
B 3 of 69 ~ 4.35'%

%73.91
%21.74

CMYK color model

#330F03 color CMYK value is (0,71,94,80).

  • cyan value is 0.00%
  • magenta value is 70.59%
  • yellow value is 94.12%
  • key color value is 80.00%

CMYK: (0,71,94,80)
C0M71Y94K80 (0%, 71%, 94%, 80%)
(0.00 / 0.71 / 0.94 / 0.80)

CMYK percentages

%0
%70.59
%94.12
%80

Codes

Color #330F03 in popluar color models

33 0F 03
RGB 51 15 3
HSL 15° 88.89% 10.59%
HSB/HSV 15° 94.12% 20.00%
CMYK 0.00% 70.59% 94.12%
80.00%

Color #330F03 in popluar number systems.

HEX 33 0F 03
Decimal 51 15 3
Binary 110011 1111 11
Octal 63 17 3

Shades and tints

Shades of #330F03

#330F03
(51,15,3)
#2F0E03
(47,14,3)
#2B0D03
(43,13,3)
#270C03
(39,12,3)
#230B03
(35,11,3)
#1F0A03
(31,10,3)
#1B0903
(27,9,3)
#170803
(23,8,3)
#130703
(19,7,3)
#0F0603
(15,6,3)
#0B0503
(11,5,3)
#000000
(0,0,0)

Tints of #330F03

#330F03
(51,15,3)
#452419
(69,36,25)
#57392F
(87,57,47)
#694E45
(105,78,69)
#7B635B
(123,99,91)
#8D7871
(141,120,113)
#9F8D87
(159,141,135)
#B1A29D
(177,162,157)
#C3B7B3
(195,183,179)
#D5CCC9
(213,204,201)
#E7E1DF
(231,225,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #330F03; }

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

This text font color is #330F03.

Background Color

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

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

This div background color is #330F03.

Border color

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

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

This div border color is #330F03.

Opacity

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

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

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

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

This text has shadow with #330F03 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #330F03.

Preview

Color preview on black background

This text has color #330F03 on black background.


Color preview on white background

This text has color #330F03 on white background.


Black color preview on #330F03 background

This text has black color on #330F03 background.


White color preview on #330F03 background

This text has white color on #330F03 background.


Related colors

Complementary color

Complementary color for #hex is #CCF0FC.


I love getcolorcode.com

Triadic colors

1 #03330F and #0F0333 with #330F03 are triadic colors.

2 #030F33 and #0F3303 with #330F03 are triadic colors.