COLOR #330F17

HEX: #330F17
RGB: (51,15,23)

Color info

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

RGB color model

#330F17 color RGB value is (51,15,23).

  • red value is 51;
  • green value is 15;
  • blue value is 23.
RGB:
(51,15,23)
(20%,6%,9%)

RGB channels and saturation

R 51 of 255 = 20%
G 15 of 255 = 6%
B 23 of 255 = 9%

51
15
23

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

Portions of RGB colors in percentages

R + G + B =
51 + 15 + 23 = 89 (100%)
R 51 of 89 ~ 57.3%
G 15 of 89 ~ 16.85%
B 23 of 89 ~ 25.84%

%57.3
%16.85
%25.84

CMYK color model

#330F17 color CMYK value is (0,71,55,80).

  • cyan value is 0.00%
  • magenta value is 70.59%
  • yellow value is 54.90%
  • key color value is 80.00%
CMYK:
(0,71,55,80)
C0M71Y55K80 
(0%,71%,55%,80%)
(0.00/0.71/0.55/0.80)	

CMYK percentages

%0
%70.59
%54.9
%80

Codes

Color #330F17 in popluar color models

330F17
RGB511523
HSL347°54.55%12.94%
HSB/HSV347°70.59%20.00%
CMYK0.00%70.59%54.90%
80.00%

Color #330F17 in popluar number systems.

HEX330F17
Decimal511523
Binary110011111110111
Octal631727

Shades and tints

Shades of #330F17

#330F17
(51,15,23)
#2F0E15
(47,14,21)
#2B0D13
(43,13,19)
#270C11
(39,12,17)
#230B0F
(35,11,15)
#1F0A0D
(31,10,13)
#1B090B
(27,9,11)
#170809
(23,8,9)
#130707
(19,7,7)
#0F0605
(15,6,5)
#0B0503
(11,5,3)
#000000
(0,0,0)

Tints of #330F17

#330F17
(51,15,23)
#45242C
(69,36,44)
#573941
(87,57,65)
#694E56
(105,78,86)
#7B636B
(123,99,107)
#8D7880
(141,120,128)
#9F8D95
(159,141,149)
#B1A2AA
(177,162,170)
#C3B7BF
(195,183,191)
#D5CCD4
(213,204,212)
#E7E1E9
(231,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #330F17; }

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

This text font color is #330F17.


Background Color

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

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

This div background color is #330F17.


Border color

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

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

This div border color is #330F17.


Opacity

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

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

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

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

This text has shadow with #330F17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330F17 on black background.


Color preview on white background

This text has color #330F17 on white background.



Black color preview on #330F17 background

This text has black color on #330F17 background.


White color preview on #330F17 background

This text has white color on #330F17 background.