COLOR #330D13

HEX: #330D13
RGB: (51,13,19)

Color info

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

RGB color model

#330D13 color RGB value is (51,13,19).

  • red value is 51;
  • green value is 13;
  • blue value is 19.
RGB:
(51,13,19)
(20%,5%,7%)

RGB channels and saturation

R 51 of 255 = 20%
G 13 of 255 = 5%
B 19 of 255 = 7%

51
13
19

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

Portions of RGB colors in percentages

R + G + B =
51 + 13 + 19 = 83 (100%)
R 51 of 83 ~ 61.45%
G 13 of 83 ~ 15.66%
B 19 of 83 ~ 22.89%

%61.45
%15.66
%22.89

CMYK color model

#330D13 color CMYK value is (0,75,63,80).

  • cyan value is 0.00%
  • magenta value is 74.51%
  • yellow value is 62.75%
  • key color value is 80.00%
CMYK:
(0,75,63,80)
C0M75Y63K80 
(0%,75%,63%,80%)
(0.00/0.75/0.63/0.80)	

CMYK percentages

%0
%74.51
%62.75
%80

Codes

Color #330D13 in popluar color models

330D13
RGB511319
HSL351°59.38%12.55%
HSB/HSV351°74.51%20.00%
CMYK0.00%74.51%62.75%
80.00%

Color #330D13 in popluar number systems.

HEX330D13
Decimal511319
Binary110011110110011
Octal631523

Shades and tints

Shades of #330D13

#330D13
(51,13,19)
#2F0C12
(47,12,18)
#2B0B11
(43,11,17)
#270A10
(39,10,16)
#23090F
(35,9,15)
#1F080E
(31,8,14)
#1B070D
(27,7,13)
#17060C
(23,6,12)
#13050B
(19,5,11)
#0F040A
(15,4,10)
#0B0309
(11,3,9)
#000000
(0,0,0)

Tints of #330D13

#330D13
(51,13,19)
#452328
(69,35,40)
#57393D
(87,57,61)
#694F52
(105,79,82)
#7B6567
(123,101,103)
#8D7B7C
(141,123,124)
#9F9191
(159,145,145)
#B1A7A6
(177,167,166)
#C3BDBB
(195,189,187)
#D5D3D0
(213,211,208)
#E7E9E5
(231,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #330D13 color. Also use rgb(51,13,19) instead hex code.

Text Font Color

.myTextColor { color: #330D13; }

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

This text font color is #330D13.


Background Color

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

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

This div background color is #330D13.


Border color

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

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

This div border color is #330D13.


Opacity

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

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

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

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

This text has shadow with #330D13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330D13 on black background.


Color preview on white background

This text has color #330D13 on white background.



Black color preview on #330D13 background

This text has black color on #330D13 background.


White color preview on #330D13 background

This text has white color on #330D13 background.