COLOR #330E17

HEX: #330E17
RGB: (51,14,23)

Color info

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

RGB color model

#330E17 color RGB value is (51,14,23).

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

RGB channels and saturation

R 51 of 255 = 20%
G 14 of 255 = 5%
B 23 of 255 = 9%

51
14
23

R + G + B ~ 11%. #330E17 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 14 + 23 = 88 (100%)
R 51 of 88 ~ 57.95%
G 14 of 88 ~ 15.91%
B 23 of 88 ~ 26.14%

%57.95
%15.91
%26.14

CMYK color model

#330E17 color CMYK value is (0,73,55,80).

  • cyan value is 0.00%
  • magenta value is 72.55%
  • yellow value is 54.90%
  • key color value is 80.00%
CMYK:
(0,73,55,80)
C0M73Y55K80 
(0%,73%,55%,80%)
(0.00/0.73/0.55/0.80)	

CMYK percentages

%0
%72.55
%54.9
%80

Codes

Color #330E17 in popluar color models

330E17
RGB511423
HSL345°56.92%12.75%
HSB/HSV345°72.55%20.00%
CMYK0.00%72.55%54.90%
80.00%

Color #330E17 in popluar number systems.

HEX330E17
Decimal511423
Binary110011111010111
Octal631627

Shades and tints

Shades of #330E17

#330E17
(51,14,23)
#2F0D15
(47,13,21)
#2B0C13
(43,12,19)
#270B11
(39,11,17)
#230A0F
(35,10,15)
#1F090D
(31,9,13)
#1B080B
(27,8,11)
#170709
(23,7,9)
#130607
(19,6,7)
#0F0505
(15,5,5)
#0B0403
(11,4,3)
#000000
(0,0,0)

Tints of #330E17

#330E17
(51,14,23)
#45232C
(69,35,44)
#573841
(87,56,65)
#694D56
(105,77,86)
#7B626B
(123,98,107)
#8D7780
(141,119,128)
#9F8C95
(159,140,149)
#B1A1AA
(177,161,170)
#C3B6BF
(195,182,191)
#D5CBD4
(213,203,212)
#E7E0E9
(231,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #330E17; }

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

This text font color is #330E17.


Background Color

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

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

This div background color is #330E17.


Border color

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

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

This div border color is #330E17.


Opacity

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

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

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

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

This text has shadow with #330E17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330E17 on black background.


Color preview on white background

This text has color #330E17 on white background.



Black color preview on #330E17 background

This text has black color on #330E17 background.


White color preview on #330E17 background

This text has white color on #330E17 background.